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.
The ReadyState property specifies the status of the document load operation. This status indicates the state of the IUPnPDescriptionDocument::Load or IUPnPDescriptionDocument::LoadAsync method. These states are the standard ready-state values for loading XML documents.
Syntax
HRESULT get_ReadyState(
[out] LONG *plReadyState
);
Parameters
[out] plReadyState
Receives a reference to the ready state. The values this parameter can receive are (in the order they are used by Universal Plug and Play):
Return value
For C++: If this property's "get" method succeeds, the return value is S_OK. Otherwise, the method returns one of the COM error codes defined in WinError.h.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | upnp.h |
DLL | Upnp.dll |