You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
268 B
21 lines
268 B
/*++
|
|
|
|
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
|
|
|