GME  13
GUIDCreate.h
Go to the documentation of this file.
00001 #ifndef GUIDCREATE_H
00002 #define GUIDCREATE_H
00003 
00004 class GuidCreate
00005 {
00006 public:
00007         static const TCHAR * format_str;
00008         static CComBSTR newGuid();
00009 };
00010 
00011 #endif //GUIDCREATE_H