windows-nt/Source/XPSP1/NT/com/ole32/dcomss/objex/inc.hxx

22 lines
247 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
inc.hxx
Abstract:
Definitions shared between olescm and objex
--*/
#ifndef __INC_HXX
#define __INC_HXX
BOOL GUIDFromString(LPCWSTR lpsz, LPGUID pguid);
#endif __INC_HXX