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

Enums

1: DM
.
Summary
.

internal enum DMDUP : short

.

   DMDUP_UNKNOWN = 0,

.

   DMDUP_SIMPLEX = 1,

.

   DMDUP_VERTICAL = 2,

.

   DMDUP_HORIZONTAL = 3,

.

The definition of DMDUP_UNKNOWN is only to satisfy the rule, that every enum should have a zero value.

.
Documentation
[DMDUP] on MSDN
.
Summary
.

internal enum DMDUP : short

.

   DMDUP_UNKNOWN = 0,

.

   DMDUP_SIMPLEX = 1,

.

   DMDUP_VERTICAL = 2,

.

   DMDUP_HORIZONTAL = 3,

.

The definition of DMDUP_UNKNOWN is only to satisfy the rule, that every enum should have a zero value.

.
Documentation
[DMDUP] on MSDN

Structures

.

    public short dmDuplex; // See note below!

.

    Public dmDuplex As Short

.

public short dmDuplex;

.

public DMDUP dmDuplex;

.

See the DMCOLOR, DMDUP and DMCOLLATE enums for more details.

.

    public short dmDuplex;

coredll

.

     public short dmDuplex;

.

        short dmDuplex;

.

    Public Property dmDuplex() As Short


 
Access PInvoke.net directly from VS: