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.
 
 
 
 
 
 

30 lines
825 B

__foldwin32sstuff __foldwin32sstuff;
foldstyleinitialization = true;
/*****************************************************************/
/** Microsoft Windows 4.00 **/
/** Copyright (C) Microsoft Corp., 1993-1994 **/
/*****************************************************************/
/*
* API thunks for Netware 16bit APIs called from Win32
*/
enablemapdirect3216 = true;
flatthunks = true;
#include "types.thk"
UINT ThkChangeBinderyObjectPassword(
LPSTR pszResourceName,
LPSTR pszLoggedInUser,
UINT uiObjectType ,
LPSTR pszOldPassword,
LPSTR pszNewPassword);
UINT ThkLoadNetWareLibrary16(LPSTR lpszDllName);
UINT ThkMakeRunTimeInitCalls(VOID);
UINT ThkMakeRunTimeTerminateCalls(VOID);