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.
45 lines
621 B
45 lines
621 B
/*
|
|
* Open issues:
|
|
*
|
|
*/
|
|
|
|
enablemapdirect3216 = true;
|
|
|
|
#include "types.thk"
|
|
|
|
LPSTR lstrpbrk(LPSTR lpSearch,LPSTR lpTargets)
|
|
{
|
|
}
|
|
|
|
BOOL CreateUniqueName(LPSTR lpDest,LPSTR lpBaseName,WORD wInstance)
|
|
{
|
|
}
|
|
|
|
BOOL BuildPointAndPrintInfo(DWORD lpsi,LPSTR lpDependentFiles)
|
|
{
|
|
}
|
|
|
|
BOOL PrinterSetup(HWND hWnd,WORD wAction,WORD wBufSize,
|
|
LPBYTE lpBuffer,LPWORD lpwRequired)
|
|
{
|
|
}
|
|
|
|
BOOL RemovePnPData(DWORD dwID)
|
|
{
|
|
}
|
|
|
|
BOOL AddPortToListbox(DWORD lpsi,LPSTR lpDescription,LPSTR lpPort,HWND hDlg)
|
|
{
|
|
}
|
|
|
|
VOID FlushCachedPrinterFiles(void)
|
|
{
|
|
}
|
|
|
|
BOOL StripTrailingChars(LPSTR,LPSTR,LPBYTE,LPWORD)
|
|
{
|
|
}
|
|
|
|
WORD GetGPCVersion(LPSTR)
|
|
{
|
|
}
|