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.
3/12/2014
This method returns a pointer to the IMLPushQueue interface that is used to populate the Media Library.
Syntax
HRESULT GetPushQueue (
IMLPushQueue **pPushQueue
);
Parameters
- pPushQueue
[out] Pointer to the IMLPushQueue interface.
Return Values
Returns the HRESULT values shown in the following table.
| Value | Description |
|---|---|
S_OK |
The method was successful. |
E_INVALIDARG |
The input parameter is invalid. |
E_POINTER |
The pPushQueue parameter is invalid. |
E_FAIL |
The method was not successful. |
E_MEMORY |
An out of memory error occurred. |
Remarks
This method returns a pointer to the IMLPushQueue component associated with this instance of IMLCore.
Requirements
Header |
mlibdll.h, |
Library |
mlibdll.lib |