mirror of https://github.com/tongzx/nt5src
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
42 lines
681 B
NTSTATUS
|
|
NTAPI
|
|
NtWow64CsrBasepNlsGetUserInfo(
|
|
IN LCID Locale,
|
|
IN SIZE_T CacheOffset,
|
|
IN LPWSTR pData,
|
|
IN ULONG DataLength
|
|
);
|
|
|
|
|
|
NTSTATUS
|
|
NTAPI
|
|
NtWow64CsrBasepNlsSetUserInfo(
|
|
IN LCTYPE LCType,
|
|
IN LPWSTR pData,
|
|
IN ULONG DataLength
|
|
);
|
|
|
|
NTSTATUS
|
|
NTAPI
|
|
NtWow64CsrBasepNlsSetMultipleUserInfo(
|
|
IN DWORD dwFlags,
|
|
IN int cchData,
|
|
IN LPCWSTR pPicture,
|
|
IN LPCWSTR pSeparator,
|
|
IN LPCWSTR pOrder,
|
|
IN LPCWSTR pTLZero,
|
|
IN LPCWSTR pTimeMarkPosn
|
|
);
|
|
|
|
|
|
NTSTATUS
|
|
NTAPI
|
|
NtWow64CsrBasepNlsCreateSection(
|
|
IN UINT uiType,
|
|
IN LCID Locale,
|
|
OUT PHANDLE phSection
|
|
);
|
|
|
|
NTSTATUS
|
|
NtWow64CsrBasepNlsUpdateCacheCount(
|
|
VOID);
|