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 "DVTARGETDEVICE" in [All]

Enums

.

    ///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)

Structures

.

struct DVTARGETDEVICE {

.

Structure DVTARGETDEVICE

.
Documentation
[DVTARGETDEVICE] on MSDN

Interfaces

.

    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)

Constants

.

        /// 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);


 
Access PInvoke.net directly from VS: