GetFileExtension

 

#include “BlackIceDEVMODE.h”

 

LPCTSTR     GetFileExtension(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the FileExtension member of the BlackIceDEVMODE. Represents the value of the 'File Name Extension' edit box.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

 

Return value

File Name Extension (string)

Programming Notes

None

Code Example

None