Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the unique identity of the Addressable Command Target (ACT).
Syntax
HRESULT GetUniqueIdentity(
[out] LPWSTR *ppwszIdentity
);
Parameters
[out] ppwszIdentity
Pointer to a string that represents the unique identity of the ACT.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
The unique identity was retrieved successfully. |
|
ppwszIdentity is NULL. |
Remarks
The memory containing the unique identity of the ACT is allocated by the Enhanced Storage API and must be freed by passing the returned pointer to CoTaskMemFree.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista with SP2 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | ehstorapi.h |