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.

40 lines
686 B

  1. NTSTATUS
  2. NTAPI
  3. NtWow64CsrBasepNlsGetUserInfo(
  4. IN PNLS_USER_INFO pNlsCache,
  5. IN ULONG DataLength
  6. );
  7. NTSTATUS
  8. NTAPI
  9. NtWow64CsrBasepNlsSetUserInfo(
  10. IN LCTYPE LCType,
  11. IN LPWSTR pData,
  12. IN ULONG DataLength
  13. );
  14. NTSTATUS
  15. NTAPI
  16. NtWow64CsrBasepNlsSetMultipleUserInfo(
  17. IN DWORD dwFlags,
  18. IN int cchData,
  19. IN LPCWSTR pPicture,
  20. IN LPCWSTR pSeparator,
  21. IN LPCWSTR pOrder,
  22. IN LPCWSTR pTLZero,
  23. IN LPCWSTR pTimeMarkPosn
  24. );
  25. NTSTATUS
  26. NTAPI
  27. NtWow64CsrBasepNlsCreateSection(
  28. IN UINT uiType,
  29. IN LCID Locale,
  30. OUT PHANDLE phSection
  31. );
  32. NTSTATUS
  33. NtWow64CsrBasepNlsUpdateCacheCount(
  34. VOID);