Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetHGlobalFromILockBytes" in [All]

ole32

.
Summary
.

    /// The GetHGlobalFromILockBytes function retrieves a global memory handle to a

.

    static extern int GetHGlobalFromILockBytes(ILockBytes pLkbyt, out IntPtr phglobal);

.

     EntryPoint="GetHGlobalFromILockBytes",

.

static extern int GetHGlobalFromILockBytes([MarshalAs(UnmanagedType.Interface)] object /* ILockBytes* */pLkbyt, out IntPtr /* HGLOBAL* */ phglobal);

.
Documentation
[GetHGlobalFromILockBytes] on MSDN

 
Access PInvoke.net directly from VS: