Desktop Functions: Smart Device Functions:
|
Search Results for "MAPI" in [All]miscIs someone going to add the module for dwmapi.dll? avifil32
ByRef bih As BITMAPINFOHEADER) As Integer
ByRef lpFormat As BITMAPINFOHEADER,
Public Structure BITMAPINFOHEADER VB BITMAPINFOHEADER Warning
Public Shared Function AVIStreamReadFormat2(ByVal aviStream As IntPtr, ByVal lPos As Int32, ByRef lpFormat As BITMAPINFOHEADER, ByRef cbFormat As Int32) As Integer
ByRef lpFormat As BITMAPINFOHEADER,
Public Structure BITMAPINFOHEADER VB BITMAPINFOHEADER Warning
Public Shared Function AVIStreamReadFormat2(ByVal aviStream As IntPtr, ByVal lPos As Int32, ByRef lpFormat As BITMAPINFOHEADER, ByRef cbFormat As Int32) As Integer iphlpapirpcrt4glu32ntdllEnums10: DIB_Color_Mode
[DllImport("dwmapi.dll", PreserveSig = true)]
<DllImport("dwmapi.dll", PreserveSig:=True)> 12: ListViewMessages
MAPINDEXTOID = (FIRST + 180),
MAPIDTOINDEX = (FIRST + 181), icmpgdiplus
Declare Function GdipCreateBitmapFromGdiDib Lib "GdiPlus.dll" (ByRef GdiBitmapInfo As BITMAPINFO, ByVal GdiBitmapData As Long, ByRef bitmap As Long) As Status dwmapi17: !!!!!!!!!!!!!!! 18: !!!!!!!!!!!!!! 19: !!!!!!!!!!!!! 20: !!!!!!!!!!!! 21: !!!!!!!! 22: !!!!!!! 23: !!!!! 24: !! 25: ! 26: DwmDefWindowProc
[DllImport("dwmapi.dll")]
<DllImport("dwmapi.dll")> _
[DllImport("dwmapi.dll")]
<DllImport("dwmapi.dll")> _
[DllImport("dwmapi.dll", PreserveSig = false)]
<DllImport("dwmapi.dll")> _
[DllImport("dwmapi.dll")]
<DllImport("dwmapi.dll")> _
[DllImport("dwmapi.dll", PreserveSig = false)]
<DllImport("dwmapi.dll")> _
[DllImport("dwmapi.dll", EntryPoint = "#127", PreserveSig = false)]
[DllImport("dwmapi.dll", EntryPoint = "#127", PreserveSig = false)]
[DllImport("dwmapi.dll")]
[DllImport("dwmapi.dll")]
Declare Function DwmGetWindowAttribute Lib "dwmapi.dll" (TODO) As TODO
[DllImport("dwmapi.dll")]
<DllImport("dwmapi.dll")> _
[DllImport("dwmapi.dll", PreserveSig = false)]
<DllImport("dwmapi.dll")>
[DllImport("dwmapi.dll", SetLastError=true)]
Declare Function DwmRegisterThumbnail Lib "dwmapi.dll" (ByVal Dest as IntPtr, ByVal Src as IntPtr, ByRef Thumb as IntPtr) As Integer
[DllImport("dwmapi.dll", EntryPoint = "#131", PreserveSig = false)]
[DllImport("dwmapi.dll", EntryPoint = "#131", PreserveSig = false)]
[DllImport("dwmapi.dll")]
Public Declare Function DwmUnregisterThumbnail Lib "dwmapi.dll" (ByVal Thumb as IntPtr) As Integer
[DllImport("dwmapi.dll", PreserveSig = true)]
Public Declare Function DwmUpdateThumbnailProperties Lib "dwmapi.dll" (ByVal hThumbnail as IntPtr, ByRef props as DWM_THUMBNAIL_PROPERTIES) As Integer 40: lorem15 41: lorem29 42: lorem35 43: TaskDialog
[DllImport("dwmapi.dll", SetLastError=true)]
Declare Function TaskDialog Lib "dwmapi.dll" (TODO) As TODO 44: VistaBridge
[DllImport("dwmapi.dll", SetLastError=true)]
Declare Function VistaBridge Lib "dwmapi.dll" (TODO) As TODO pdhStructures47: BITMAP
public struct BITMAPINFOHEADER
Public Structure BITMAPINFOHEADER 48: BITMAPFILEHEADER
49: BITMAPINFO
public struct BITMAPINFOHEADER
Public Structure BITMAPINFOHEADER 50: BITMAPINFOHEADER The BITMAPINFOHEADER contains information about the color space and dimensions of a DIB.
public struct BITMAPINFOHEADER
Public Structure BITMAPINFOHEADER 51: DWM_BLURBEHIND
52: MAPI
/// A MapiFileDesc structure contains information about a file containing a message attachment
public class MapiFileDesc {
/// Bitmask of attachment flags. Flags are MAPI_OLE and MAPI_OLE_STATIC.
/// That is, attachments replace the character in the MapiMessage structure field
/// Pointer to the attachment file type, which can be represented with a MapiFileTagExt
/// MapiFileTagExt structure specifies a message attachment's type at its creation
/// A MapiFileTagExt structure defines the type of an attached file for purposes such as encoding and
public class MapiFileTagExt {
/// A MapiMessage structure contains information about a message.
public class MapiMessage {
/// The flags are MAPI_RECEIPT_REQUESTED , MAPI_SENT,
/// and MAPI_UNREAD.
/// Pointer to a MapiRecipDesc structure containing information about the
/// Pointer to an array of MapiRecipDesc structures, each containing
/// Pointer to an array of MapiFileDesc structures, each containing
/// A MapiRecipDesc structure contains information about a message sender or recipient.
public class MapiRecipDesc {
/// 0 MAPI_ORIG Indicates the original sender of the message.
/// 1 MAPI_TO Indicates a primary message recipient.
/// 2 MAPI_CC Indicates a recipient of a message copy.
/// 3 MAPI_BCC Indicates a recipient of a blind copy.
public uint ulRecipClass = MAPI_ORIG;
''' A MapiMessage structure contains information about a message.
Public Structure MapiMessage
''' The flags are MAPI_RECEIPT_REQUESTED , MAPI_SENT,
''' and MAPI_UNREAD.
''' Pointer to a MapiRecipDesc structure containing information about the
''' Pointer to an array of MapiRecipDesc structures, each containing
''' Pointer to an array of MapiFileDesc structures, each containing
''' A MapiFileDesc structure contains information about a file containing a message attachment
Public Structure MapiFileDesc
''' Bitmask of attachment flags. Flags are MAPI_OLE and MAPI_OLE_STATIC.
''' That is, attachments replace the character in the MapiMessage structure field
''' Pointer to the attachment file type, which can be represented with a MapiFileTagExt
''' MapiFileTagExt structure specifies a message attachment's type at its creation
''' A MapiFileTagExt structure defines the type of an attached file for purposes such as encoding and
Public Structure MapiFileTagExt
''' A MapiRecipDesc structure contains information about a message sender or recipient.
Public Structure MapiRecipDesc
''' 0 MAPI_ORIG Indicates the original sender of the message.
''' 1 MAPI_TO Indicates a primary message recipient.
''' 2 MAPI_CC Indicates a recipient of a message copy.
''' 3 MAPI_BCC Indicates a recipient of a blind copy. 53: MARGINS
shell32
public static readonly Guid SEARCH_MAPI = new Guid( "98ec0e18-2098-4d44-8644-66979315a281" );
public static Guid SEARCH_MAPI = new Guid("98ec0e18-2098-4d44-8644-66979315a281"); dmcl4056: dmAPIDeInit
[DllImport("dmcl40.dll",EntryPoint="dmAPIDeInit", CharSet=CharSet.Ansi, ExactSpelling=true,CallingConvention=CallingConvention.Cdecl )]
private static extern int dmAPIDeInit(); 57: dmAPIExec
[DllImport("dmcl40.dll", EntryPoint="dmAPIExec", CharSet=CharSet.Ansi, ExactSpelling=true,CallingConvention=CallingConvention.Cdecl)]
private extern static int dmAPIExec(string command);
int res = dmAPIExec(cmd); 58: dmAPIGet
[DllImport("dmcl40.dll", EntryPoint="dmAPIGet", CharSet=CharSet.Ansi, ExactSpelling=true,CallingConvention=CallingConvention.Cdecl)]
private extern static IntPtr dmAPIGet(string cmd);
IntPtr res = dmAPIGet(cmd); 59: dmAPIInit
[DllImport("dmcl40.dll",EntryPoint="dmAPIInit", CharSet=CharSet.Ansi, ExactSpelling=true,CallingConvention=CallingConvention.Cdecl)]
private static extern int dmAPIInit(); opengl32
public static extern void glGetMapiv(uint target, uint query, int[] v); Cut off search results after 60. Please refine your search. |