Desktop Functions: Smart Device Functions:
|
Search Results for "GetObject" in [All]oleacc
uint nMsg = RegisterWindowMessage("WM_HTML_GETOBJECT"); kernel32
FsctlGetObjectId = (EFileDevice.FileSystem << 16) | (39 << 2) | EMethod.Buffered | (0 << 14),
FsctlCreateOrGetObjectId = (EFileDevice.FileSystem << 16) | (48 << 2) | EMethod.Buffered | (0 << 14), Interfaces3: IADs
object GetObject(
object GetObject(
object GetObject([MarshalAs(UnmanagedType.LPWStr)] string pszItem,
object GetObjectStorage([MarshalAs(UnmanagedType.LPWStr)] string pszItem, 6: IRichEditOle
int GetObjectCount();
void GetObject(int iob, ref REOBJECT lpreobject, [MarshalAs(UnmanagedType.U4)] GetObjectOptions flags);
IThumbnailCache thumbnailCache = (IThumbnailCache) Marshal.GetObjectForIUnknown(cachePointer);
ITravelLogStg tlstg = Marshal.GetObjectForIUnknown(oret) as ITravelLogStg; user32
IDataObject dataObject = (IDataObject)Marshal.GetObjectForIUnknown(lpdobj);
lMsg = Win32.RegisterWindowMessage("WM_HTML_GETOBJECT"); 11: SendMessage
lMsg = Win32.RegisterWindowMessage("WM_HTML_GETOBJECT");
lMsg = Win32.RegisterWindowMessage("WM_HTML_GETOBJECT"); gdi3213: CreateDIBSection hSection is a handle to a file mapping object that the function will use to create the DIB and can be NULL. If hSection is not NULL, it must be a handle to a file mapping object created by calling the CreateFileMapping function (otherwise CreateDIBSection will fail). Moreover, the CreateDIBSection function will locate the bitmap’s bit values at offset dwOffset in the file mapping object referred to by hSection. An application can retrieve the hSection handle by calling the GetObject function with the HBITMAP returned by CreateDIBSection. 14: GetObject
static extern int GetObject(IntPtr hgdiobj, int cbBuffer, IntPtr lpvObject);
Private Shared Function GetObject(hgdiobj As IntPtr, cbBuffer As Integer, lpvObject As IntPtr) As Integer GDI32.GetObject(hBitmap, Marshal.SizeOf<GDI32.BITMAP>(), ptrToBitmap); shell3215: SHBindToParent
Object obj = Marshal.GetObjectForIUnknown( SfParent ); Constants16: WINERROR
public const int MSSIPOTF_E_CANTGETOBJECT = (int)(0x80097002 - 0x100000000); 17: WM
private const UInt32 WM_GETOBJECT = 0x003D;
private const UInt32 WM_MENUGETOBJECT = 0x0124;
WM_GETOBJECT = &H3D
WM_MENUGETOBJECT = &H124
WM_GETOBJECT equ 03Dh
WM_MENUGETOBJECT equ 124h ole3218: CoGetObject
IPersistStreamInit pPersistStream = (IPersistStreamInit)Marshal.GetObjectForIUnknown(pIPStream); Enums21: GetObjectOptions
22: HRESULT
public const int MSSIPOTF_E_CANTGETOBJECT = unchecked((int)0x80097002);
Public Const MSSIPOTF_E_CANTGETOBJECT As Integer = CInt(&H80097002UI) 23: WindowsMessages
/// Active Accessibility sends the WM_GETOBJECT message to obtain information about an accessible object contained in a server application.
GETOBJECT = 0x003D,
/// The WM_MENUGETOBJECT message is sent to the owner of a drag-and-drop menu when the mouse cursor enters a menu item or moves from the center of the item to the top or bottom of the item.
MENUGETOBJECT = 0x0124,
'''Active Accessibility sends the WM_GETOBJECT message to obtain information about an accessible object contained in a server application. Applications never send this message directly. It is sent only by Active Accessibility in response to calls to AccessibleObjectFromPoint AccessibleObjectFromEvent or AccessibleObjectFromWindow. However server applications handle this message.
WM_GETOBJECT = &H3D
'''The WM_MENUGETOBJECT message is sent to the owner of a drag-and-drop menu when the mouse cursor enters a menu item or moves from the center of the item to the top or bottom of the item.
WM_MENUGETOBJECT = &H124 coredll24: GetObject
|