Source code of Windows XP (NT5)
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
225 B

  1. /*
  2. File GuidMap.h
  3. Defines functions to map guid instances to descriptive names.
  4. Paul Mayfield, 8/25/97
  5. Copyright 1997, Microsoft Corporation.
  6. */
  7. DWORD
  8. RmpInitIfNameMapServer(
  9. IN LPCWSTR pwszServerName
  10. );