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.
Gets a GUID for this program.
HRESULT GetProgramId(
GUID* pguidProgramId
);
int GetProgramId(
out Guid pguidProgramId
);
Parameters
- pguidProgramId
[out] Returns the GUID for this program.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A debug engine (DE) must return the program identifier originally passed to the IDebugProgramNodeAttach2::OnAttach or IDebugEngine2::Attach methods. This allows identification of the program across debugger components.