Share via


IMLDSPlugin::GetPluginCaps (Compact 7)

3/12/2014

Returns the capabilities of the plug-in.

Syntax

HRESULT GetPluginCaps (
    DWORD *pdwPluginCaps,
);

Parameters

  • pdwPluginCaps
    [out] A pointer to the capabilities.

Return Values

This method returns a DWORD that is composed of multiple MLDataSourceFlags values to indicate what type of operations the data source supports. Possible values include the following.

Return code Description

S_OK

The method was successful.

E_INVALIDARG

One or more parameters are invalid.

E_POINTER

The pdwPluginCaps parameter is invalid.

E_FAIL

The method was not successful.

E_OUTOFMEMORY

An out of memory error occurred.

Requirements

Header

mlibdll_plugin.h,
mlibdll_plugin.idl

Library

mlibdll.lib

See Also

Reference

IMLDSPlugin