home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / WIN_NT / BCPORT / BCPORT.INI < prev    next >
INI File  |  1993-12-21  |  42KB  |  694 lines

  1. [PORTTOOL]
  2.     WinHelp=d:\mstools\bin\api32wh.hlp
  3.  
  4. [Porttool data file format]
  5. Supply the help file name and path above for access to winhelp
  6. from within the environment.
  7.  
  8. The format for the lines below is:
  9. SearchKeyWord=HelpSearchString;Porting Issue;Suggested fix;
  10.  
  11. Optional configurations:
  12. SearchKeyWord=HelpSearchString;Porting Issue;
  13. SearchKeyWord=HelpSearchString;
  14. SearchKeyWord=HelpSearchString; ;Suggested fix;
  15. SearchKeyWord=; ;Porting Issue;Suggested fix;
  16. SearchKeyWord=; ;Porting Issue;
  17. SearchKeyWord=; ; ;Suggested fix;
  18.  
  19. Also, trailing semicolons are optional.
  20.  
  21.  
  22. [APIS]
  23.      AccessResource=AccessResource;No Win32 API equivalent;Not necessary, just remove;
  24.      AddFontResource=AddFontResource;Must use string, not handle, for filename;;
  25.      AllocDStoCSAlias=AllocDStoCSAlias;No Win32 API equivalent;;
  26.      AllocResource=AllocResource;No Win32 API equivalent (resource API in progress);;
  27.      AllocSelector=AllocSelector;No Win32 API equivalent;;
  28.      ChangeSelector=ChangeSelector;No Win32 API equivalent;;
  29.      CloseComm=CloseComm;Replaced by CloseHandle;;
  30.      CloseSound=CloseSound;Replaced by multimedia sound support;;
  31.     CountVoiceNotes=CountVoiceNotes;Replaced by multimedia sound support;;
  32.      DefineHandleTable=DefineHandleTable;This function is now obsolete;;
  33.     DeviceCapabilities=DeviceCapabilities;Replaced by portable DeviceCapabilitiesEx;;
  34.     DeviceMode=DeviceMode;Replaced by portable DeviceModeEx;;
  35.     DlgDirSelect=DlgDirSelect;Replaced by portable DlgDirSelectEx;;
  36.     DlgDirSelectComboBox=DlgDirSelectComboBox;Replaced by portable DlgDirSelectComboBoxEx;;
  37.     DOS3Call=DOS3Call;Replaced by named, portable Win32 API;;
  38.     ExtDeviceMode=ExtDeviceMode;Replaced by portable ExtDeviceModeEx;;
  39.     FlushComm=FlushComm;Replaced by PurgeComm;;
  40.     FreeSelector=FreeSelector;No Win32 API equivalent;;
  41.     GetAspectRatioFilter=GetAspectRatioFilter;Replaced by portable GetAspectRatioFilterEx;;
  42.     GetBitmapDimension=GetBitmapDimension;Replaced by portable GetBitmapDimensionEx;;
  43.     GetBrushOrg=GetBrushOrg;Replaced by portable GetBrushOrgEx;;
  44.     GetClassWord=GetClassWord;Use GetClassLong for values that grow to 32-bits on Win32;;
  45.     GetCodeHandle=GetCodeHandle;No Win32 API equivalent;;
  46.     GetCodeInfo=GetCodeInfo;No Win32 API equivalent;;
  47.     GetCommError=GetCommError;Replaced by ClearCommError;;
  48.     GetCurrentPDB=GetCurrentPDB;No Win32 API equivalent;;
  49.      GetCurrentPosition=GetCurrentPosition;Replaced by portable GetCurrentPositionEx;;
  50.      GetEnvironment=GetEnvironment;No Win32 API equivalent;;
  51.     GetFreeSpace=GetFreeSpace;Replaced by GlobalMemoryStatus function;;
  52.     GetFreeSystemResources=GlobalMemoryStatus;Replaced by GlobalMemoryStatus function;;
  53.     GetInstanceData=GetInstanceData;No equivalent;use alternative supported IPC mechanism.;
  54.     GetKBCodePage=GetKBCodePage;No Win32 API equivalent;;
  55.     GetMetaFileBits=GetMetaFileBits;Replaced by portable GetMetaFileBitsEx;;
  56.     GetModuleUsage=GetModuleUsage;Always returns 1 on Win32;;
  57.     GetTempDrive=GetTempDrive;Implements Win16 functionality on Win32;;
  58.     GetTextExtent=GetTextExtent;Replaced by portable GetTextExtentPoint;;
  59.      GetTextExtentEx=GetTextExtentEx;Replaced by portable GetTextExtentExPoint;;
  60.     GetThresholdEvent=GetThresholdEvent;Replaced by multimedia sound support;;
  61.      GetThresholdStatus=GetThresholdStatus;Replaced by multimedia sound support;;
  62.     GetViewportExt=GetViewportExt;Replaced by portable GetViewportExtEx;;
  63.     GetViewportOrg=GetViewportOrg;Replaced by portable GetViewportOrgEx;;
  64.     GetWindowExt=GetWindowExt;Replaced by portable GetWindowExtEx;;
  65.     GetWindowOrg=GetWindowOrg;Replaced by portable GetWindowOrgEx;;
  66.     GetWindowWord=GetWindowWord;Use GetWindowLong for values that grow to 32-bits on Win32;;
  67.     GlobalCompact=GlobalCompact;This function is now obsolete;;
  68.     GlobalDosAlloc=GlobalDosAlloc;No Win32 API equivalent;;
  69.     GlobalDosFree=GlobalDosFree;No Win32 API equivalent;;
  70.     GlobalFix=GlobalFix;This function is now obsolete;;
  71.     GlobalLRUNewest=GlobalLRUNewest;This function is now obsolete;;
  72.     GlobalLRUNOldest=GlobalLRUNOldest;This function is now obsolete;;
  73.     GlobalNotify=GlobalNotify;This function is now obsolete;;
  74.     GlobalPageLock=GlobalPageLock;No Win32 API equivalent;;
  75.     GlobalPageUnlock=GlobalPageUnlock;No Win32 API equivalent;;
  76.     GlobalUnfix=GlobalUnfix;This function is now obsolete;;
  77.     GlobalUnwire=GlobalUnwire;This function is now obsolete;;
  78.      GlobalWire=GlobalWire;This function is now obsolete;;
  79.      LocalCompact=LocalCompact;This function is now obsolete;;
  80.     LocalInit=LocalInit;This function is now obsolete;;
  81.     LocalShrink=LocalShrink;This function is now obsolete;;
  82.     LockSegment=LockSegment;This function is now obsolete;;
  83.     LimitEMSPages=LimitEMSPages;No Win32 API equivalent;;
  84.     LocalNotify=LocalNotify;No Win32 Equivalent;;
  85.     MoveTo=MoveTo;Replaced by portable MoveToEx;;
  86.     NetBIOSCall=NetBIOSCall;Replaced by named, portable Win32 API;;
  87.     OffsetViewportOrg=OffsetViewportOrg;Replaced by portable OffsetViewportOrgEx;;
  88.      OffsetWindowOrg=OffsetWindowOrg;Replaced by portable OffsetWindowOrgEx;;
  89.     OpenComm=OpenComm;Replaced by OpenFile;;
  90.      OpenSound=OpenSound;Replaced by multimedia sound support;;
  91.     ProfClear=ProfClear;See tech. ref. for Win32 API profiling support;;
  92.     ProfFinish=ProfFinish;See tech. ref. for Win32 API profiling support;;
  93.     ProfFlush=ProfFlush;See tech. ref. for Win32 API profiling support;;
  94.     ProfInsChk=ProfInsChk;See tech. ref. for Win32 API profiling support;;
  95.      ProfSampRate=ProfSampRate;See tech. ref. for Win32 API profiling support;;
  96.     ProfSetup=ProfSetup;See tech. ref. for Win32 API profiling support;;
  97.     ProfStart=ProfStart;See tech. ref. for Win32 API profiling support;;
  98.     ProfStop=ProfStop;See tech. ref. for Win32 API profiling support;;
  99.     ReadComm=ReadComm;Replaced by ReadFile;;
  100.     RemoveFontResource=RemoveFontResource;Must use string, not handle, for filename;;
  101.     ScaleViewportExt=ScaleViewportExt;Replaced by portable ScaleViewportExtEx;;
  102.     ScaleWindowExt=ScaleWindowExt;Replaced by portable ScaleWindowExtEx;;
  103.     SetBitmapDimension=SetBitmapDimension;Replaced by portable SetBitmapDimensionEx;;
  104.     SetClassWord=SetClassWord;Use SetClassLong for values that grow to 32-bits on Win32;;
  105.     SetCommEventMask=;Replaced by SetCommMask;;
  106.     SetEnvironment=SetEnvironment;No Win32 API equivalent;;
  107.      SetMetaFileBits=SetMetaFileBits;Replaced by portable SetMetaFileBitsEx;;
  108.      SetResourceHandler=SetResourceHandler;No Win32 API equivalent (resource API in progress);;
  109.     SetSoundNoise=SetSoundNoise;Replaced by multimedia sound support;;
  110.     SetSwapAreaSize=SetSwapAreaSize;This function is now obsolete;;
  111.     SetViewportExt=SetViewportExt;Replaced by portable SetViewportExtEx;;
  112.     SetViewportOrg=SetViewportOrg;Replaced by portable SetViewportOrgEx;;
  113.     SetVoiceAccent=SetVoiceAccent;Replaced by multimedia sound support;;
  114.     SetVoiceEnvelope=SetVoiceEnvelope;Replaced by multimedia sound support;;
  115.     SetVoiceNote=SetVoiceNote;Replaced by multimedia sound support;;
  116.     SetVoiceQueueSize=SetVoiceQueueSize;Replaced by multimedia sound support;;
  117.      SetVoiceSound=SetVoiceSound;Replaced by multimedia sound support;;
  118.      SetVoiceThreshold=SetVoiceThreshold;Replaced by multimedia sound support;;
  119.      SetWindowExt=SetWindowExt;Replaced by portable SetWindowExtEx;;
  120.     SetWindowOrg=SetWindowOrg;Replaced by portable SetWindowOrgEx;;
  121.     SetWindowWord=SetWindowWord;Use SetWindowLong for values that grow to 32-bits on Win32;;
  122.     StartSound=StartSound;Replaced by multimedia sound support;;
  123.     StopSound=StopSound;Replaced by multimedia sound support;;
  124.     SwitchStackBack=SwitchStackBack;No Win32 API equivalent;;
  125.     SwitchStackTo=SwitchStackTo;No Win32 API equivalent;;
  126.     SyncAllVoices=SyncAllVoices;Replaced by multimedia sound support;;
  127.     UngetCommChar=UngetCommChar;No Win32 equivalent;;
  128.     UnlockSegment=UnlockSegment;This function is now obsolete;;
  129.     ValidateCodeSegments=ValidateCodeSegments;No Win32 API equivalent;;
  130.     ValidateFreeSpaces=ValidateFreeSpaces;No Win32 API equivalent;;
  131.      WaitSoundState=WaitSoundState;Replaced by multimedia sound support;;
  132.      WndProc=WindowProc;All WndProc's should be defined in a portable manner;WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LONG lParam);
  133.      WriteComm=WriteComm;Replaced by WriteFile;;
  134.      AbortPath=AbortPath;Not Supported in Win32s;
  135.      AbortPrinter=AbortPrinter;Not Supported in Win32s;
  136.      AbortSystemShutdown=AbortSystemShutdown;Not Supported in Win32s;
  137.      AbsoluteToSelfRelativeSD=AbsoluteToSelfRelativeSD;Not Supported in Win32s;
  138.      AccessCheck=AccessCheck;Not Supported in Win32s;
  139.      AccessCheckAndAuditAlarm=AccessCheckAndAuditAlarm;Not Supported in Win32s;
  140.      ActivateKeyboardLayout=ActivateKeyboardLayout;Not Supported in Win32s;
  141.      AddAccessAllowedAce=AddAccessAllowedAce;Not Supported in Win32s;
  142. AddAccessDeniedAce=AddAccessDeniedAce;Not Supported in Win32s;
  143. AddAce=AddAce;Not Supported in Win32s;
  144. AddAuditAccessAce=AddAuditAccessAce;Not Supported in Win32s;
  145. AddForm=AddForm;Not Supported in Win32s;
  146. AddJob=AddJob;Not Supported in Win32s;
  147. AddMonitor=AddMonitor;Not Supported in Win32s;
  148. AddPort=AddPort;Not Supported in Win32s;
  149. AddPrinter=AddPrinter;Not Supported in Win32s;
  150. AddPrinterConnection=AddPrinterConnection;Not Supported in Win32s;
  151. AddPrinterDriver=AddPrinterDriver;Not Supported in Win32s;
  152. AddPrintProcessor=AddPrintProcessor;Not Supported in Win32s;
  153. AddPrintProvidor=AddPrintProvidor;Not Supported in Win32s;
  154. AdjustTokenGroups=AdjustTokenGroups;Not Supported in Win32s;
  155. AdjustTokenPrivileges=AdjustTokenPrivileges;Not Supported in Win32s;
  156. AdvancedDocumentProperties=AdvancedDocumentProperties;Not Supported in Win32s;
  157. AdvancedSetupDialog=AdvancedSetupDialog;Not Supported in Win32s;
  158. AllocateLocallyUniqueId=AllocateLocallyUniqueId;Not Supported in Win32s;
  159. AngleArc=AngleArc;Not Supported in Win32s;
  160. ArcTo=ArcTo;Not Supported in Win32s;
  161. AreAllAccessesGranted=AreAllAccessesGranted;Not Supported in Win32s;
  162. AreAnyAccessesGranted=AreAnyAccessesGranted;Not Supported in Win32s;
  163. AttachThreadInput=AttachThreadInput;Not Supported in Win32s;
  164. Backup=Backup;Not Supported in Win32s;Backup APIs not supported;
  165. BackupEventLog=BackupEventLog;Not Supported in Win32s;
  166. BeginPath=BeginPath;Not Supported in Win32s;
  167. BeginUpdateResource=BeginUpdateResource;Not Supported in Win32s;
  168. CallNamedPipe=CallNamedPipe;Not Supported in Win32s;
  169. CancelDC=CancelDC;Not Supported in Win32s;
  170. ChangeServiceConfig=ChangeServiceConfig;Not Supported in Win32s;
  171. ClearEventLog=ClearEventLog;Not Supported in Win32s;
  172. ClientThreadConnect=ClientThreadConnect;Not Supported in Win32s;
  173. CloseDesktop=CloseDesktop;Not Supported in Win32s;
  174. CloseEventLog=CloseEventLog;Not Supported in Win32s;
  175. CloseFigure=CloseFigure;Not Supported in Win32s;
  176. ClosePrinter=ClosePrinter;Not Supported in Win32s;
  177. CloseProfileUserMapping=CloseProfileUserMapping;Not Supported in Win32s;
  178. CloseServiceHandle=CloseServiceHandle;Not Supported in Win32s;
  179. CombineTransform=CombineTransform;Not Supported in Win32s;
  180. CompareStringW=CompareStringW;Not Supported in Win32s;
  181. ConfigurePort=ConfigurePort;Not Supported in Win32s;
  182. ConnectNamedPipe=ConnectNamedPipe;Not Supported in Win32s;
  183. Console=Console;Not Supported in Win32s;Console APIs are not supported in Win32s;
  184. ControlService=ControlService;Not Supported in Win32s;
  185. ConvertRequest=ConvertRequest;Not Supported in Win32s;
  186. CopyAcceleratorTable=CopyAcceleratorTable;Not Supported in Win32s;
  187. CreateAcceleratorTable=CreateAcceleratorTable;Not Supported in Win32s;
  188. CreateDIBPatternBrushPt=CreateDIBPatternBrushPt;Not Supported in Win32s;
  189. CreateDIBSection=CreateDIBSection;Not Supported in Win32s;
  190. CreateEvent=CreateEvent;Not Supported in Win32s;
  191. CreateHalftonePalette=CreateHalftonePalette;Not Supported in Win32s;
  192. CreateIconFromResource=CreateIconFromResource;Not Supported in Win32s;
  193. CreateIconIndirect=CreateIconIndirect;Not Supported in Win32s;
  194. CreateMailslot=CreateMailslot;Not Supported in Win32s;
  195. CreateMDIWindow=CreateMDIWindow;Not Supported in Win32s;
  196. CreateMutex=CreateMutex;Not Supported in Win32s;
  197. CreateNamedPipe=CreateNamedPipe;Not Supported in Win32s;
  198. CreatePipe=CreatePipe;Not Supported in Win32s;
  199. CreatePrivateObjectSecurity=CreatePrivateObjectSecurity;Not Supported in Win32s;
  200. CreateRemoteThread=CreateRemoteThread;Not Supported in Win32s;
  201. CreateSemaphore=CreateSemaphore;Not Supported in Win32s;
  202. CreateService=CreateService;Not Supported in Win32s;
  203. CreateTapePartition=CreateTapePartition;Not Supported in Win32s;
  204. CreateThread=CreateThread;Not Supported in Win32s;
  205. CreateUserObjectSecurity=CreateUserObjectSecurity;Not Supported in Win32s;
  206. DdeImpersonateClient=DdeImpersonateClient;Not Supported in Win32s;
  207. DdeRevertToSelf=DdeRevertToSelf;Not Supported in Win32s;
  208. DebugActiveProcess=DebugActiveProcess;Not Supported in Win32s;
  209. DebugSnapShotProcessHeaps=DebugSnapShotProcessHeaps;Not Supported in Win32s;
  210. DefDriverProc=DefDriverProc;Not Supported in Win32s;
  211. DefineHandleTable=DefineHandleTable;Not Supported in Win32s;
  212. DeleteAce=DeleteAce;Not Supported in Win32s;
  213. DeleteForm=DeleteForm;Not Supported in Win32s;
  214. DeleteMonitor=DeleteMonitor;Not Supported in Win32s;
  215. DeletePort=DeletePort;Not Supported in Win32s;
  216. DeletePrinter=DeletePrinter;Not Supported in Win32s;
  217. DeletePrinterConnection=DeletePrinterConnection;Not Supported in Win32s;
  218. DeletePrinterDriver=DeletePrinterDriver;Not Supported in Win32s;
  219. DeletePrintProcessor=DeletePrintProcessor;Not Supported in Win32s;
  220. DeletePrintProvidor=DeletePrintProvidor;Not Supported in Win32s;
  221. DeleteService=DeleteService;Not Supported in Win32s;
  222. DeregisterEventSource=DeregisterEventSource;Not Supported in Win32s;
  223. DestroyAcceleratorTable=DestroyAcceleratorTable;Not Supported in Win32s;
  224. DestroyPrivateObjectSecurity=DestroyPrivateObjectSecurity;Not Supported in Win32s;
  225. DestroyUserObjectSecurity=DestroyUserObjectSecurity;Not Supported in Win32s;
  226. DeviceCapabilitiesEx=DeviceCapabilitiesEx;Not Supported in Win32s;
  227. DeviceIoControl=DeviceIoControl;Not Supported in Win32s;
  228. DeviceMode=DeviceMode;Not Supported in Win32s;
  229. DirectedYield=DirectedYield;Not Supported in Win32s;
  230. DisconnectNamedPipe=DisconnectNamedPipe;Not Supported in Win32s;
  231. DocumentProperties=DocumentProperties;Not Supported in Win32s;
  232. DragDetect=DragDetect;Not Supported in Win32s;
  233. DragObject=DragObject;Not Supported in Win32s;
  234. DrawEscape=DrawEscape;Not Supported in Win32s;
  235. DuplicateIcon=DuplicateIcon;Not Supported in Win32s;
  236. DuplicateToken=DuplicateToken;Not Supported in Win32s;
  237. EndDocPrinter=EndDocPrinter;Not Supported in Win32s;
  238. EndPagePrinter=EndPagePrinter;Not Supported in Win32s;
  239. EndPath=EndPath;Not Supported in Win32s;
  240. EndUpdateResource=EndUpdateResource;Not Supported in Win32s;
  241. EnhMetaFile=EnhMetaFile;Not Supported in Win32s;Enhanced metafiles not supported;
  242. EnumDependentServices=EnumDependentServices;Not Supported in Win32s;
  243. EnumDesktops=EnumDesktops;Not Supported in Win32s;
  244. EnumDisplayDeviceModes=EnumDisplayDeviceModes;Not Supported in Win32s;
  245. EnumDisplayDevices=EnumDisplayDevices;Not Supported in Win32s;
  246. EnumForms=EnumForms;Not Supported in Win32s;
  247. EnumJobs=EnumJobs;Not Supported in Win32s;
  248. EnumMonitors=EnumMonitors;Not Supported in Win32s;
  249. EnumNearestFonts=EnumNearestFonts;Not Supported in Win32s;
  250. EnumPorts=EnumPorts;Not Supported in Win32s;
  251. EnumPrinterDrivers=EnumPrinterDrivers;Not Supported in Win32s;
  252. EnumPrinters=EnumPrinters;Not Supported in Win32s;
  253. EnumPrintProcessorDatatypes=EnumPrintProcessorDatatypes;Not Supported in Win32s;
  254. EnumPrintProcessors=EnumPrintProcessors;Not Supported in Win32s;
  255. EnumPropsEx=EnumPropsEx;Not Supported in Win32s;
  256. EnumQueueMessages=EnumQueueMessages;Not Supported in Win32s;
  257. EnumServicesStatus=EnumServicesStatus;Not Supported in Win32s;
  258. EraseTape=EraseTape;Not Supported in Win32s;
  259. ExitWindowsEx=ExitWindowsEx;Not Supported in Win32s;
  260. ExpandEnvironmentStrings=ExpandEnvironmentStrings;Not Supported in Win32s;
  261. ExtCreateFontIndirect=ExtCreateFontIndirect;Not Supported in Win32s;
  262. ExtCreatePen=ExtCreatePen;Not Supported in Win32s;
  263. ExtCreateRegion=ExtCreateRegion;Not Supported in Win32s;
  264. ExtendedProviderFunction=ExtendedProviderFunction;Not Supported in Win32s;
  265. ExtractAssociatedIcon=ExtractAssociatedIcon;Not Supported in Win32s;
  266. ExtSelectClipRgn=ExtSelectClipRgn;Not Supported in Win32s;
  267. FileIoCompletionRoutine=FileIoCompletionRoutine;Not Supported in Win32s;
  268. FileTimeToLocalFileTime=FileTimeToLocalFileTime;Not Supported in Win32s;
  269. FillPath=FillPath;Not Supported in Win32s;
  270. FindCloseChangeNotification=FindCloseChangeNotification;Not Supported in Win32s;
  271. FindFirstChangeNotification=FindFirstChangeNotification;Not Supported in Win32s;
  272. FindFirstFreeAce=FindFirstFreeAce;Not Supported in Win32s;
  273. FindNextChangeNotification=FindNextChangeNotification;Not Supported in Win32s;
  274. FindResourceEx=FindResourceEx;Not Supported in Win32s;
  275. FixBrushOrgEx=FixBrushOrgEx;Not Supported in Win32s;
  276. FlattenPath=FlattenPath;Not Supported in Win32s;
  277. FlushInstructionCache=FlushInstructionCache;Not Supported in Win32s;
  278. FlushViewOfFile=FlushViewOfFile;Not Supported in Win32s;
  279. FoldStringW=FoldStringW;Not Supported in Win32s;
  280. FormatMessage=FormatMessage;Not Supported in Win32s;
  281. GdiComment=GdiComment;Not Supported in Win32s;
  282. GdiFlush=GdiFlush;Not Supported in Win32s;
  283. GdiGetBatchLimit=GdiGetBatchLimit;Not Supported in Win32s;
  284. GdiSetBatchLimit=GdiSetBatchLimit;Not Supported in Win32s;
  285. GetAce=GetAce;Not Supported in Win32s;
  286. GetAclInformation=GetAclInformation;Not Supported in Win32s;
  287. GetACP=GetACP;Not Supported in Win32s;
  288. GetArcDirection=GetArcDirection;Not Supported in Win32s;
  289. GetCharABCWidthsFloat=GetCharABCWidthsFloat;Not Supported in Win32s;
  290. GetCharWidth32=GetCharWidth32;Not Supported in Win32s;
  291. GetCharWidthFloat=GetCharWidthFloat;Not Supported in Win32s;
  292. GetClipRgn=GetClipRgn;Not Supported in Win32s;
  293. GetColorAdjustment=GetColorAdjustment;Not Supported in Win32s;
  294. GetComputerName=GetComputerName;Not Supported in Win32s;
  295. GetCurrentObject=GetCurrentObject;Not Supported in Win32s;
  296. GetDriverInfo=GetDriverInfo;Not Supported in Win32s;
  297. GetDriverModuleHandle=GetDriverModuleHandle;Not Supported in Win32s;
  298. GetEnvironment=GetEnvironment;Not Supported in Win32s;
  299. GetExceptionCode=GetExceptionCode;Not Supported in Win32s;
  300. GetExceptionInformation=GetExceptionInformation;Not Supported in Win32s;
  301. GetFileInformationByHandle=GetFileInformationByHandle;Not Supported in Win32s;
  302. GetFileSecurity=GetFileSecurity;Not Supported in Win32s;
  303. GetFontMapperControls=GetFontMapperControls;Not Supported in Win32s;
  304. GetFontResourceInfo=GetFontResourceInfo;Not Supported in Win32s;
  305. GetForegroundWindow=GetForegroundWindow;Not Supported in Win32s;
  306. GetForm=GetForm;Not Supported in Win32s;
  307. GetGraphicsMode=GetGraphicsMode;Not Supported in Win32s;
  308. GetIconInfo=GetIconInfo;Not Supported in Win32s;
  309. GetInputDesktop=GetInputDesktop;Not Supported in Win32s;
  310. GetJob=GetJob;Not Supported in Win32s;
  311. GetJobFromHandle=GetJobFromHandle;Not Supported in Win32s;
  312. GetKBCodePage=GetKBCodePage;Not Supported in Win32s;
  313. GetKernelObjectSecurity=GetKernelObjectSecurity;Not Supported in Win32s;
  314. GetKerningPairs=GetKerningPairs;Not Supported in Win32s;
  315. GetKeyboardLayoutName=GetKeyboardLayoutName;Not Supported in Win32s;
  316. GetLocaleInfoW=GetLocaleInfoW;Not Supported in Win32s;
  317. GetLocalTime=GetLocalTime;Not Supported in Win32s;
  318. GetLogicalDriveStrings=GetLogicalDriveStrings;Not Supported in Win32s;
  319. GetMailslotInfo=GetMailslotInfo;Not Supported in Win32s;
  320. GetMetaRgn=GetMetaRgn;Not Supported in Win32s;
  321. GetMiterLimit=GetMiterLimit;Not Supported in Win32s;
  322. GetNamedPipeHandleState=GetNamedPipeHandleState;Not Supported in Win32s;
  323. GetNamedPipeInfo=GetNamedPipeInfo;Not Supported in Win32s;
  324. GetNextDriver=GetNextDriver;Not Supported in Win32s;
  325. GetNumberOfEventLogRecords=GetNumberOfEventLogRecords;Not Supported in Win32s;
  326. GetObjectSecurity=GetObjectSecurity;Not Supported in Win32s;
  327. GetObjectType=GetObjectType;Not Supported in Win32s;
  328. GetOEMCP=GetOEMCP;Not Supported in Win32s;
  329. GetOldestEventLogRecord=GetOldestEventLogRecord;Not Supported in Win32s;
  330. GetOverlappedResult=GetOverlappedResult;Not Supported in Win32s;
  331. GetPath=GetPath;Not Supported in Win32s;
  332. GetPrinter=GetPrinter;Not Supported in Win32s;
  333. GetPrinterData=GetPrinterData;Not Supported in Win32s;
  334. GetPrinterDriver=GetPrinterDriver;Not Supported in Win32s;
  335. GetPrinterDriverDirectory=GetPrinterDriverDirectory;Not Supported in Win32s;
  336. GetPrintProcessorDirectory=GetPrintProcessorDirectory;Not Supported in Win32s;
  337. GetPriorityClass=GetPriorityClass;Not Supported in Win32s;
  338. GetPrivateObjectSecurity=GetPrivateObjectSecurity;Not Supported in Win32s;
  339. GetProcessHeap=GetProcessHeap;Not Supported in Win32s;
  340. GetProcessShutdownParameters=GetProcessShutdownParameters;Not Supported in Win32s;
  341. GetProcessWindowStation=GetProcessWindowStation;Not Supported in Win32s;
  342. GetRegionData=GetRegionData;Not Supported in Win32s;
  343. GetRotateTransform=GetRotateTransform;Not Supported in Win32s;
  344. GetSecurityDescriptorControl=GetSecurityDescriptorControl;Not Supported in Win32s;
  345. GetSecurityDescriptorDacl=GetSecurityDescriptorDacl;Not Supported in Win32s;
  346. GetSecurityDescriptorGroup=GetSecurityDescriptorGroup;Not Supported in Win32s;
  347. GetSecurityDescriptorLength=GetSecurityDescriptorLength;Not Supported in Win32s;
  348. GetSecurityDescriptorOwner=GetSecurityDescriptorOwner;Not Supported in Win32s;
  349. GetSecurityDescriptorSacl=GetSecurityDescriptorSacl;Not Supported in Win32s;
  350. GetServiceDisplayName=GetServiceDisplayName;Not Supported in Win32s;
  351. GetServiceKeyName=GetServiceKeyName;Not Supported in Win32s;
  352. GetStringTypeW=GetStringTypeW;Not Supported in Win32s;
  353. GetSystemDefaultLangID=GetSystemDefaultLangID;Not Supported in Win32s;
  354. GetSystemDefaultLCID=GetSystemDefaultLCID;Not Supported in Win32s;
  355. GetSystemInfo=GetSystemInfo;Not Supported in Win32s;
  356. GetTapeParameters=GetTapeParameters;Not Supported in Win32s;
  357. GetTapePosition=GetTapePosition;Not Supported in Win32s;
  358. GetTapeStatus=GetTapeStatus;Not Supported in Win32s;
  359. GetTextExtentPoint32=GetTextExtentPoint32;Not Supported in Win32s;
  360. GetThreadDesktop=GetThreadDesktop;Not Supported in Win32s;
  361. GetThreadExitCode=GetThreadExitCode;Not Supported in Win32s;
  362. GetThreadLocale=GetThreadLocale;Not Supported in Win32s;
  363. GetThreadPriority=GetThreadPriority;Not Supported in Win32s;
  364. GetThreadSelectorEntry=GetThreadSelectorEntry;Not Supported in Win32s;
  365. GetTimeZoneInformation=GetTimeZoneInformation;Not Supported in Win32s;
  366. GetTokenInformation=GetTokenInformation;Not Supported in Win32s;
  367. GetUserDefaultLangID=GetUserDefaultLangID;Not Supported in Win32s;
  368. GetUserDefaultLCID=GetUserDefaultLCID;Not Supported in Win32s;
  369. GetUserName=GetUserName;Not Supported in Win32s;
  370. GetUserObjectSecurity=GetUserObjectSecurity;Not Supported in Win32s;
  371. GetWindowsDir=GetWindowsDir;Not Supported in Win32s;
  372. GetWindowStationAttrs=GetWindowStationAttrs;Not Supported in Win32s;
  373. GetWinMetaFileBits=GetWinMetaFileBits;Not Supported in Win32s;
  374. GetWorldTransform=GetWorldTransform;Not Supported in Win32s;
  375. GlobalFix=GlobalFix;Not Supported in Win32s;
  376. GlobalMemoryStatus=GlobalMemoryStatus;Not Supported in Win32s;
  377. GlobalUnfix=GlobalUnfix;Not Supported in Win32s;
  378. I_Rpc=I_Rpc;Not supported on Win32s;RPC is not supported in this release;
  379. I_ScSetServiceBits=I_ScSetServiceBits;Not Supported in Win32s;
  380. I_Trace=I_Trace;Not Supported in Win32s;
  381. I_UuidCreate=I_UuidCreate;Not Supported in Win32s;
  382. ImpersonateDDEClientWindow=ImpersonateDDEClientWindow;Not Supported in Win32s;
  383. ImpersonateNamedPipeClient=ImpersonateNamedPipeClient;Not Supported in Win32s;
  384. ImpersonateSelf=ImpersonateSelf;Not Supported in Win32s;
  385. InitializeAcl=InitializeAcl;Not Supported in Win32s;
  386. InitializeSecurityDescriptor=InitializeSecurityDescriptor;Not Supported in Win32s;
  387. InitiateSystemShutdown=InitiateSystemShutdown;Not Supported in Win32s;
  388. InsertQueueMessage=InsertQueueMessage;Not Supported in Win32s;
  389. InterlockedDecrement=InterlockedDecrement;Not Supported in Win32s;
  390. InterlockedIncrement=InterlockedIncrement;Not Supported in Win32s;
  391. InvertTransform=InvertTransform;Not Supported in Win32s;
  392. IsValidAcl=IsValidAcl;Not Supported in Win32s;
  393. IsValidSecurityDescriptor=IsValidSecurityDescriptor;Not Supported in Win32s;
  394. IsWindow=IsWindow;Not Supported in Win32s;
  395. keybd_event=keybd_event;Not Supported in Win32s;
  396. LCMapStringW=LCMapStringW;Not Supported in Win32s;
  397. LimitEMSPages=LimitEMSPages;Not Supported in Win32s;
  398. LoadAlterBitmap=LoadAlterBitmap;Not Supported in Win32s;
  399. LoadKeyboardLayout=LoadKeyboardLayout;Not Supported in Win32s;
  400. LoadLibraryEx=LoadLibraryEx;Not Supported in Win32s;
  401. LocalInit=LocalInit;Not Supported in Win32s;
  402. LocalNotify=LocalNotify;Not Supported in Win32s;
  403. LockFileEx=LockFileEx;Not Supported in Win32s;
  404. LockServiceDatabase=LockServiceDatabase;Not Supported in Win32s;
  405. LogError=LogError;Not Supported in Win32s;
  406. LogParamError=LogParamError;Not Supported in Win32s;
  407. LookupAccountName=LookupAccountName;Not Supported in Win32s;
  408. LookupIconIDFromDirectory=LookupIconIDFromDirectory;Not Supported in Win32s;
  409. LookupPrivilegeDisplayName=LookupPrivilegeDisplayName;Not Supported in Win32s;
  410. LookupPrivilegeName=LookupPrivilegeName;Not Supported in Win32s;
  411. LookupPrivilegeValue=LookupPrivilegeValue;Not Supported in Win32s;
  412. MakeAbsoluteSD=MakeAbsoluteSD;Not Supported in Win32s;
  413. MakeSelfRelativeSD=MakeSelfRelativeSD;Not Supported in Win32s;
  414. MapGenericMask=MapGenericMask;Not Supported in Win32s;
  415. MapWindowPoints=MapWindowPoints;Not Supported in Win32s;
  416. MaskBlt=MaskBlt;Not Supported in Win32s;
  417. MessageBoxEx=MessageBoxEx;Not Supported in Win32s;
  418. midl_allocate=midl_allocate;Not Supported in Win32s;
  419. MIDL_user_allocate=MIDL_user_allocate;Not Supported in Win32s;
  420. MIDL_wchar_strcpy=MIDL_wchar_strcpy;Not Supported in Win32s;
  421. MIDL_wchar_strlen=MIDL_wchar_strlen;Not Supported in Win32s;
  422. ModifyWorldTransform=ModifyWorldTransform;Not Supported in Win32s;
  423. MoveFileEx=MoveFileEx;Not Supported in Win32s;
  424. MsgWaitForMultipleObjects=MsgWaitForMultipleObjects;Not Supported in Win32s;
  425. MultiplyTransforms=MultiplyTransforms;Not Supported in Win32s;
  426. NamedPipeRevertToSelf=NamedPipeRevertToSelf;Not Supported in Win32s;
  427. NotifyBootConfigStatus=NotifyBootConfigStatus;Not Supported in Win32s;
  428. ObjectCloseAuditAlarm=ObjectCloseAuditAlarm;Not Supported in Win32s;
  429. ObjectOpenAuditAlarm=ObjectOpenAuditAlarm;Not Supported in Win32s;
  430. ObjectPrivilegeAuditAlarm=ObjectPrivilegeAuditAlarm;Not Supported in Win32s;
  431. OffsetRgn=OffsetRgn;Not Supported in Win32s;
  432. OleSetFileFormat=OleSetFileFormat;Not Supported in Win32s;
  433. OpenDesktop=OpenDesktop;Not Supported in Win32s;
  434. OpenEvent=OpenEvent;Not Supported in Win32s;
  435. OpenEventLog=OpenEventLog;Not Supported in Win32s;
  436. OpenMutex=OpenMutex;Not Supported in Win32s;
  437. OpenPrinter=OpenPrinter;Not Supported in Win32s;
  438. OpenProcess=OpenProcess;Not Supported in Win32s;
  439. OpenProcessToken=OpenProcessToken;Not Supported in Win32s;
  440. OpenProfileUserMapping=OpenProfileUserMapping;Not Supported in Win32s;
  441. OpenSCManager=OpenSCManager;Not Supported in Win32s;
  442. OpenSemaphore=OpenSemaphore;Not Supported in Win32s;
  443. OpenService=OpenService;Not Supported in Win32s;
  444. OpenSpooler=OpenSpooler;Not Supported in Win32s;
  445. OpenThreadToken=OpenThreadToken;Not Supported in Win32s;
  446. OpenWindowStation=OpenWindowStation;Not Supported in Win32s;
  447. PathToRegion=PathToRegion;Not Supported in Win32s;
  448. PeekNamedPipe=PeekNamedPipe;Not Supported in Win32s;
  449. PlaySound=PlaySound;Not Supported in Win32s;
  450. PlgBlt=PlgBlt;Not Supported in Win32s;
  451. PolyBezier=PolyBezier;Not Supported in Win32s;
  452. PolyBezierTo=PolyBezierTo;Not Supported in Win32s;
  453. PolyDraw=PolyDraw;Not Supported in Win32s;
  454. PolylineTo=PolylineTo;Not Supported in Win32s;
  455. PolyPolyline=PolyPolyline;Not Supported in Win32s;
  456. PolyTextOut=PolyTextOut;Not Supported in Win32s;
  457. PrepareTape=PrepareTape;Not Supported in Win32s;
  458. PrinterProperties=PrinterProperties;Not Supported in Win32s;
  459. PrivilegeCheck=PrivilegeCheck;Not Supported in Win32s;
  460. PrivilegedServiceAuditAlarm=PrivilegedServiceAuditAlarm;Not Supported in Win32s;
  461. PulseEvent=PulseEvent;Not Supported in Win32s;
  462. QueryDosDevice=QueryDosDevice;Not Supported in Win32s;
  463. QuerySendMessage=QuerySendMessage;Not Supported in Win32s;
  464. QueryServiceConfig=QueryServiceConfig;Not Supported in Win32s;
  465. QueryServiceLockStatus=QueryServiceLockStatus;Not Supported in Win32s;
  466. QueryServiceObjectSecurity=QueryServiceObjectSecurity;Not Supported in Win32s;
  467. QueryServiceStatus=QueryServiceStatus;Not Supported in Win32s;
  468. ReadEventLog=ReadEventLog;Not Supported in Win32s;
  469. ReadEventLogEntry=ReadEventLogEntry;Not Supported in Win32s;
  470. ReadFileEx=ReadFileEx;Not Supported in Win32s;
  471. ReadPrinter=ReadPrinter;Not Supported in Win32s;
  472. ReadSpooler=ReadSpooler;Not Supported in Win32s;
  473. RegConnectRegistry=RegConnectRegistry;Not Supported in Win32s;
  474. RegCreateKeyEx=RegCreateKeyEx;Not Supported in Win32s;
  475. RegDeleteValue=RegDeleteValue;Not Supported in Win32s;
  476. RegEnumKeyEx=RegEnumKeyEx;Not Supported in Win32s;
  477. RegEnumValue=RegEnumValue;Not Supported in Win32s;
  478. RegFlushKey=RegFlushKey;Not Supported in Win32s;
  479. RegGetKeySecurity=RegGetKeySecurity;Not Supported in Win32s;
  480. RegisterEventSource=RegisterEventSource;Not Supported in Win32s;
  481. RegisterHotKey=RegisterHotKey;Not Supported in Win32s;
  482. RegisterServiceCtrlHandler=RegisterServiceCtrlHandler;Not Supported in Win32s;
  483. RegLoadKey=RegLoadKey;Not Supported in Win32s;
  484. RegNotifyChangeKeyValue=RegNotifyChangeKeyValue;Not Supported in Win32s;
  485. RegOpenKeyEx=RegOpenKeyEx;Not Supported in Win32s;
  486. RegQueryInfoKey=RegQueryInfoKey;Not Supported in Win32s;
  487. RegQueryValueEx=RegQueryValueEx;Not Supported in Win32s;
  488. RegReplaceKey=RegReplaceKey;Not Supported in Win32s;
  489. RegRestoreKey=RegRestoreKey;Not Supported in Win32s;
  490. RegSaveKey=RegSaveKey;Not Supported in Win32s;
  491. RegSetKeySecurity=RegSetKeySecurity;Not Supported in Win32s;
  492. RegSetValueEx=RegSetValueEx;Not Supported in Win32s;
  493. RegUnLoadKey=RegUnLoadKey;Not Supported in Win32s;
  494. ReleaseMutex=ReleaseMutex;Not Supported in Win32s;
  495. ReleaseSemaphore=ReleaseSemaphore;Not Supported in Win32s;
  496. ReportEvent=ReportEvent;Not Supported in Win32s;
  497. ResetEvent=ResetEvent;Not Supported in Win32s;
  498. ResumeThread=ResumeThread;Not Supported in Win32s;
  499. RevertToSelf=RevertToSelf;Not Supported in Win32s;
  500. RpcBinding=RpcBinding;Not supported on Win32s;RPC is not supported in this release;
  501. RpcEp=RpcEp;Not supported on Win32s;RPC is not supported in this release;
  502. RpcIfIdVectorFree=RpcIfIdVectorFree;Not Supported in Win32s;
  503. RpcIfInqId=RpcIfInqId;Not Supported in Win32s;
  504. RpcImpersonateClient=RpcImpersonateClient;Not Supported in Win32s;
  505. RpcMgmt=RpcMgmt;Not supported on Win32s;RPC is not supported in this release;
  506. RpcNetworkInqProtseqs=RpcNetworkInqProtseqs;Not Supported in Win32s;
  507. RpcNetworkIsProtseqValid=RpcNetworkIsProtseqValid;Not Supported in Win32s;
  508. RpcNs=RpcNs;Not supported on Win32s;RPC is not supported in this release;
  509. RpcObj=RpcObj;Not supported on Win32s;RPC is not supported in this release;
  510. RpcProtseqVectorFree=RpcProtseqVectorFree;Not Supported in Win32s;
  511. RpcRaiseException=RpcRaiseException;Not Supported in Win32s;
  512. RpcRevertToSelf=RpcRevertToSelf;Not Supported in Win32s;
  513. RpcServer=RpcServer;Not supported on Win32s;RPC is not supported in this release;
  514. RpcSsDestroyClientContext=RpcSsDestroyClientContext;Not Supported in Win32s;
  515. RpcStr=RpcStr;Not supported on Win32s;RPC is not supported in this release;
  516. ScheduleJob=ScheduleJob;Not Supported in Win32s;
  517. SelectClipPath=SelectClipPath;Not Supported in Win32s;
  518. SelfRelativeToAbsoluteSD=SelfRelativeToAbsoluteSD;Not Supported in Win32s;
  519. SendDriverMessage=SendDriverMessage;Not Supported in Win32s;
  520. SendMessageCallback=SendMessageCallback;Not Supported in Win32s;
  521. SendMessageTimeout=SendMessageTimeout;Not Supported in Win32s;
  522. SendNotifyMessage=SendNotifyMessage;Not Supported in Win32s;
  523. SetAclInformation=SetAclInformation;Not Supported in Win32s;
  524. SetArcDirection=SetArcDirection;Not Supported in Win32s;
  525. SetColorAdjustment=SetColorAdjustment;Not Supported in Win32s;
  526. SetComputerName=SetComputerName;Not Supported in Win32s;
  527. SetConvertHook=SetConvertHook;Not Supported in Win32s;
  528. SetConvertParams=SetConvertParams;Not Supported in Win32s;
  529. SetDebugErrorLevel=SetDebugErrorLevel;Not Supported in Win32s;
  530. SetDeskWallpaper=SetDeskWallpaper;Not Supported in Win32s;
  531. SetEnvironment=SetEnvironment;Not Supported in Win32s;
  532. SetEvent=SetEvent;Not Supported in Win32s;
  533. SetFileSecurity=SetFileSecurity;Not Supported in Win32s;
  534. SetFlat=SetFlat;Not Supported in Win32s;
  535. SetFontMapperControls=SetFontMapperControls;Not Supported in Win32s;
  536. SetForegroundWindow=SetForegroundWindow;Not Supported in Win32s;
  537. SetForm=SetForm;Not Supported in Win32s;
  538. SetGraphicsMode=SetGraphicsMode;Not Supported in Win32s;
  539. SetJob=SetJob;Not Supported in Win32s;
  540. SetKernelObjectSecurity=SetKernelObjectSecurity;Not Supported in Win32s;
  541. SetLocalTime=SetLocalTime;Not Supported in Win32s;
  542. SetMailslotInfo=SetMailslotInfo;Not Supported in Win32s;
  543. SetMetaRgn=SetMetaRgn;Not Supported in Win32s;
  544. SetMiterLimit=SetMiterLimit;Not Supported in Win32s;
  545. SetNamedPipeHandleState=SetNamedPipeHandleState;Not Supported in Win32s;
  546. SetObjectSecurity=SetObjectSecurity;Not Supported in Win32s;
  547. SetPixelV=SetPixelV;Not Supported in Win32s;
  548. SetPrinter=SetPrinter;Not Supported in Win32s;
  549. SetPrinterData=SetPrinterData;Not Supported in Win32s;
  550. SetPriorityClass=SetPriorityClass;Not Supported in Win32s;
  551. SetPrivateObjectSecurity=SetPrivateObjectSecurity;Not Supported in Win32s;
  552. SetProcessShutdownParameters=SetProcessShutdownParameters;Not Supported in Win32s;
  553. SetProcessWindowStation=SetProcessWindowStation;Not Supported in Win32s;
  554. SetQueueMsg=SetQueueMsg;Not Supported in Win32s;
  555. SetSecurity=SetSecurity;Not Supported in Win32s;Security API not supported;
  556. SetServerInfoPointer=SetServerInfoPointer;Not Supported in Win32s;
  557. SetServiceObjectSecurity=SetServiceObjectSecurity;Not Supported in Win32s;
  558. SetServiceStatus=SetServiceStatus;Not Supported in Win32s;
  559. SetTapeParameters=SetTapeParameters;Not Supported in Win32s;
  560. SetTapePosition=SetTapePosition;Not Supported in Win32s;
  561. SetThreadDesktop=SetThreadDesktop;Not Supported in Win32s;
  562. SetThreadLocale=SetThreadLocale;Not Supported in Win32s;
  563. SetThreadPriority=SetThreadPriority;Not Supported in Win32s;
  564. SetTimeZoneInformation=SetTimeZoneInformation;Not Supported in Win32s;
  565. SetTokenInformation=SetTokenInformation;Not Supported in Win32s;
  566. SetUserObjectSecurity=SetUserObjectSecurity;Not Supported in Win32s;
  567. SetVolumeLabel=SetVolumeLabel;Not Supported in Win32s;
  568. SetWinMetaFileBits=SetWinMetaFileBits;Not Supported in Win32s;
  569. SetWorldTransform=SetWorldTransform;Not Supported in Win32s;
  570. ShellAbout=ShellAbout;Not Supported in Win32s;
  571. Sid=Sid;Not Supported in Win32s;Security APIs not supported;
  572. SleepEx=SleepEx;Not Supported in Win32s;
  573. StartDocPrinter=StartDocPrinter;Not Supported in Win32s;
  574. StartDocSpooler=StartDocSpooler;Not Supported in Win32s;
  575. StartFrameSpooler=StartFrameSpooler;Not Supported in Win32s;
  576. StartPagePrinter=StartPagePrinter;Not Supported in Win32s;
  577. StartService=StartService;Not Supported in Win32s;
  578. StartServiceCtrlDispatcher=StartServiceCtrlDispatcher;Not Supported in Win32s;
  579. StrokeAndFillPath=StrokeAndFillPath;Not Supported in Win32s;
  580. StrokePath=StrokePath;Not Supported in Win32s;
  581. SuspendThread=SuspendThread;Not Supported in Win32s;
  582. SwitchDesktop=SwitchDesktop;Not Supported in Win32s;
  583. TerminateProcess=TerminateProcess;Not Supported in Win32s;
  584. TerminateThread=TerminateThread;Not Supported in Win32s;
  585. TileChildWindows=TileChildWindows;Not Supported in Win32s;
  586. TimerCount=TimerCount;Not Supported in Win32s;
  587. TimerProc=TimerProc;Not Supported in Win32s;
  588. timeSetEvent=timeSetEvent;Not Supported in Win32s;
  589. timeKillEvent=timeKillEvent;Not Supported in Win32s;
  590. ToUnicode=ToUnicode;Not Supported in Win32s;
  591. TowerConstruct=TowerConstruct;Not Supported in Win32s;
  592. TowerExplode=TowerExplode;Not Supported in Win32s;
  593. TransactNamedPipe=TransactNamedPipe;Not Supported in Win32s;
  594. TranslateMessageEx=TranslateMessageEx;Not Supported in Win32s;
  595. UnloadKeyboardLayout=UnloadKeyboardLayout;Not Supported in Win32s;
  596. UnlockFileEx=UnlockFileEx;Not Supported in Win32s;
  597. UnlockServiceDatabase=UnlockServiceDatabase;Not Supported in Win32s;
  598. UnregisterHotKey=UnregisterHotKey;Not Supported in Win32s;
  599. UpdatePerUserSystemParameters=UpdatePerUserSystemParameters;Not Supported in Win32s;
  600. UpdateResource=UpdateResource;Not Supported in Win32s;
  601. UuidCreate=UuidCreate;Not Supported in Win32s;
  602. UuidFromString=UuidFromString;Not Supported in Win32s;
  603. UuidToString=UuidToString;Not Supported in Win32s;
  604. VirtualLock=VirtualLock;Not Supported in Win32s;
  605. VirtualProtectEx=VirtualProtectEx;Not Supported in Win32s;
  606. VirtualQueryEx=VirtualQueryEx;Not Supported in Win32s;
  607. VirtualUnlock=VirtualUnlock;Not Supported in Win32s;
  608. WaitForInputIdle=WaitForInputIdle;Not Supported in Win32s;
  609. WaitForMultipleObjects=WaitForMultipleObjects;Not Supported in Win32s;
  610. WaitForMultipleObjectsEx=WaitForMultipleObjectsEx;Not Supported in Win32s;
  611. WaitForPrinterChange=WaitForPrinterChange;Not Supported in Win32s;
  612. WaitForSingleObject=WaitForSingleObject;Not Supported in Win32s;
  613. WaitForSingleObjectEx=WaitForSingleObjectEx;Not Supported in Win32s;
  614. WaitNamedPipe=WaitNamedPipe;Not Supported in Win32s;
  615. WidenPath=WidenPath;Not Supported in Win32s;
  616. WindowFromDC=WindowFromDC;Not Supported in Win32s;
  617. WNet=WNet;Not Supported in Win32s;WNet APIs not supported in this release;
  618. WriteEventLogEntry=WriteEventLogEntry;Not Supported in Win32s;
  619. WriteFileEx=WriteFileEx;Not Supported in Win32s;
  620. WritePrinter=WritePrinter;Not Supported in Win32s;
  621. WriteProcessMemory=WriteProcessMemory;Not Supported in Win32s;
  622. WriteSpooler=WriteSpooler;Not Supported in Win32s;
  623. WriteTapemark=WriteTapemark;Not Supported in Win32s;
  624.  
  625.  
  626. [MESSAGES]
  627.      EM_GETSEL=EM_GETSEL;wParam/lParam repacking, refer to tech. ref. for details;;
  628.      EM_LINESCROLL=EM_LINESCROLL;wParam/lParam repacking, refer to tech. ref. for details;;
  629.      EM_SETSEL=EM_SETSEL;wParam/lParam repacking, refer to tech. ref. for details;;
  630.      WM_ACTIVATE=WM_ACTIVATE;wParam/lParam repacking, refer to tech. ref. for details;;
  631.      WM_CHANGECBCHAIN=WM_CHANGECBCHAIN;wParam/lParam repacking, refer to tech. ref. for details;;
  632.      WM_CHARTOITEM=WM_CHARTOITEM;wParam/lParam repacking, refer to tech. ref. for details;;
  633.      WM_COMMAND=WM_COMMAND;wParam/lParam repacking, refer to tech. ref. for details;;
  634.      WM_CTLCOLOR=WM_CTLCOLOR;wParam/lParam repacking, refer to tech. ref. for details;;
  635.      WM_DDE_ACK=WM_DDE_ACK;wParam/lParam repacking, refer to tech. ref. for details;;
  636.      WM_DDE_ADVISE=WM_DDE_ADVISE;wParam/lParam repacking, refer to tech. ref. for details;;
  637.      WM_DDE_DATA=WM_DDE_DATA;wParam/lParam repacking, refer to tech. ref. for details;;
  638.      WM_DDE_EXECUTE=WM_DDE_EXECUTE;wParam/lParam repacking, refer to tech. ref. for details;;
  639.      WM_DDE_POKE=WM_DDE_POKE;wParam/lParam repacking, refer to tech. ref. for details;;
  640.      WM_HSCROLL=WM_HSCROLL;wParam/lParam repacking, refer to tech. ref. for details;;
  641.      WM_MDIACTIVATE=WM_MDIACTIVATE;wParam/lParam repacking, refer to tech. ref. for details;;
  642.      WM_MDISETMENU=WM_MDISETMENU;wParam/lParam repacking, refer to tech. ref. for details;;
  643.      WM_MENUCHAR=WM_MENUCHAR;wParam/lParam repacking, refer to tech. ref. for details;;
  644.      WM_MENUSELECT=WM_MENUSELECT;wParam/lParam repacking, refer to tech. ref. for details;;
  645.      WM_PARENTNOTIFY=WM_PARENTNOTIFY;wParam/lParam repacking, refer to tech. ref. for details;;
  646.      WM_VKEYTOITEM=WM_VKEYTOITEM;wParam/lParam repacking, refer to tech. ref. for details;;
  647.      WM_VSCROLL=WM_VSCROLL;wParam/lParam repacking, refer to tech. ref. for details;;
  648.      EM_GETHANDLE=EM_GETHANDLE;Not supported on Win32s;
  649.      EM_SETHANDLE=EM_SETHANDLE;Not supported on Win32s;
  650.      LB_CTLCODE=LB_CTLCODE;Not supported on Win32s;
  651.      WM_GETHOTKEY=WM_GETHOTKEY;Not Supported in Win32s;
  652.      WM_HOTKEY=WM_HOTKEY;Not Supported in Win32s;
  653.      WM_MOUSEENTER=WM_MOUSEENTER;Not Supported in Win32s;
  654.      WM_MOUSELEAVE=WM_MOUSELEAVE;Not Supported in Win32s;
  655.      WM_NCCALCRGN=WM_NCCALCRGN;Not Supported in Win32s;
  656.      WM_SETFOREGROUND=WM_SETFOREGROUND;Not Supported in Win32s;
  657.      WM_SETHOTKEY=WM_SETHOTKEY;Not Supported in Win32s;
  658.  
  659. [STRUCTURES]
  660.      DCB=DCB;Changes to bitfields and additional structure members;;
  661.  
  662. [TYPES]
  663.      (WORD)=WORD;Check if incorrect cast of 32-bit value;Replace 16-bit data types with 32-bit types where possible;
  664.      (BYTE)=BYTE;Check if incorrect cast of 32-bit value;Replace 16-bit data types with 32-bit types where possible;
  665.      (BOOL)=WORD;Check if incorrect cast of 32-bit value;Replace 16-bit data types with 32-bit types where possible;
  666.  
  667. [CONSTANTS]
  668.      GCW_HCURSOR=GetClassLong;Replaced by GCL_HCURSOR;;
  669.      GCW_HBRBACKGROUND=GetClassLong;Replaced by GCL_HBRBACKGROUND;;
  670.      GCW_HICON=GetClassLong;Replaced by GCL_HICON;;
  671.      GWW_HINSTANCE=GetWindowLong;Replaced by GWL_HINSTANCE;;
  672.      GWW_HWNDPARENT=GetWindowLong;Replaced by GWL_HWNDPARENT;;
  673.      GWW_ID=GetWindowLong;Replaced by GWL_ID;;
  674.      GWW_USERDATA=GetWindowLong;Replaced by GWL_USERDATA;;
  675.  
  676. [MACROS]
  677.      HIWORD=HIWORD;Check if HIWORD target is 16- or 32-bit;;
  678.      LOWORD=LOWORD;Check if LOWORD target is 16- or 32-bit;;
  679.      HIBYTE=HIBYTE;Check if HIBYTE target is 16- or 32-bit;;
  680.      LOBYTE=LOBYTE;Check if LOBYTE target is 16- or 32-bit;;
  681.      MAKEPOINT=MAKEPOINT;Replaced by LONG2POINT;;
  682.  
  683. [CUSTOM]
  684.      FAR=far;Win32 is non-segmented, thus FAR == NEAR == nothing!;;
  685.      far=far;Win32 is non-segmented, thus FAR == NEAR == nothing!;;
  686. [INTERNATIONAL]
  687.  
  688. [WARNINGS]
  689.  
  690. [UNUSEDSECTION]
  691.  
  692.  
  693.  
  694.