IAppVerifierImageCheck::get_GuidString method |
See Also� |
Retrieves a string that represents the globally unique identifier (GUID) for the check.
� | Copy Code |
---|---|
HRESULT get_GuidString ( BSTR* pbstr ); |
Parameters
- pbstr
- [out] Points to the GUID for the check.
Return Value
The following list includes the most like return values. However, other return values are possible.
- S_OK
- The method succeeded.
- E_POINTER
- Pointer is invalid.
Remarks
The returned GUID is guaranteed to be a unique identifier. However, the name of the check (or event the combination of the name and group) is not guaranteed to be unique.