Share via


ISCPSession::GetSecureQuery (deprecated)

banner art

This is preliminary documentation and subject to change.

This topic documents a feature of the Windows Media Device Manager SDK. We recommend that you migrate your application to use the Windows Portable Devices API. For more information, see the Windows Portable Devices SDK.

The GetSecureQuery method is used to obtain a secure query object for the session.

Syntax

HRESULT GetSecureQuery(
  ISCPSecureQuery**  ppSecureQuery
);

Parameters

ppSecureQuery

[out]  Pointer to a secure query object.

Return Values

If the method succeeds, it returns S_OK. If the method fails, it returns an HRESULT error code.

Remarks

This method should be used to obtain a secure query object when using secure content provider sessions for efficient transfer of multiple files.

Requirements

Header: Defined in WMSCP.idl.

Library: mssachlp.lib

See Also