#include <vmsUploaderDllPersist.h>

Public Member Functions | |
| BOOL | GetProfileString (LPCSTR pszSecion, LPCSTR pszName, LPCSTR pszDefValue, LPSTR pszValue, DWORD *pdwValueSize) |
| void | WriteProfileString (LPCSTR pszSecion, LPCSTR pszName, LPCSTR pszValue) |
| void | WriteProfileInt (LPCSTR pszSection, LPCSTR pszName, UINT nValue) |
| UINT | GetProfileInt (LPCSTR pszSection, LPCSTR pszName, UINT nDefValue) |
| void | WriteProfileBinary (LPCSTR pszSection, LPCSTR pszName, LPVOID pvData, UINT nDataSize) |
| BOOL | GetProfileBinary (LPCSTR pszSecion, LPCSTR pszName, LPBYTE *ppData, UINT *pnDataSize) |
| void | FreeBuffer (LPBYTE pb) |
| vmsUploaderDllPersist () | |
| virtual | ~vmsUploaderDllPersist () |
Definition at line 15 of file vmsUploaderDllPersist.h.
| vmsUploaderDllPersist::vmsUploaderDllPersist | ( | ) |
Definition at line 16 of file vmsUploaderDllPersist.cpp.
| vmsUploaderDllPersist::~vmsUploaderDllPersist | ( | ) | [virtual] |
Definition at line 21 of file vmsUploaderDllPersist.cpp.
| BOOL vmsUploaderDllPersist::GetProfileString | ( | LPCSTR | pszSecion, | |
| LPCSTR | pszName, | |||
| LPCSTR | pszDefValue, | |||
| LPSTR | pszValue, | |||
| DWORD * | pdwValueSize | |||
| ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 51 of file vmsUploaderDllPersist.cpp.
References _App, FALSE, fsAppSettings::get_SettingsStore(), vmsAppSettingsStore::GetProfileString(), and TRUE.
| void vmsUploaderDllPersist::WriteProfileString | ( | LPCSTR | pszSecion, | |
| LPCSTR | pszName, | |||
| LPCSTR | pszValue | |||
| ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 63 of file vmsUploaderDllPersist.cpp.
References _App, fsAppSettings::get_SettingsStore(), and vmsAppSettingsStore::WriteProfileString().
| void vmsUploaderDllPersist::WriteProfileInt | ( | LPCSTR | pszSection, | |
| LPCSTR | pszName, | |||
| UINT | nValue | |||
| ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 46 of file vmsUploaderDllPersist.cpp.
References _App, fsAppSettings::get_SettingsStore(), and vmsAppSettingsStore::WriteProfileInt().
| UINT vmsUploaderDllPersist::GetProfileInt | ( | LPCSTR | pszSection, | |
| LPCSTR | pszName, | |||
| UINT | nDefValue | |||
| ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 41 of file vmsUploaderDllPersist.cpp.
References _App, fsAppSettings::get_SettingsStore(), and vmsAppSettingsStore::GetProfileInt().
| void vmsUploaderDllPersist::WriteProfileBinary | ( | LPCSTR | pszSection, | |
| LPCSTR | pszName, | |||
| LPVOID | pvData, | |||
| UINT | nDataSize | |||
| ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 31 of file vmsUploaderDllPersist.cpp.
References _App, fsAppSettings::get_SettingsStore(), and vmsAppSettingsStore::WriteProfileBinary().
| BOOL vmsUploaderDllPersist::GetProfileBinary | ( | LPCSTR | pszSecion, | |
| LPCSTR | pszName, | |||
| LPBYTE * | ppData, | |||
| UINT * | pnDataSize | |||
| ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 26 of file vmsUploaderDllPersist.cpp.
References _App, fsAppSettings::get_SettingsStore(), and vmsAppSettingsStore::GetProfileBinary().
| void vmsUploaderDllPersist::FreeBuffer | ( | LPBYTE | pb | ) | [virtual] |
Reimplemented from vmsUploadsDll::vmsDllPersist.
Definition at line 36 of file vmsUploaderDllPersist.cpp.
1.5.6