2.6.2.2.2 CPYTOPTION


Name

CPYTOPTION

Declaration

enum CPYTOPTION {
	CPYT_EXTERN_UPDATE_ORIGIN		= 0x00000001,
	CPYT_COPY_COLUMN_FORMAT			= 0x00000002,
	CPYT_COPY_COLUMN_DESIGNATIONS	= 0x00000004,

	CPYT_COPY_COLUMN_LABELS			= 0x00000008,
	CPYT_COPY_COLUMN_SN				= 0x00000010,
};

Remark

Header to Include

origin.h

Reference