Share via


Windows Media Rights Manager SDK banner art

RMGetLicense.GetAsyncCallStatus

The GetAsyncCallStatus method retrieves the status of the last call to the GetLicenseFromURLAsync method.

Syntax

GetLicense.GetAsyncCallStatus(pvarStatus, pvarResult)

Parameters

pvarStatus

[in, out] Variant returns the execution status of the last call to the GetLicenseFromURLAsync method.

pvarResult

[in, out] Variant returns the result returned by GetLicenseFromURL.

Return Values

The following table describes the return values for pvarStatus.

Return code Description
0 GetLicenseFromURLAsync has not been called.
1 A call to GetLicenseFromURLAsync is in progress.
2 The last call to GetLicenseFromURLAsync is complete.

pvarResult contains the result returned by GetLicenseFromURL.

Requirements

Version: Windows Media Rights Manager 7 SDK or later

Reference: msnetobj 1.0 Type Library

Library: msnetobj.dll

Platform: Windows Server 2003

See Also