CabDataTypeID Enumeration

From PDF XChange PDF SDK
Revision as of 01:19, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum CabDataTypeID
{
    dt_Invalid = 0;
    dt_Undefined = 0;
    dt_Bool = 1;
    dt_Int = 2;
    dt_Int64 = 3;
    dt_Double = 4;
    dt_String = 5;
    dt_Stream = 6;
    dt_IUnknown = 7;
    dt_Container = 4096;
    dt_Array = 4097;
    dt_Dictionary = 4098;
};

Constants

dt_Invalid
The ...
dt_Undefined
The ...
dt_Bool
The ...
dt_Int
The ...
dt_Int64
The ...
dt_Double
The ...
dt_String
The ...
dt_Stream
The ...
dt_IUnknown
The ...
dt_Container
The ...
dt_Array
The ...
dt_Dictionary
The ...

See Also

See also ...