Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This method gets the language that was used to compile the code at the debug address.
Syntax
int GetLanguage(
IDebugAddress pAddress,
out Guid pguidLanguage,
out Guid pguidLanguageVendor
);
Parameters
pAddress
[in] An address object represented by an IDebugAddress interface.
pguidLanguage
[out] Returns a GUID that specifies the language.
pguidLanguageVendor
[out] Returns a GUID that specifies the language vendor.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The debug engine calls this method to obtain the information it needs to select the correct expression evaluator.