Leaked source code of windows server 2003
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
373 B

  1. #ifndef NR_ULS_INCLUDED
  2. #define NR_ULS_INCLUDED
  3. #include "nrcommon.h"
  4. DWORD ResolveULSName ( LPCSTR szName, LPBYTE lpResult,
  5. LPDWORD lpdwResult, LPSTR lpszDisplayName, LPDWORD lpdwDisplayName,
  6. BOOL fTypeKnown, DWORD dwFlags, LPUINT puRequest, PASR pAsr );
  7. DWORD CheckULSName ( LPCSTR szName );
  8. DWORD InitializeULSNameRes();
  9. #endif // NR_ULS_INCLUDED