IOleObject.GetUserType(UInt32, IntPtr) Method

Definition

public:
 int GetUserType(System::UInt32 dwFormOfType, IntPtr pszUserType);
public int GetUserType (uint dwFormOfType, IntPtr pszUserType);
abstract member GetUserType : uint32 * nativeint -> int
Public Function GetUserType (dwFormOfType As UInteger, pszUserType As IntPtr) As Integer

Parameters

dwFormOfType
UInt32
pszUserType
IntPtr

nativeint

Returns

Remarks

For information on the COM interface, see IOleObject::GetUserType

Applies to