Desktop Functions: Smart Device Functions:
|
Search Results for "DMDUP" in [All]Enums1: DM
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. 2: DMDUP
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. Structures3: DEVMODE
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 |