Windows2000/private/windows/winnls/ntwow64n.h
2020-09-30 17:12:32 +02:00

29 lines
477 B
C

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
);