shell32ApiSHGetMalloc Method |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax[DllImportAttribute("shell32.dll")]
public static int SHGetMalloc(
out IntPtr hObject
)
<DllImportAttribute("shell32.dll">]
Public Shared Function SHGetMalloc (
<OutAttribute> ByRef hObject As IntPtr
) As Integer
public:
[DllImportAttribute(L"shell32.dll")]
static int SHGetMalloc(
[OutAttribute] IntPtr% hObject
)
[<DllImportAttribute("shell32.dll")>]
static member SHGetMalloc :
hObject : IntPtr byref -> int
Parameters
- hObject
- Type: SystemIntPtr
Return Value
Type:
Int32
See Also