IPMPlatform::UniversalSDK (Windows CE 5.0)
This method obtains or sets the GUID corresponding to a Universal SDK.
To obtain the GUID use the following syntax:
HRESULT UniversalSDK(BSTR* pbstrUniversalSDKGuid);
To set the GUID use the following syntax:
HRESULT UniversalSDK(BSTR bstrUniversalSDKGuid);
Parameters
- pbstrUniversalSDKGuid
[out] Pointer to the GUID for the Universal SDK. - bstrUniversalSDKGuid
[in] GUID for the Universal SDK.
Return Values
Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Platform.h, Cemgr.idl.
Send Feedback on this topic to the authors