D:/opendownloadmanager/ODM-1.x/vmsFileUtil.h File Reference
#include "vmsFile.h"
Go to the source code of this file.
|
Classes |
| class | vmsFileUtil |
Defines |
| #define | AFX_VMSFILEUTIL_H__A3E2F9DA_BF0E_43B9_AF5C_84C1AB7A72A6__INCLUDED_ |
Functions |
| void | vmsFILE_SAVE (vmsFile &file, LPCSTR psz) |
| void | vmsFILE_SAVE (vmsFile &file, int iValue) |
| void | vmsFILE_SAVE (vmsFile &file, UINT uValue) |
| void | vmsFILE_SAVE (vmsFile &file, DWORD uValue) |
| void | vmsFILE_SAVE (vmsFile &file, double fValue) |
| void | vmsFILE_SAVE (vmsFile &file, __int64 iValue) |
| void | vmsFILE_READ (vmsFile &file, fsString &str) |
| void | vmsFILE_READ (vmsFile &file, int &iValue) |
| void | vmsFILE_READ (vmsFile &file, UINT &uValue) |
| void | vmsFILE_READ (vmsFile &file, DWORD &uValue) |
| void | vmsFILE_READ (vmsFile &file, double &fValue) |
| void | vmsFILE_READ (vmsFile &file, __int64 &iValue) |
Define Documentation
| #define AFX_VMSFILEUTIL_H__A3E2F9DA_BF0E_43B9_AF5C_84C1AB7A72A6__INCLUDED_ |
Function Documentation
| void vmsFILE_READ |
( |
vmsFile & |
file, |
|
|
__int64 & |
iValue | |
|
) |
| | [inline] |
| void vmsFILE_READ |
( |
vmsFile & |
file, |
|
|
double & |
fValue | |
|
) |
| | [inline] |
| void vmsFILE_READ |
( |
vmsFile & |
file, |
|
|
DWORD & |
uValue | |
|
) |
| | [inline] |
| void vmsFILE_READ |
( |
vmsFile & |
file, |
|
|
UINT & |
uValue | |
|
) |
| | [inline] |
| void vmsFILE_READ |
( |
vmsFile & |
file, |
|
|
int & |
iValue | |
|
) |
| | [inline] |
| void vmsFILE_SAVE |
( |
vmsFile & |
file, |
|
|
__int64 |
iValue | |
|
) |
| | [inline] |
| void vmsFILE_SAVE |
( |
vmsFile & |
file, |
|
|
double |
fValue | |
|
) |
| | [inline] |
| void vmsFILE_SAVE |
( |
vmsFile & |
file, |
|
|
DWORD |
uValue | |
|
) |
| | [inline] |
| void vmsFILE_SAVE |
( |
vmsFile & |
file, |
|
|
UINT |
uValue | |
|
) |
| | [inline] |
| void vmsFILE_SAVE |
( |
vmsFile & |
file, |
|
|
int |
iValue | |
|
) |
| | [inline] |