This document is archived and information here might be outdated. Recommended version. |
Creates a new element.
[Visual Basic .NET] Public Sub Create ( _ ByVal pDisplay As Object, _ ByVal pInk As Object _ )
[C#] public void Create ( object pDisplay, object pInk );
[C++]
HRESULT Create(
LPUNKNOWN pDisplay,
LPUNKNOWN pInk
);
[C++]
Parameters pDisplay [in]
pDisplay is a parameter of type IUnknown pInk [in]
pInk is a parameter of type IUnknown