16 lines
225 B
C
16 lines
225 B
C
|
/*
|
||
|
File GuidMap.h
|
||
|
|
||
|
Defines functions to map guid instances to descriptive names.
|
||
|
|
||
|
Paul Mayfield, 8/25/97
|
||
|
|
||
|
Copyright 1997, Microsoft Corporation.
|
||
|
*/
|
||
|
|
||
|
DWORD
|
||
|
RmpInitIfNameMapServer(
|
||
|
IN LPCWSTR pwszServerName
|
||
|
);
|
||
|
|