Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This method gets the type of field.
HRESULT GetType(
IDebugField** ppType
);
int GetType(
out IDebugField ppType
);
Parameters
- ppType
[out] Returns the field type as another IDebugField object.
Return Value
If successful, returns S_OK; otherwise, returns an error code.