The Init method initializes a debug document helper with a name and initial attributes.

HRESULT Init(
   IDebugApplication*  pda,
   LPCOLESTR           pszShortName,
   LPCOLESTR           pszLongName,
   TEXT_DOC_ATTR       docAttr
);

Parameters

pda

[in] The debug application associated with this document.

pszShortName

[in] A null-terminated string containing the short name of the document.

pszLongName

[in] A null-terminated string containing the long name of the document.

docAttr

[in] Specifies text document attributes.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also