ITypeInfo2::GetFuncCustData

This method gets the custom data from the specified function.

At a Glance

Header file: Oaidl.h
Windows CE versions: 2.0 and later

Syntax

HRESULT GetFuncCustData( unsigned int index, REFGUID guid,
VARIANT *pVarVal );

Parameters

index

Index of the function for which to get the custom data.

guid

Globally unique identifier (GUID) used to identify the data.

pVarVal

Pointer to where to put the data.