Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
This method maps a debug address into a document context.
Syntax
int GetContextFromAddress(
IDebugAddress pAddress,
out IDebugDocumentContext2 ppDocContext
);
Parameters
pAddress
[in] The debug address as represented by an IDebugAddress interface.
ppDocContext
[out] Returns a document context as represented by an IDebugDocumentContext2 interface.
Return Value
If successful, returns S_OK; otherwise, returns an error code.