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.

42 lines
681 B

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