IErrorInfo.GetGuid(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the GUID of the interface defining the error.
public:
int GetGuid([Runtime::InteropServices::Out] Guid % pGuid);
public int GetGuid (out Guid pGuid);
abstract member GetGuid : Guid -> int
Public Function GetGuid (ByRef pGuid As Guid) As Integer
Parameters
- pGuid
- Guid
[out] The GUID of the interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.