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
15 lines
373 B
#ifndef NR_ULS_INCLUDED
|
|
#define NR_ULS_INCLUDED
|
|
|
|
#include "nrcommon.h"
|
|
|
|
DWORD ResolveULSName ( LPCSTR szName, LPBYTE lpResult,
|
|
LPDWORD lpdwResult, LPSTR lpszDisplayName, LPDWORD lpdwDisplayName,
|
|
BOOL fTypeKnown, DWORD dwFlags, LPUINT puRequest, PASR pAsr );
|
|
|
|
DWORD CheckULSName ( LPCSTR szName );
|
|
|
|
DWORD InitializeULSNameRes();
|
|
|
|
#endif // NR_ULS_INCLUDED
|
|
|