5 lines
124 B
C
5 lines
124 B
C
#include "cstr.h"
|
|
|
|
HRESULT GUIDToCStr(CStr& str, const GUID& guid);
|
|
HRESULT GUIDFromCStr(const CStr& str, GUID* pguid);
|