Desktop Functions: Smart Device Functions:
|
Search Results for "DVTARGETDEVICE" in [All]Enums1: HRESULT
///Invalid DVTARGETDEVICE structure
[Description("Invalid DVTARGETDEVICE structure")]
public const int DV_E_DVTARGETDEVICE = unchecked((int)0x80040065);
///tdSize parameter of the DVTARGETDEVICE structure is invalid
[Description("tdSize parameter of the DVTARGETDEVICE structure is invalid")]
public const int DV_E_DVTARGETDEVICE_SIZE = unchecked((int)0x8004006C);
'''Invalid DVTARGETDEVICE structure
<Description("Invalid DVTARGETDEVICE structure")> _
Public Const DV_E_DVTARGETDEVICE As Integer = CInt(&H80040065UI)
'''tdSize parameter of the DVTARGETDEVICE structure is invalid
<Description("tdSize parameter of the DVTARGETDEVICE structure is invalid")> _
Public Const DV_E_DVTARGETDEVICE_SIZE As Integer = CInt(&H8004006cUI) StructuresInterfaces3: IViewObject
void Draw([MarshalAs(UnmanagedType.U4)] int dwDrawAspect, int lindex, IntPtr pvAspect, DVTARGETDEVICE ptd, IntPtr hdcTargetDev, IntPtr hdcDraw, COMRECT lprcBounds, COMRECT lprcWBounds, IntPtr pfnContinue, int dwContinue);
int GetColorSet([MarshalAs(UnmanagedType.U4)] int dwDrawAspect, int lindex, IntPtr pvAspect, DVTARGETDEVICE ptd, IntPtr hicTargetDev, out tagLOGPALETTE ppColorSet);
Sub GetColorSet(<[In]()> ByVal dwDrawAspect As UInteger, <[In]()> ByVal lindex As Integer, <[In]()> ByVal pvAspect As UInteger, <[In]()> ByRef ptd As tagDVTARGETDEVICE, <[In]()> ByVal hicTargetDev As UInteger, <Out()> ByVal ppColorSet As IntPtr) Constants4: WINERROR
/// Invalid DVTARGETDEVICE structure
public const int DV_E_DVTARGETDEVICE = (int)(0x80040065 - 0x100000000);
/// tdSize parameter of the DVTARGETDEVICE structure is invalid
public const int DV_E_DVTARGETDEVICE_SIZE = (int)(0x8004006C - 0x100000000); |