Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cFileDigSig.h
Go to the documentation of this file.
1 //
4 //
5 
6 #ifndef _INC_cFileDigSig_H
7 #define _INC_cFileDigSig_H
8 #ifndef NO_PRAGMA_ONCE
9 #pragma once
10 #endif
11 
12 #include "../GrayLibBase.h"
14 
15 namespace GrayLib
16 {
18  {
27 
28  public:
29 #ifdef _WIN32
30  static HRESULT GRAYCALL VerifyDigSigW(const wchar_t* pszFilePath, cString& rsResult);
31 #endif
32  static HRESULT GRAYCALL VerifyDigSig(const FILECHAR_t* pszSourceFile, cString& rsResult);
33 
35  };
36 }
37 
38 #endif
#define GRAYCALL
declare calling convention for static functions so everyone knows the arg passing scheme....
Definition: GrayCore.h:36
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cFileDigSig.h:18
UNITTEST_FRIEND(cFileDigSig)
Definition: cMesh.h:22
char FILECHAR_t
a UTF8 char in a file name. like TCHAR
Definition: FileName.h:22