18 lines
207 B
C
18 lines
207 B
C
/*++
|
|
|
|
Copyright (C) 1996-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
WMIPARSE.H
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
void IncrementClassCount(void);
|
|
void DecrementClassCount(void);
|
|
|
|
extern HMODULE g_hDll;
|
|
extern PUID g_puid;
|