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
40 lines
686 B
NTSTATUS
|
|
NTAPI
|
|
NtWow64CsrBasepNlsGetUserInfo(
|
|
IN PNLS_USER_INFO pNlsCache,
|
|
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);
|