Microsoft DirectX 9.0 |
The GetDiscID method retrieves the unique ID of the disc from which the bookmark was made.
Syntax
HRESULT GetDiscID(
ULONGLONG *pullUniqueID
);
Parameters
pullUniqueID
[out] Pointer to a variable of type ULONGLONG that receives the ID.
Return Values
Returns one of the values shown in the following table.
Return code | Description |
S_OK | Success |
E_POINTER | Invalid argument |
See Also