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.
15 lines
240 B
15 lines
240 B
/*
|
|
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
|
|
);
|
|
|