ITypeLib2.GetAllCustData(IntPtr) Method

Definition

Gets all custom data items for the library.

public:
 void GetAllCustData(IntPtr pCustData);
public void GetAllCustData (IntPtr pCustData);
abstract member GetAllCustData : nativeint -> unit
Public Sub GetAllCustData (pCustData As IntPtr)

Parameters

pCustData
IntPtr

nativeint

A pointer to CUSTDATA, which holds all custom data items.

Applies to