GetFileFormat

 

 

#include “BlackIceDEVMODE.h”

 

DWORD        GetFileFormat(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the Format member of the BlackIceDEVMODE. Represents the value of the 'File Format' combo box.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

File Format (DWORD number).

Programming Notes

None

Code Example

None