Share via


IMLCore::GetPushQueue (Compact 7)

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

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,
mlibdll.idl

Library

mlibdll.lib

See Also

Reference

IMLCore