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.
27 lines
596 B
27 lines
596 B
/*****************************************************************************
|
|
*
|
|
* (C) COPYRIGHT MICROSOFT CORPORATION, 2002-2003
|
|
*
|
|
* TITLE: fusutils.h
|
|
*
|
|
* VERSION: 1.0
|
|
*
|
|
* DATE: 14-Feb-2001
|
|
*
|
|
* DESCRIPTION: Fusion utilities
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifndef _FUSUTILS_H
|
|
#define _FUSUTILS_H
|
|
|
|
|
|
|
|
HANDLE GetMyActivationContext();
|
|
BOOL CreateMyActivationContext();
|
|
HANDLE CreateActivationContextFromResource(HMODULE hModule, LPCTSTR pszResourceName);
|
|
|
|
|
|
|
|
#endif // endif _FUSUTILS_H
|
|
|