IOleObject.GetUserType(UInt32, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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