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.
Retrieves information about the computer on which the debugger in running.
HRESULT GetComputerInfo(
COMPUTER_INFO * pInfo
);
public int GetComputerInfo(
out COMPUTER_INFO[] pInfo
);
Parameters
- pInfo
[out] Reference to a structure that contains the computer information.
Return Value
If successful, returns S_OK; otherwise, returns an error code.