1#chars #
2KeyWord __asm
3KeyWord __cdecl
4KeyWord __declspec
5KeyWord __except
6KeyWord __export
7KeyWord __fastcall
8KeyWord __finally
9KeyWord __import
10KeyWord __inline
11KeyWord __int16
12KeyWord __int32
13KeyWord __int64
14KeyWord __int8
15KeyWord __stdcall
16KeyWord __try
17Keyword and |alternative to && operator
18Keyword and_eq |alternative to &= operator
19Keyword asm |insert an assembly instruction
20Keyword auto |(C++0x) automatically detect variable type from initializer expression (meaningless declare a local variable in pre-C++0x)
21Keyword bitand |alternative to bitwise & operator
22Keyword bitor |alternative to | operator
23Keyword bool |name of builtin boolean type
24Keyword break |break out of a loop
25Keyword case |in switch statement, defines a value label
26Keyword catch |handles exceptions from throw
27KeyWord catch(except)    |
28Keyword char |name of builtin character type (also 8-bit integer type)
29Keyword class |declare a class
30Keyword compl |alternative to ~ operator
31Keyword const |modifier for a variable, a pointer to, or a reference to, which states that the variable cannot be modified
32Keyword const_cast |cast that only allows to strip 'const' or 'volatile' modifiers
33Keyword continue |bypass iterations of a loop
34Keyword default |default handler in a case statement (in C++0x also force default implementation of a method)
35Keyword delete |make dynamic memory available (in C++0x also remove a method that would be provided by default otherwise)
36Keyword do |begin of a 'do-while' looping construct
37Keyword double |name of a builtin double precision floating-point type
38Keyword dynamic_cast |cast a pointer/reference from base (polymorphic) class to derived class, with runtime error reporting, if cast is not correct
39Keyword else |alternate case for an if statement
40Keyword enum |declare an enumeration type
41Keyword explicit |make a class's one-argument constructor not allowed to be used for implicit conversions
42Keyword export |states that the following template declaration will be defined in another compilation unit
43Keyword extern |declares an external linkage for a variable (if not initialized, provides only forwarding declaration for a variable to be declared either later or in another compilation unit) or (extern �C�) declares C linkage for a function
44Keyword false |a constant representing the boolean false value
45Keyword float |name of a single precision floating-point type
46KeyWord for([initialization]; [condition]; [increment]) |looping construct
47Keyword friend |grant non-member function access to private data
48Keyword goto |jump to a label (within the same function)
49Keyword if(bool condition) |execute code based on the result of a test
50Keyword inline |declare that a function is to be expanded in place when called (or to undergo vague linkage, if expanding is not possible)
51Keyword int |name of a builtin default integer type
52Keyword long |name of a builtin long integer variable
53Keyword mutable |wipe constness from a class's field, when whole object is const
54Keyword namespace |partition the global namespace by defining a scope
55Keyword new |create an object, allocating memory from dynamic pool
56Keyword not |alternative to ! operator
57Keyword not_eq |alternative to != operator
58Keyword operator |create overloaded operator functions
59Keyword or |alternative to || operator
60Keyword or_eq |alternative to |= operator
61Keyword private |declare private members of a class
62Keyword protected |declare protected members of a class
63Keyword public |declare public members of a class
64Keyword register |request that a variable be implemented by machine's register rather than on function's stack
65Keyword reinterpret_cast |cast between any pointers or any integer with no change, which does not strip const or volatile modifiers
66Keyword return |return from a function
67Keyword short |declare a short integer variable
68Keyword signed |modify variable type declarations
69Keyword sizeof(Type) |return the size of a variable or type
70Keyword static |create permanent storage for a variable
71Keyword static_cast |cast that can be done implicitly in reverse, with changing the pointer for derived class, if required
72Keyword struct |define a new structure
73Keyword switch(int variable) |execute code based on different possible values for a variable
74Keyword template |create generic functions or classes
75Keyword this |a pointer to the current object inside a class's method
76Keyword throw |throws an exception
77Keyword true |a constant representing the boolean true value
78Keyword try |execute code that can throw an exception
79Keyword typedef |create a new type name from an existing type
80Keyword typeid |describes an object
81Keyword typename |declare that the identifier next to this word must be always interpreted as type (and not a variable or function), also declares type parameter for template
82Keyword union |a structure that assigns multiple variables to the same memory location
83Keyword unsigned |modifier for integer types that makes them only positive range
84Keyword using |import complete or partial namespaces into the current scope
85Keyword virtual |create a function that can be overridden by a derived class
86Keyword void |name of a builtin void type or declare no return value in function
87Keyword volatile |warn the compiler about variables that can be modified unexpectedly
88Keyword wchar_t |name of a builtin wide-character type
89Keyword while(bool condition) |begin of 'while' or end of 'do-while' looping constructs
90Keyword xor |alternative to ^ operator
91Keyword xor_eq |alternative to ^= operator
92Keyword AF_DECnet
93Keyword AbnormalTermination
94Keyword AbortDoc(HDC)
95Keyword AbortPath(HDC)
96Keyword AbortPrinter(HANDLE)
97Keyword AbortSystemShutdown(LPCSTR)
98Keyword AccessCheck(PSECURITY_DESCRIPTOR,HANDLE,DWORD,PGENERIC_MAPPING,PPRIVILEGE_SET,PDWORD,PDWORD,PBOOL)
99Keyword AccessCheckAndAuditAlarm(LPCSTR,LPVOID,LPSTR,LPSTR,PSECURITY_DESCRIPTOR,DWORD,PGENERIC_MAPPING,BOOL,PDWORD,PBOOL,PBOOL)
100Keyword ActivateKeyboardLayout(HKL,UINT)
101Keyword AddAccessAllowedAce(PACL,DWORD,DWORD,PSID)
102Keyword AddAccessDeniedAce(PACL,DWORD,DWORD,PSID)
103Keyword AddAce(PACL,DWORD,DWORD,PVOID,DWORD)
104Keyword AddAtom(LPCSTR)
105Keyword AddAuditAccessAce(PACL,DWORD,DWORD,PSID,BOOL,BOOL)
106Keyword AddFontResource(LPCSTR)
107Keyword AddForm(HANDLE,DWORD,PBYTE)
108Keyword AddJob(HANDLE,DWORD,PBYTE,DWORD,PDWORD)
109Keyword AddMonitor(LPSTR,DWORD,PBYTE)
110Keyword AddPort(LPSTR,HWND,LPSTR)
111Keyword AddPrintProcessor(LPSTR,LPSTR,LPSTR,LPSTR)
112Keyword AddPrintProvidor(LPSTR,DWORD,PBYTE)
113Keyword AddPrinter(LPSTR,DWORD,PBYTE)
114Keyword AddPrinterConnection(LPSTR)
115Keyword AddPrinterDriver(LPSTR,DWORD,PBYTE)
116Keyword AdjustTokenGroups(HANDLE,BOOL,PTOKEN_GROUPS,DWORD,PTOKEN_GROUPS,PDWORD)
117Keyword AdjustTokenPrivileges(HANDLE,BOOL,PTOKEN_PRIVILEGES,DWORD,PTOKEN_PRIVILEGES,PDWORD)
118Keyword AdjustWindowRect(LPRECT,DWORD,BOOL)
119Keyword AdjustWindowRectEx(LPRECT,DWORD,BOOL,DWORD)
120Keyword AdvancedDocumentProperties(HWND,HANDLE,LPSTR,PDEVMODE,PDEVMODEA)
121Keyword AllocConsole(void)
122Keyword AllocateAndInitializeSid(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,PSID*)
123Keyword AllocateLocallyUniqueId(PLUID)
124Keyword AngleArc(HDC,int,int,DWORD,FLOAT,FLOAT)
125Keyword AnimatePalette(HPALETTE,UINT,UINT,const PALETTEENTRY*)
126Keyword Animate_Close
127Keyword Animate_Create
128Keyword Animate_Open
129Keyword Animate_Play
130Keyword Animate_Seek
131Keyword Animate_Stop
132Keyword AnyPopup(void)
133Keyword AppendMenu(HMENU,UINT,UINT,LPCSTR)
134Keyword Arc(HDC,int,int,int,int,int,int,int,int)
135Keyword ArcTo(HDC,int,int,int,int,int,int,int,int)
136Keyword AreAllAccessesGranted(DWORD,DWORD)
137Keyword AreAnyAccessesGranted(DWORD,DWORD)
138Keyword AreFileApisANSI(void)
139Keyword ArrangeIconicWindows(HWND)
140Keyword AttachThreadInput(DWORD,DWORD,BOOL)
141Keyword AuthenticateUser(PVOID*,LPSTR,LPSTR,DWORD,LPSTR,DWORD,LPSTR,LPSTR)
142Keyword BackupEventLog(HANDLE,LPCSTR)
143Keyword BackupRead(HANDLE,PBYTE,DWORD,PDWORD,BOOL,BOOL,PVOID)
144Keyword BackupSeek(HANDLE,DWORD,DWORD,PDWORD,PDWORD,PVOID)
145Keyword BackupWrite(HANDLE,PBYTE,DWORD,PDWORD,BOOL,BOOL,PVOID)
146Keyword Beep(DWORD,DWORD)
147Keyword BeginDeferWindowPos(int)
148Keyword BeginPaint(HWND,LPPAINTSTRUCT)
149Keyword BeginPath(HDC)
150Keyword BeginUpdateResource(LPCSTR,BOOL)
151Keyword BindMoniker(LPMONIKER,DWORD,REFIID,PVOID*)
152Keyword BitBlt(HDC,int,int,int,int,HDC,int,int,DWORD)
153Keyword BringWindowToTop(HWND)
154Keyword BroadcastSystemMessage(DWORD,LPDWORD,UINT,WPARAM,LPARAM)
155Keyword BstrFromVector(SAFEARRAY *, BSTR *)
156Keyword BuildCommDCB(LPCSTR,LPDCB)
157Keyword BuildCommDCBAndTimeouts(LPCSTR,LPDCB,LPCOMMTIMEOUTS)
158Keyword Button_Enable
159Keyword Button_GetCheck
160Keyword Button_GetState
161Keyword Button_GetText
162Keyword Button_GetTextLength
163Keyword Button_SetCheck
164Keyword Button_SetState
165Keyword Button_SetStyle
166Keyword Button_SetText
167Keyword CIUniformResourceLocator
168Keyword CInterfaceProxyHeader
169Keyword CInterfaceProxyVtbl
170Keyword CInterfaceStubHeader
171Keyword CInterfaceStubVtbl
172Keyword CLSIDFromProgID(LPCOLESTR,LPCLSID)
173Keyword CLSIDFromString(LPOLESTR,LPCLSID)
174Keyword CONTEXT_i386
175Keyword CONTEXT_i486
176Keyword CStdPSFactoryBuffer
177Keyword CStdStubBuffer
178Keyword CStdStubBuffer2_Release(IRpcStubBuffer*)
179Keyword CStdStubBuffer_AddRef(IRpcStubBuffer*)
180Keyword CStdStubBuffer_Connect(IRpcStubBuffer*,IUnknown*)
181Keyword CStdStubBuffer_CountRefs(IRpcStubBuffer*)
182Keyword CStdStubBuffer_DELEGATING_METHODS
183Keyword CStdStubBuffer_DebugServerQueryInterface(IRpcStubBuffer*,void**)
184Keyword CStdStubBuffer_DebugServerRelease(IRpcStubBuffer*,void*)
185Keyword CStdStubBuffer_Disconnect(IRpcStubBuffer*)
186Keyword CStdStubBuffer_Invoke(IRpcStubBuffer*,RPCOLEMESSAGE*,IRpcChannelBuffer*)
187Keyword CStdStubBuffer_IsIIDSupported(IRpcStubBuffer*,REFIID)
188Keyword CStdStubBuffer_METHODS
189Keyword CStdStubBuffer_QueryInterface(IRpcStubBuffer*,REFIID,void**)
190Keyword CStdStubBuffer_Release(IRpcStubBuffer*)
191Keyword CallMsgFilter(PMSG,int)
192Keyword CallNamedPipe(LPCSTR,PVOID,DWORD,PVOID,DWORD,PDWORD,DWORD)
193Keyword CallNextHookEx(HHOOK,int,WPARAM,LPARAM)
194Keyword CallWindowProc(WNDPROC,HWND,UINT,WPARAM,LPARAM)
195Keyword CancelDC(HDC)
196Keyword CancelIO(HANDLE)
197Keyword CancelWaitableTimer(HANDLE)
198Keyword CascadeWindows(HWND,UINT,LPCRECT,UINT,const HWND*)
199Keyword ChangeClipboardChain(HWND,HWND)
200Keyword ChangeDisplaySettings(PDEVMODEA,DWORD)
201Keyword ChangeMenu(HMENU,UINT,LPCSTR,UINT,UINT)
202Keyword ChangeServiceConfig(SC_HANDLE,DWORD,DWORD,DWORD,LPCSTR,LPCSTR,LPDWORD,LPCSTR,LPCSTR,LPCSTR,LPCSTR)
203Keyword CharLower(LPSTR)
204Keyword CharLowerBuff(LPSTR,DWORD)
205Keyword CharNext(LPCSTR)
206Keyword CharNextEx(WORD,LPCSTR,DWORD)
207Keyword CharPrev(LPCSTR,LPCSTR)
208Keyword CharPrevEx(WORD,LPCSTR,LPCSTR,DWORD)
209Keyword CharToOem(LPCSTR,LPSTR)
210Keyword CharToOemBuff(LPCSTR,LPSTR,DWORD)
211Keyword CharUpper(LPSTR)
212Keyword CharUpperBuff(LPSTR,DWORD)
213Keyword CheckColorsInGamut(HDC,PVOID,PVOID,DWORD)
214Keyword CheckDefDlgRecursion
215Keyword CheckDlgButton(HWND,int,UINT)
216Keyword CheckMenuItem(HMENU,UINT,UINT)
217Keyword CheckMenuRadioItem(HMENU,UINT,UINT,UINT,UINT)
218Keyword CheckRadioButton(HWND,int,int,int)
219Keyword ChildWindowFromPoint(HWND,POINT)
220Keyword ChildWindowFromPointEx(HWND,POINT,UINT)
221Keyword ChooseColor(LPCHOOSECOLORA)
222Keyword ChooseFont(LPCHOOSEFONTA)
223Keyword ChoosePixelFormat(HDC,CONST PIXELFORMATDESCRIPTOR*)
224Keyword Chord(HDC,int,int,int,int,int,int,int,int)
225Keyword ClearCommBreak(HANDLE)
226Keyword ClearCommError(HANDLE,PDWORD,LPCOMSTAT)
227Keyword ClearEventLog(HANDLE,LPCSTR)
228Keyword ClientToScreen(HWND,LPPOINT)
229Keyword ClipCursor(LPCRECT)
230Keyword CloseClipboard(void)
231Keyword CloseDesktop(HDESK)
232Keyword CloseDriver(HDRVR,LONG,LONG)
233Keyword CloseEnhMetaFile(HDC)
234Keyword CloseEventLog(HANDLE)
235Keyword CloseFigure(HDC)
236Keyword CloseHandle(HANDLE)
237Keyword CloseMetaFile(HDC)
238Keyword ClosePrinter(HANDLE)
239Keyword CloseServiceHandle(SC_HANDLE)
240Keyword CloseWindow(HWND)
241Keyword CloseWindowStation(HWINSTA)
242Keyword CoCreateFreeThreadedMarshaler(LPUNKNOWN,LPUNKNOWN*)
243Keyword CoCreateGuid(GUID*)
244Keyword CoCreateInstance(REFCLSID,LPUNKNOWN,DWORD,REFIID,PVOID*)
245Keyword CoCreateStandardMalloc(DWORD,IMalloc**)
246Keyword CoDisconnectObject(LPUNKNOWN,DWORD)
247Keyword CoFileTimeNow(FILETIME*)
248Keyword CoGetClassObject(REFCLSID,DWORD,PVOID,REFIID,PVOID*)
249Keyword CoGetInterfaceAndReleaseStream(LPSTREAM,REFIID,PVOID*)
250Keyword CoGetMalloc(DWORD,LPMALLOC*)
251Keyword CoGetMarshalSizeMax(ULONG*,REFIID,LPUNKNOWN,DWORD,PVOID,DWORD)
252Keyword CoGetStandardMarshal(REFIID,LPUNKNOWN,DWORD,PVOID,DWORD,LPMARSHAL*)
253Keyword CoGetTreatAsClass(REFCLSID,LPCLSID)
254Keyword CoLockObjectExternal(LPUNKNOWN,BOOL,BOOL)
255Keyword CoMarshalHresult(LPSTREAM,HRESULT)
256Keyword CoMarshalInterThreadInterfaceInStream(REFIID,LPUNKNOWN,LPSTREAM*)
257Keyword CoMarshalInterface(LPSTREAM,REFIID,LPUNKNOWN,DWORD,PVOID,DWORD)
258Keyword CoRegisterClassObject(REFCLSID,LPUNKNOWN,DWORD,DWORD,PDWORD)
259Keyword CoRegisterMessageFilter(LPMESSAGEFILTER,LPMESSAGEFILTER*)
260Keyword CoReleaseMarshalData(LPSTREAM)
261Keyword CoRevokeClassObject(DWORD)
262Keyword CoRevokeMallocSpy(void)
263Keyword CoTreatAsClass(REFCLSID,REFCLSID)
264Keyword CoUnmarshalHresult(LPSTREAM,HRESULT*)
265Keyword CoUnmarshalInterface(LPSTREAM,REFIID,PVOID*)
266Keyword ColorMatchToTarget(HDC,HDC,DWORD)
267Keyword CombineRgn(HRGN,HRGN,HRGN,int)
268Keyword CombineTransform(LPXFORM,const XFORM*,const XFORM*)
269Keyword ComboBox_AddItemData
270Keyword ComboBox_AddString
271Keyword ComboBox_DeleteString
272Keyword ComboBox_Dir
273Keyword ComboBox_Enable
274Keyword ComboBox_FindItemData
275Keyword ComboBox_FindString
276Keyword ComboBox_FindStringExact
277Keyword ComboBox_GetCount
278Keyword ComboBox_GetCurSel
279Keyword ComboBox_GetDroppedControlRect
280Keyword ComboBox_GetDroppedState
281Keyword ComboBox_GetEditSel
282Keyword ComboBox_GetExtendedUI
283Keyword ComboBox_GetItemData
284Keyword ComboBox_GetItemHeight
285Keyword ComboBox_GetLBText
286Keyword ComboBox_GetLBTextLen
287Keyword ComboBox_GetText
288Keyword ComboBox_GetTextLength
289Keyword ComboBox_InsertItemData
290Keyword ComboBox_InsertString
291Keyword ComboBox_LimitText
292Keyword ComboBox_ResetContent
293Keyword ComboBox_SelectItemData
294Keyword ComboBox_SelectString
295Keyword ComboBox_SetCurSel
296Keyword ComboBox_SetEditSel
297Keyword ComboBox_SetExtendedUI
298Keyword ComboBox_SetItemData
299Keyword ComboBox_SetItemHeight
300Keyword ComboBox_SetText
301Keyword ComboBox_ShowDropdown
302Keyword CommConfigDialog(LPSTR,HWND,LPCOMMCONFIG)
303Keyword CommDlgExtendedError(void)
304Keyword CommDlg_OpenSave_GetFilePath
305Keyword CommDlg_OpenSave_GetFilePathA
306Keyword CommDlg_OpenSave_GetFilePathW
307Keyword CommDlg_OpenSave_GetFolderIDList
308Keyword CommDlg_OpenSave_GetFolderPath
309Keyword CommDlg_OpenSave_GetFolderPathA
310Keyword CommDlg_OpenSave_GetFolderPathW
311Keyword CommDlg_OpenSave_GetSpec
312Keyword CommDlg_OpenSave_GetSpecA
313Keyword CommDlg_OpenSave_GetSpecW
314Keyword CommDlg_OpenSave_HideControl
315Keyword CommDlg_OpenSave_SetControlText
316Keyword CommDlg_OpenSave_SetDefExt
317Keyword CommitUrlCacheEntry(LPCSTR,LPCSTR,FILETIME,FILETIME,DWORD,LPBYTE,DWORD,LPCSTR,DWORD)
318Keyword CompareFileTime(CONST FILETIME*,CONST FILETIME*)
319Keyword CompareString(LCID,DWORD,LPCSTR,int,LPCSTR,int)
320Keyword ConfigurePort(LPSTR,HWND,LPSTR)
321Keyword ConnectNamedPipe(HANDLE,LPOVERLAPPED)
322Keyword ConnectToPrinterDlg(HWND,DWORD)
323Keyword ContinueDebugEvent(DWORD,DWORD,DWORD)
324Keyword ControlService(SC_HANDLE,DWORD,LPSERVICE_STATUS)
325Keyword ConvertDefaultLocale(LCID)
326Keyword ConvertLongToLargeInteger(LONG)
327Keyword ConvertLongToLargeInteger
328Keyword ConvertThreadToFiber(PVOID)
329Keyword ConvertUlongToLargeInteger(ULONG)
330Keyword ConvertUlongToLargeInteger
331Keyword CopyAcceleratorTable(HACCEL,LPACCEL,int)
332Keyword CopyCursor(HCURSOR)
333Keyword CopyEnhMetaFile(HENHMETAFILE,LPCSTR)
334Keyword CopyFile(LPCSTR,LPCSTR,BOOL)
335Keyword CopyFileEx(LPCSTR,LPCSTR,LPPROGRESS_ROUTINE,LPVOID,LPBOOL,DWORD)
336Keyword CopyIcon(HICON)
337Keyword CopyImage(HANDLE,UINT,int,int,UINT)
338Keyword CopyLZFile(INT,INT)
339Keyword CopyMemory
340Keyword CopyMetaFile(HMETAFILE,LPCSTR)
341Keyword CopyRect(LPRECT,LPCRECT)
342Keyword CopyRgn
343Keyword CopySid(DWORD,PSID,PSID)
344Keyword CountClipboardFormats(void)
345Keyword CreateAcceleratorTable(LPACCEL,int)
346Keyword CreateAntiMoniker(LPMONIKER*)
347Keyword CreateBindCtx(DWORD,LPBC*)
348Keyword CreateBitmap(int,int,UINT,UINT,PCVOID)
349Keyword CreateBitmapIndirect(const BITMAP*)
350Keyword CreateBrushIndirect(const LOGBRUSH*)
351Keyword CreateCaret(HWND,HBITMAP,int,int)
352Keyword CreateColorSpace(LPLOGCOLORSPACEA)
353Keyword CreateCompatibleBitmap(HDC,int,int)
354Keyword CreateCompatibleDC(HDC)
355Keyword CreateConsoleScreenBuffer(DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,PVOID)
356Keyword CreateCursor(HINSTANCE,int,int,int,int,PCVOID,PCVOID)
357Keyword CreateDC(LPCSTR,LPCSTR,LPCSTR,const DEVMODEA*)
358Keyword CreateDIBPatternBrush(HGLOBAL,UINT)
359Keyword CreateDIBPatternBrushPt(PCVOID,UINT)
360Keyword CreateDIBSection(HDC,const BITMAPINFO*,UINT,void**,HANDLE,DWORD)
361Keyword CreateDIBitmap(HDC,const BITMAPINFOHEADER*,DWORD,PCVOID,const BITMAPINFO*,UINT)
362Keyword CreateDataAdviseHolder(LPDATAADVISEHOLDER*)
363Keyword CreateDataCache(LPUNKNOWN,REFCLSID,REFIID,PVOID*)
364Keyword CreateDesktop(LPSTR,LPSTR,LPDEVMODEA,DWORD,DWORD,LPSECURITY_ATTRIBUTES)
365Keyword CreateDialogA
366Keyword CreateDialogIndirectA
367Keyword CreateDialogIndirectParam(HINSTANCE,LPCDLGTEMPLATE,HWND,DLGPROC,LPARAM)
368Keyword CreateDialogIndirectW
369Keyword CreateDialogParam(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM)
370Keyword CreateDialogW
371Keyword CreateDirectory(LPCSTR,LPSECURITY_ATTRIBUTES)
372Keyword CreateDirectoryEx(LPCSTR,LPCSTR,LPSECURITY_ATTRIBUTES)
373Keyword CreateDiscardableBitmap(HDC,int,int)
374Keyword CreateDispTypeInfo(INTERFACEDATA*,LCID,LPTYPEINFO*)
375Keyword CreateEllipticRgn(int,int,int,int)
376Keyword CreateEllipticRgnIndirect(LPCRECT)
377Keyword CreateEnhMetaFile(HDC,LPCSTR,LPCRECT,LPCSTR)
378Keyword CreateErrorInfo(LPCREATEERRORINFO*)
379Keyword CreateEvent(LPSECURITY_ATTRIBUTES,BOOL,BOOL,LPCSTR)
380Keyword CreateFiber(DWORD,LPFIBER_START_ROUTINE,LPVOID)
381Keyword CreateFile(LPCSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE)
382Keyword CreateFileMapping(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,DWORD,DWORD,LPCSTR)
383Keyword CreateFileMoniker(LPCOLESTR,LPMONIKER*)
384Keyword CreateFont(int,int,int,int,int,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPCSTR)
385Keyword CreateFontIndirect(const LOGFONTA*)
386Keyword CreateGenericComposite(LPMONIKER,LPMONIKER,LPMONIKER*)
387Keyword CreateHalftonePalette(HDC)
388Keyword CreateHatchBrush(int,COLORREF)
389Keyword CreateIC(LPCSTR,LPCSTR,LPCSTR,const DEVMODEA*)
390Keyword CreateILockBytesOnHGlobal(HGLOBAL,BOOL,LPLOCKBYTES*)
391Keyword CreateIcon(HINSTANCE,int,int,BYTE,BYTE,const BYTE*,const BYTE*)
392Keyword CreateIconFromResource(PBYTE,DWORD,BOOL,DWORD)
393Keyword CreateIconFromResourceEx(PBYTE,DWORD,BOOL,DWORD,int,int,UINT)
394Keyword CreateIconIndirect(PICONINFO)
395Keyword CreateIoCompletionPort(HANDLE,HANDLE,DWORD,DWORD)
396Keyword CreateItemMoniker(LPCOLESTR,LPCOLESTR,LPMONIKER*)
397Keyword CreateMDIWindow(LPSTR,LPSTR,DWORD,int,int,int,int,HWND,HINSTANCE,LPARAM)
398Keyword CreateMailslot(LPCSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES)
399Keyword CreateMappedBitmap(HINSTANCE,int,UINT,LPCOLORMAP,int)
400Keyword CreateMenu(void)
401Keyword CreateMetaFile(LPCSTR)
402Keyword CreateMutex(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR)
403Keyword CreateNamedPipe(LPCSTR,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPSECURITY_ATTRIBUTES)
404Keyword CreateOleAdviseHolder(LPOLEADVISEHOLDER*)
405Keyword CreatePalette(const LOGPALETTE*)
406Keyword CreatePatternBrush(HBITMAP)
407Keyword CreatePen(int,int,COLORREF)
408Keyword CreatePenIndirect(const LOGPEN*)
409Keyword CreatePipe(PHANDLE,PHANDLE,LPSECURITY_ATTRIBUTES,DWORD)
410Keyword CreatePointerMoniker(LPUNKNOWN,LPMONIKER*)
411Keyword CreatePolyPolygonRgn(const POINT*,const INT*,int,int)
412Keyword CreatePolygonRgn(const POINT*,int,int)
413Keyword CreatePopupMenu(void)
414Keyword CreatePrivateObjectSecurity(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR*,BOOL,HANDLE,PGENERIC_MAPPING)
415Keyword CreateProcess(LPCSTR,LPSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,PVOID,LPCSTR,LPSTARTUPINFOA,LPPROCESS_INFORMATION)
416Keyword CreateProcessAsUser(HANDLE,LPCSTR,LPSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,PVOID,LPCSTR,LPSTARTUPINFOA,LPPROCESS_INFORMATION)
417Keyword CreatePropertySheetPage(LPCPROPSHEETPAGEA)
418Keyword CreateRectRgn(int,int,int,int)
419Keyword CreateRectRgnIndirect(LPCRECT)
420Keyword CreateRemoteThread(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,LPTHREAD_START_ROUTINE,LPVOID,DWORD,LPDWORD)
421Keyword CreateRoundRectRgn(int,int,int,int,int,int)
422Keyword CreateScalableFontResource(DWORD,LPCSTR,LPCSTR,LPCSTR)
423Keyword CreateSemaphore(LPSECURITY_ATTRIBUTES,LONG,LONG,LPCSTR)
424Keyword CreateService(SC_HANDLE,LPCSTR,LPCSTR,DWORD,DWORD,DWORD,DWORD,LPCSTR,LPCSTR,PDWORD,LPCSTR,LPCSTR,LPCSTR)
425Keyword CreateSolidBrush(COLORREF)
426Keyword CreateStatusWindow(LONG,LPCSTR,HWND,UINT)
427Keyword CreateStdDispatch(IUnknown*,void*,LPTYPEINFO,IUnknown**)
428Keyword CreateStreamOnHGlobal(HGLOBAL,BOOL,LPSTREAM*)
429Keyword CreateTapePartition(HANDLE,DWORD,DWORD,DWORD)
430Keyword CreateThread(LPSECURITY_ATTRIBUTES,DWORD,LPTHREAD_START_ROUTINE,PVOID,DWORD,PDWORD)
431Keyword CreateToolbarEx(HWND,DWORD,UINT,int,HINSTANCE,UINT,LPCTBBUTTON,int,int,int,int,int,UINT)
432Keyword CreateTypeLib(SYSKIND,const OLECHAR*,LPCREATETYPELIB*)
433Keyword CreateUpDownControl(DWORD,int,int,int,int,HWND,int,HINSTANCE,HWND,int,int,int)
434Keyword CreateUrlCacheEntry(LPCSTR,DWORD,LPCSTR,LPSTR,DWORD)
435Keyword CreateWaitableTimer(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR)
436Keyword CreateWindowA
437Keyword CreateWindowEx(DWORD,LPCSTR,LPCSTR,DWORD,int,int,int,int,HWND,HMENU,HINSTANCE,LPVOID)
438Keyword CreateWindowStation(LPSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES)
439Keyword CreateWindowW
440Keyword CryptAcquireContext(HCRYPTPROV*,LPCSTR,LPCSTR,DWORD,DWORD)
441Keyword CryptCreateHash(HCRYPTPROV,ALG_ID,HCRYPTKEY,DWORD,HCRYPTHASH*)
442Keyword CryptDecrypt(HCRYPTKEY,HCRYPTHASH,BOOL,DWORD,PBYTE,PDWORD)
443Keyword CryptDeriveKey(HCRYPTPROV,ALG_ID,HCRYPTHASH,DWORD,HCRYPTKEY*)
444Keyword CryptDestroyHash(HCRYPTHASH)
445Keyword CryptDestroyKey(HCRYPTKEY)
446Keyword CryptEncrypt(HCRYPTKEY,HCRYPTHASH,BOOL,DWORD,PBYTE,PDWORD,DWORD)
447Keyword CryptExportKey(HCRYPTKEY,HCRYPTKEY,DWORD,DWORD,PBYTE,PDWORD)
448Keyword CryptGenKey(HCRYPTPROV,ALG_ID,DWORD,HCRYPTKEY*)
449Keyword CryptGenRandom(HCRYPTPROV,DWORD,PBYTE)
450Keyword CryptGetHashParam(HCRYPTHASH,DWORD,PBYTE,PDWORD,DWORD)
451Keyword CryptGetHashValue(HCRYPTHASH,DWORD,PBYTE,PDWORD)
452Keyword CryptGetKeyParam(HCRYPTKEY,DWORD,PBYTE,PDWORD,DWORD)
453Keyword CryptGetProvParam(HCRYPTPROV,DWORD,PBYTE,PDWORD,DWORD)
454Keyword CryptGetUserKey(HCRYPTPROV,DWORD,HCRYPTKEY*)
455Keyword CryptHashData(HCRYPTHASH,PBYTE,DWORD,DWORD)
456Keyword CryptHashSessionKey(HCRYPTHASH,HCRYPTKEY,DWORD)
457Keyword CryptImportKey(HCRYPTPROV,PBYTE,DWORD,HCRYPTKEY,DWORD,HCRYPTKEY*)
458Keyword CryptReleaseContext(HCRYPTPROV,DWORD)
459Keyword CryptSetHashParam(HCRYPTHASH,DWORD,PBYTE,DWORD)
460Keyword CryptSetKeyParam(HCRYPTKEY,DWORD,PBYTE,DWORD)
461Keyword CryptSetProvParam(HCRYPTPROV,DWORD,PBYTE,DWORD)
462Keyword CryptSetProvider(LPCSTR,DWORD)
463Keyword CryptSignHash(HCRYPTHASH,DWORD,LPCSTR,DWORD,PBYTE,PDWORD)
464Keyword CryptVerifySignature(HCRYPTHASH,PBYTE,DWORD,HCRYPTKEY,LPCSTR,DWORD)
465Keyword CustomControlInfo(LPCCINFOA acci)
466Keyword DPtoLP(HDC,LPPOINT,int)
467Keyword DateTime_GetMonthCal
468Keyword DateTime_GetMonthCalColor
469Keyword DateTime_GetMonthCalFont
470Keyword DateTime_GetRange
471Keyword DateTime_GetSystemTime
472Keyword DateTime_SetFormat
473Keyword DateTime_SetMonthCalColor
474Keyword DateTime_SetMonthCalFont
475Keyword DateTime_SetRange
476Keyword DateTime_SetSystemTime
477Keyword DceErrorInqText(RPC_STATUS,unsigned char*)
478Keyword DdeAbandonTransaction(DWORD,HCONV,DWORD)
479Keyword DdeAccessData(HDDEDATA,PDWORD)
480Keyword DdeAddData(HDDEDATA,PBYTE,DWORD,DWORD)
481Keyword DdeClientTransaction(PBYTE,DWORD,HCONV,HSZ,UINT,UINT,DWORD,PDWORD)
482Keyword DdeCmpStringHandles(HSZ,HSZ)
483Keyword DdeConnect(DWORD,HSZ,HSZ,PCONVCONTEXT)
484Keyword DdeConnectList(DWORD,HSZ,HSZ,HCONVLIST,PCONVCONTEXT)
485Keyword DdeCreateDataHandle(DWORD,PBYTE,DWORD,DWORD,HSZ,UINT,UINT)
486Keyword DdeCreateStringHandle(DWORD,LPSTR,int)
487Keyword DdeDisconnect(HCONV)
488Keyword DdeDisconnectList(HCONVLIST)
489Keyword DdeEnableCallback(DWORD,HCONV,UINT)
490Keyword DdeFreeDataHandle(HDDEDATA)
491Keyword DdeFreeStringHandle(DWORD,HSZ)
492Keyword DdeGetData(HDDEDATA,PBYTE,DWORD,DWORD)
493Keyword DdeGetLastError(DWORD)
494Keyword DdeImpersonateClient(HCONV)
495Keyword DdeInitialize(PDWORD,PFNCALLBACK,DWORD,DWORD)
496Keyword DdeKeepStringHandle(DWORD,HSZ)
497Keyword DdeNameService(DWORD,HSZ,HSZ,UINT)
498Keyword DdePostAdvise(DWORD,HSZ,HSZ)
499Keyword DdeQueryConvInfo(HCONV,DWORD,PCONVINFO)
500Keyword DdeQueryNextServer(HCONVLIST,HCONV)
501Keyword DdeQueryString(DWORD,HSZ,LPSTR,DWORD,int)
502Keyword DdeReconnect(HCONV)
503Keyword DdeSetQualityOfService(HWND,const SECURITY_QUALITY_OF_SERVICE*,PSECURITY_QUALITY_OF_SERVICE)
504Keyword DdeSetUserHandle(HCONV,DWORD,DWORD)
505Keyword DdeUnaccessData(HDDEDATA)
506Keyword DdeUninitialize(DWORD)
507Keyword DebugActiveProcess(DWORD)
508Keyword DebugBreak(void)
509Keyword DefDlgProc(HWND,UINT,WPARAM,LPARAM)
510Keyword DefDlgProcEx
511Keyword DefDriverProc(DWORD,HDRVR,UINT,LPARAM,LPARAM)
512Keyword DefFrameProc(HWND,HWND,UINT,WPARAM,LPARAM)
513Keyword DefHookProc
514Keyword DefMDIChildProc(HWND,UINT,WPARAM,LPARAM)
515Keyword DefScreenSaverProc(HWND,UINT,WPARAM,LPARAM)
516Keyword DefWindowProc(HWND,UINT,WPARAM,LPARAM)
517Keyword DeferWindowPos(HDWP,HWND,HWND,int,int,int,int,UINT)
518Keyword DefineDosDevice(DWORD,LPCSTR,LPCSTR)
519Keyword DefineHandleTable
520Keyword DeleteAce(PACL,DWORD)
521Keyword DeleteAtom(ATOM)
522Keyword DeleteBitmap
523Keyword DeleteBrush
524Keyword DeleteColorSpace(HCOLORSPACE)
525Keyword DeleteCriticalSection(PCRITICAL_SECTION)
526Keyword DeleteDC(HDC)
527Keyword DeleteEnhMetaFile(HENHMETAFILE)
528Keyword DeleteFiber(PVOID)
529Keyword DeleteFile(LPCSTR)
530Keyword DeleteFont
531Keyword DeleteForm(HANDLE,LPSTR)
532Keyword DeleteMenu(HMENU,UINT,UINT)
533Keyword DeleteMetaFile(HMETAFILE)
534Keyword DeleteMonitor(LPSTR,LPSTR,LPSTR)
535Keyword DeleteObject(HGDIOBJ)
536Keyword DeletePalette
537Keyword DeletePen
538Keyword DeletePort(LPSTR,HWND,LPSTR)
539Keyword DeletePrintProcessor(LPSTR,LPSTR,LPSTR)
540Keyword DeletePrintProvidor(LPSTR,LPSTR,LPSTR)
541Keyword DeletePrinter(HANDLE)
542Keyword DeletePrinterConnection(LPSTR)
543Keyword DeletePrinterData(HANDLE,LPSTR)
544Keyword DeletePrinterDriver(LPSTR,LPSTR,LPSTR)
545Keyword DeleteRgn
546Keyword DeleteService(SC_HANDLE)
547Keyword DeleteUrlCacheEntry(LPCSTR)
548Keyword DeregisterEventSource(HANDLE)
549Keyword DeregisterTypeLib(REFGUID,WORD,WORD,LCID)
550Keyword DescribePixelFormat(HDC,int,UINT,LPPIXELFORMATDESCRIPTOR)
551Keyword DestroyAcceleratorTable(HACCEL)
552Keyword DestroyCaret(void)
553Keyword DestroyCursor(HCURSOR)
554Keyword DestroyIcon(HICON)
555Keyword DestroyMenu(HMENU)
556Keyword DestroyPrivateObjectSecurity(PSECURITY_DESCRIPTOR*)
557Keyword DestroyPropertySheetPage(HPROPSHEETPAGE)
558Keyword DestroyWindow(HWND)
559Keyword DeviceCapabilities(LPCSTR,LPCSTR,WORD,LPSTR,const DEVMODEA*)
560Keyword DeviceIoControl(HANDLE,DWORD,PVOID,DWORD,PVOID,DWORD,PDWORD,POVERLAPPED)
561Keyword DialogBoxA
562Keyword DialogBoxIndirectA
563Keyword DialogBoxIndirectParam(HINSTANCE,LPCDLGTEMPLATE,HWND,DLGPROC,LPARAM)
564Keyword DialogBoxIndirectW
565Keyword DialogBoxParam(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM)
566Keyword DialogBoxW
567Keyword DisableThreadLibraryCalls(HMODULE)
568Keyword DisconnectNamedPipe(HANDLE)
569Keyword DispGetIDsOfNames(LPTYPEINFO,OLECHAR**,UINT,DISPID*)
570Keyword DispGetParam(DISPPARAMS*,UINT,VARTYPE,VARIANT*,UINT*)
571Keyword DispInvoke(void*,LPTYPEINFO,DISPID,WORD,DISPPARAMS*,VARIANT*,EXCEPINFO*,UINT*)
572Keyword DispatchMessage(const MSG*)
573Keyword DlgDirList(HWND,LPSTR,int,int,UINT)
574Keyword DlgDirListComboBox(HWND,LPSTR,int,int,UINT)
575Keyword DlgDirSelectComboBoxEx(HWND,LPSTR,int,int)
576Keyword DlgDirSelectEx(HWND,LPSTR,int,int)
577Keyword DllCanUnloadNow(void)
578Keyword DllGetClassObject(REFCLSID,REFIID,PVOID*)
579Keyword DllRegisterServer(void)
580Keyword DllUnregisterServer(void)
581Keyword DoDragDrop(LPDATAOBJECT,LPDROPSOURCE,DWORD,PDWORD)
582Keyword DocumentProperties(HWND,HANDLE,LPSTR,PDEVMODEA,PDEVMODEA,DWORD)
583Keyword DosDateTimeToFileTime(WORD,WORD,LPFILETIME)
584Keyword DragAcceptFiles(HWND,BOOL)
585Keyword DragDetect(HWND,POINT)
586Keyword DragFinish(HDROP)
587Keyword DragObject(HWND,HWND,UINT,DWORD,HCURSOR)
588Keyword DragQueryFile(HDROP,UINT,LPSTR,UINT)
589Keyword DragQueryPoint(HDROP,LPPOINT)
590Keyword DrawAnimatedRects(HWND,int,LPCRECT,LPCRECT)
591Keyword DrawCaption(HWND,HDC,LPCRECT,UINT)
592Keyword DrawEdge(HDC,LPRECT,UINT,UINT)
593Keyword DrawEscape(HDC,int,int,LPCSTR)
594Keyword DrawFocusRect(HDC,LPCRECT)
595Keyword DrawFrameControl(HDC,LPRECT,UINT,UINT)
596Keyword DrawIcon(HDC,int,int,HICON)
597Keyword DrawIconEx(HDC,int,int,HICON,int,int,UINT,HBRUSH,UINT)
598Keyword DrawInsert(HWND,HWND,int)
599Keyword DrawMenuBar(HWND)
600Keyword DrawState(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT)
601Keyword DrawStatusText(HDC,LPRECT,LPCSTR,UINT)
602Keyword DrawText(HDC,LPCSTR,int,LPRECT,UINT)
603Keyword DrawTextEx(HDC,LPSTR,int,LPRECT,UINT,LPDRAWTEXTPARAMS)
604Keyword DrvGetModuleHandle(HDRVR)
605Keyword DuplicateHandle(HANDLE,HANDLE,HANDLE,PHANDLE,DWORD,BOOL,DWORD)
606Keyword DuplicateToken(HANDLE,SECURITY_IMPERSONATION_LEVEL,PHANDLE)
607Keyword DuplicateTokenEx(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE)
608Keyword ERROR_AUTODATASEG_EXCEEDS_64k
609Keyword ERROR_ITERATED_DATA_EXCEEDS_64k
610Keyword Edit_CanUndo
611Keyword Edit_EmptyUndoBuffer
612Keyword Edit_Enable
613Keyword Edit_FmtLines
614Keyword Edit_GetFirstVisibleLine
615Keyword Edit_GetHandle
616Keyword Edit_GetLine
617Keyword Edit_GetLineCount
618Keyword Edit_GetModify
619Keyword Edit_GetPasswordChar
620Keyword Edit_GetRect
621Keyword Edit_GetSel
622Keyword Edit_GetText
623Keyword Edit_GetTextLength
624Keyword Edit_GetWordBreakProc
625Keyword Edit_LimitText
626Keyword Edit_LineFromChar
627Keyword Edit_LineIndex
628Keyword Edit_LineLength
629Keyword Edit_ReplaceSel
630Keyword Edit_Scroll
631Keyword Edit_ScrollCaret
632Keyword Edit_SetHandle
633Keyword Edit_SetModify
634Keyword Edit_SetPasswordChar
635Keyword Edit_SetReadOnly
636Keyword Edit_SetRect
637Keyword Edit_SetRectNoPaint
638Keyword Edit_SetSel
639Keyword Edit_SetTabStops
640Keyword Edit_SetText
641Keyword Edit_SetWordBreakProc
642Keyword Edit_Undo
643Keyword Ellipse(HDC,int,int,int,int)
644Keyword EmptyClipboard(void)
645Keyword EnableEUDC(BOOL)
646Keyword EnableMenuItem(HMENU,UINT,UINT)
647Keyword EnableScrollBar(HWND,UINT,UINT)
648Keyword EnableWindow(HWND,BOOL)
649Keyword EndDeferWindowPos(HDWP)
650Keyword EndDialog(HWND,int)
651Keyword EndDoc(HDC)
652Keyword EndDocPrinter(HANDLE)
653Keyword EndPage(HDC)
654Keyword EndPagePrinter(HANDLE)
655Keyword EndPaint(HWND,const PAINTSTRUCT*)
656Keyword EndPath(HDC)
657Keyword EndUpdateResource(HANDLE,BOOL)
658Keyword EnlargedIntegerMultiply(LONG, LONG)
659Keyword EnlargedIntegerMultiply
660Keyword EnlargedUnsignedDivide(ULARGE_INTEGER, ULONG, PULONG)
661Keyword EnlargedUnsignedMultiply(ULONG, ULONG)
662Keyword EnlargedUnsignedMultiply
663Keyword EnterCriticalSection(LPCRITICAL_SECTION)
664Keyword EnumCalendarInfo(CALINFO_ENUMPROCA,LCID,CALID,CALTYPE)
665Keyword EnumChildWindows(HWND,ENUMWINDOWSPROC,LPARAM)
666Keyword EnumClipboardFormats(UINT)
667Keyword EnumDateFormats(DATEFMT_ENUMPROCA,LCID,DWORD)
668Keyword EnumDependentServices(SC_HANDLE,DWORD,LPENUM_SERVICE_STATUSA,DWORD,PDWORD,PDWORD)
669Keyword EnumDesktopWindows(HDESK,ENUMWINDOWSPROC,LPARAM)
670Keyword EnumDesktops(HWINSTA,DESKTOPENUMPROCA,LPARAM)
671Keyword EnumDisplaySettings(LPCSTR,DWORD,PDEVMODEA)
672Keyword EnumEnhMetaFile(HDC,HENHMETAFILE,ENHMFENUMPROC,PVOID,LPCRECT)
673Keyword EnumFontFamilies(HDC,LPCSTR,FONTENUMPROCA,LPARAM)
674Keyword EnumFontFamiliesEx(HDC,PLOGFONTA,FONTENUMPROCA,LPARAM,DWORD)
675Keyword EnumFonts(HDC,LPCSTR,FONTENUMPROCA,LPARAM)
676Keyword EnumForms(HANDLE,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
677Keyword EnumICMProfiles(HDC,ICMENUMPROCA,LPARAM)
678Keyword EnumJobs(HANDLE,DWORD,DWORD,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
679Keyword EnumMetaFile(HDC,HMETAFILE,MFENUMPROC,LPARAM)
680Keyword EnumMonitors(LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
681Keyword EnumObjects(HDC,int,GOBJENUMPROC,LPARAM)
682Keyword EnumPorts(LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
683Keyword EnumPrintProcessorDatatypes(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
684Keyword EnumPrintProcessors(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
685Keyword EnumPrinterData(HANDLE,DWORD,LPSTR,DWORD,PDWORD,PDWORD,PBYTE,DWORD,PDWORD)
686Keyword EnumPrinterDrivers(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
687Keyword EnumPrinters(DWORD,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD)
688Keyword EnumProps(HWND,PROPENUMPROCA)
689Keyword EnumPropsEx(HWND,PROPENUMPROCEXA,LPARAM)
690Keyword EnumResourceLanguages(HINSTANCE,LPCSTR,LPCSTR,ENUMRESLANGPROC,LONG)
691Keyword EnumResourceNames(HINSTANCE,LPCSTR,ENUMRESNAMEPROC,LONG)
692Keyword EnumResourceTypes(HINSTANCE,ENUMRESTYPEPROC,LONG)
693Keyword EnumServicesStatus(SC_HANDLE,DWORD,DWORD,LPENUM_SERVICE_STATUSA,DWORD,PDWORD,PDWORD,PDWORD)
694Keyword EnumSystemCodePages(CODEPAGE_ENUMPROCA,DWORD)
695Keyword EnumSystemLocales(LOCALE_ENUMPROCA,DWORD)
696Keyword EnumTaskWindows
697Keyword EnumThreadWindows(DWORD,WNDENUMPROC,LPARAM)
698Keyword EnumTimeFormats(TIMEFMT_ENUMPROCA,LCID,DWORD)
699Keyword EnumWindowStations(WINSTAENUMPROCA,LPARAM)
700Keyword EnumWindows(WNDENUMPROC,LPARAM)
701Keyword EqualPrefixSid(PSID,PSID)
702Keyword EqualRect(LPCRECT,LPCRECT)
703Keyword EqualRgn(HRGN,HRGN)
704Keyword EqualSid(PSID,PSID)
705Keyword EraseTape(HANDLE,DWORD,BOOL)
706Keyword Escape(HDC,int,int,LPCSTR,PVOID)
707Keyword EscapeCommFunction(HANDLE,DWORD)
708Keyword ExcludeClipRect(HDC,int,int,int,int)
709Keyword ExcludeUpdateRgn(HDC,HWND)
710Keyword ExitProcess(UINT)
711Keyword ExitThread(DWORD)
712Keyword ExitWindows
713Keyword ExitWindowsEx(UINT,DWORD)
714Keyword ExpandEnvironmentStrings(LPCSTR,LPSTR,DWORD)
715Keyword ExtCreatePen(DWORD,DWORD,const LOGBRUSH*,DWORD,const DWORD*)
716Keyword ExtCreateRegion(const XFORM*,DWORD,const RGNDATA*)
717Keyword ExtEscape(HDC,int,int,LPCSTR,int,LPSTR)
718Keyword ExtFloodFill(HDC,int,int,COLORREF,UINT)
719Keyword ExtSelectClipRgn(HDC,HRGN,int)
720Keyword ExtTextOut(HDC,int,int,UINT,LPCRECT,LPCSTR,UINT,const INT*)
721Keyword ExtendedIntegerMultiply(LARGE_INTEGER, LONG)
722Keyword ExtendedIntegerMultiply
723Keyword ExtendedLargeIntegerDivide(LARGE_INTEGER, ULONG, PULONG)
724Keyword ExtendedMagicDivide(LARGE_INTEGER, LARGE_INTEGER, int)
725Keyword ExtendedProxyFileInfo
726Keyword ExtractAssociatedIcon(HINSTANCE,LPCSTR,PWORD)
727Keyword ExtractIcon(HINSTANCE,LPCSTR,UINT)
728Keyword ExtractIconEx(LPCSTR,int,HICON*,HICON*,UINT)
729Keyword FatalAppExit(UINT,LPCSTR)
730Keyword FatalExit(int)
731Keyword FileTimeToDosDateTime(CONST FILETIME *,LPWORD,LPWORD)
732Keyword FileTimeToLocalFileTime(FILETIME *,LPFILETIME)
733Keyword FileTimeToSystemTime(CONST FILETIME *,LPSYSTEMTIME)
734Keyword FillConsoleOutputAttribute(HANDLE,WORD,DWORD,COORD,PDWORD)
735Keyword FillConsoleOutputCharacter(HANDLE,CHAR,DWORD,COORD,PDWORD)
736Keyword FillMemory
737Keyword FillPath(HDC)
738Keyword FillRect(HDC,LPCRECT,HBRUSH)
739Keyword FillRgn(HDC,HRGN,HBRUSH)
740Keyword FindAtom(LPCSTR)
741Keyword FindClose(HANDLE)
742Keyword FindCloseChangeNotification(HANDLE)
743Keyword FindClosePrinterChangeNotification(HANDLE)
744Keyword FindCloseUrlCache(HANDLE)
745Keyword FindExecutable(LPCSTR,LPCSTR,LPSTR)
746Keyword FindFirstChangeNotification(LPCSTR,BOOL,DWORD)
747Keyword FindFirstFile(LPCSTR,LPWIN32_FIND_DATAA)
748Keyword FindFirstFileEx(LPCSTR,FINDEX_INFO_LEVELS,PVOID,FINDEX_SEARCH_OPS,PVOID,DWORD)
749Keyword FindFirstFreeAce(PACL,PVOID*)
750Keyword FindFirstPrinterChangeNotification(HANDLE,DWORD,DWORD,PVOID)
751Keyword FindFirstUrlCacheEntry(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD)
752Keyword FindNextChangeNotification(HANDLE)
753Keyword FindNextFile(HANDLE,LPWIN32_FIND_DATAA)
754Keyword FindNextPrinterChangeNotification(HANDLE,PDWORD,PVOID,PVOID*)
755Keyword FindNextUrlCacheEntry(HANDLE,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD)
756Keyword FindResource(HMODULE,LPCSTR,LPCSTR)
757Keyword FindResourceEx(HINSTANCE,LPCSTR,LPCSTR,WORD)
758Keyword FindText(LPFINDREPLACEA)
759Keyword FindWindow(LPCSTR,LPCSTR)
760Keyword FindWindowEx(HWND,HWND,LPCSTR,LPCSTR)
761Keyword FixBrushOrgEx(HDC,int,int,LPPOINT)
762Keyword FlashWindow(HWND,BOOL)
763Keyword FlattenPath(HDC)
764Keyword FloodFill(HDC,int,int,COLORREF)
765Keyword FlushConsoleInputBuffer(HANDLE)
766Keyword FlushFileBuffers(HANDLE)
767Keyword FlushInstructionCache(HANDLE,PCVOID,DWORD)
768Keyword FlushViewOfFile(PCVOID,DWORD)
769Keyword FoldString(DWORD,LPCSTR,int,LPSTR,int)
770Keyword FormatMessage(DWORD,PCVOID,DWORD,DWORD,LPSTR,DWORD,va_list*)
771Keyword FrameRect(HDC,LPCRECT,HBRUSH)
772Keyword FrameRgn(HDC,HRGN,HBRUSH,int,int)
773Keyword FreeConsole(void)
774Keyword FreeDDElParam(UINT,LONG)
775Keyword FreeEnvironmentStrings(LPSTR)
776Keyword FreeLibrary(HMODULE)
777Keyword FreeLibraryAndExitThread(HMODULE,DWORD)
778Keyword FreeModule
779Keyword FreePrinterNotifyInfo(PPRINTER_NOTIFY_INFO)
780Keyword FreeProcInstance
781Keyword FreeResource(HGLOBAL)
782Keyword FreeSid(PSID)
783Keyword FtpCommand(HINTERNET,BOOL,DWORD,LPCSTR,DWORD)
784Keyword FtpCreateDirectory(HINTERNET,LPCSTR)
785Keyword FtpDeleteFile(HINTERNET,LPCSTR)
786Keyword FtpFindFirstFile(HINTERNET,LPCSTR,LPWIN32_FIND_DATA,DWORD,DWORD)
787Keyword FtpGetCurrentDirectory(HINTERNET,LPSTR,PDWORD)
788Keyword FtpGetFile(HINTERNET,LPCSTR,LPCSTR,BOOL,DWORD,DWORD,DWORD)
789Keyword FtpOpenFile(HINTERNET,LPCSTR,DWORD,DWORD,DWORD)
790Keyword FtpPutFile(HINTERNET,LPCSTR,LPCSTR,DWORD,DWORD)
791Keyword FtpRemoveDirectory(HINTERNET,LPCSTR)
792Keyword FtpRenameFile(HINTERNET, LPCSTR,LPCSTR)
793Keyword FtpSetCurrentDirectory(HINTERNET,LPCSTR)
794Keyword GdiComment(HDC,UINT,const BYTE*)
795Keyword GdiFlush(void)
796Keyword GdiGetBatchLimit(void)
797Keyword GdiSetBatchLimit(DWORD)
798Keyword GenerateConsoleCtrlEvent(DWORD,DWORD)
799Keyword GetACP(void)
800Keyword GetAce(PACL,DWORD,PVOID)
801Keyword GetAclInformation(PACL,PVOID,DWORD,ACL_INFORMATION_CLASS)
802Keyword GetActiveObject(REFCLSID,void*,IUnknown**)
803Keyword GetActiveWindow(void)
804Keyword GetArcDirection(HDC)
805Keyword GetAspectRatioFilterEx(HDC,LPSIZE)
806Keyword GetAsyncKeyState(int)
807Keyword GetAtomName(ATOM,LPSTR,int)
808Keyword GetBValue
809Keyword GetBinaryType(LPCSTR,PDWORD)
810Keyword GetBitmapBits(HBITMAP,LONG,PVOID)
811Keyword GetBitmapDimensionEx(HBITMAP,LPSIZE)
812Keyword GetBkColor(HDC)
813Keyword GetBkMode(HDC)
814Keyword GetBoundsRect(HDC,LPRECT,UINT)
815Keyword GetBrushOrgEx(HDC,LPPOINT)
816Keyword GetCPInfo(UINT,LPCPINFO)
817Keyword GetCValue
818Keyword GetCapture(void)
819Keyword GetCaretBlinkTime(void)
820Keyword GetCaretPos(LPPOINT)
821Keyword GetCharABCWidths(HDC,UINT,UINT,LPABC)
822Keyword GetCharABCWidthsFloat(HDC,UINT,UINT,LPABCFLOAT)
823Keyword GetCharWidth32(HDC,UINT,UINT,LPINT)
824Keyword GetCharWidth(HDC,UINT,UINT,LPINT)
825Keyword GetCharWidthFloat(HDC,UINT,UINT,PFLOAT)
826Keyword GetCharacterPlacement(HDC,LPCSTR,int,int,LPGCP_RESULTSA,DWORD)
827Keyword GetClassFile(LPCOLESTR,CLSID*)
828Keyword GetClassInfo(HINSTANCE,LPCSTR,PWNDCLASSA)
829Keyword GetClassInfoEx(HINSTANCE,LPCSTR,PWNDCLASSEXA)
830Keyword GetClassLong(HWND,int)
831Keyword GetClassName(HWND,LPSTR,int)
832Keyword GetClassWord(HWND,int)
833Keyword GetClientRect(HWND,LPRECT)
834Keyword GetClipBox(HDC,LPRECT)
835Keyword GetClipCursor(LPRECT)
836Keyword GetClipRgn(HDC,HRGN)
837Keyword GetClipboardData(UINT)
838Keyword GetClipboardFormatName(UINT,LPSTR,int)
839Keyword GetClipboardOwner(void)
840Keyword GetClipboardViewer(void)
841Keyword GetColorAdjustment(HDC,LPCOLORADJUSTMENT)
842Keyword GetColorSpace(HDC)
843Keyword GetCommConfig(HANDLE,LPCOMMCONFIG,PDWORD)
844Keyword GetCommMask(HANDLE,PDWORD)
845Keyword GetCommModemStatus(HANDLE,PDWORD)
846Keyword GetCommProperties(HANDLE,LPCOMMPROP)
847Keyword GetCommState(HANDLE,LPDCB)
848Keyword GetCommTimeouts(HANDLE,LPCOMMTIMEOUTS)
849Keyword GetCommandLine(VOID)
850Keyword GetCompressedFileSize(LPCSTR,PDWORD)
851Keyword GetComputerName(LPSTR,PDWORD)
852Keyword GetConsoleCP(void)
853Keyword GetConsoleCursorInfo(HANDLE,PCONSOLE_CURSOR_INFO)
854Keyword GetConsoleMode(HANDLE,PDWORD)
855Keyword GetConsoleOutputCP(void)
856Keyword GetConsoleScreenBufferInfo(HANDLE,PCONSOLE_SCREEN_BUFFER_INFO)
857Keyword GetConsoleTitle(LPSTR,DWORD)
858Keyword GetConvertStg(LPSTORAGE)
859Keyword GetCurrencyFormat(LCID,DWORD,LPCSTR,const CURRENCYFMTA*,LPSTR,int)
860Keyword GetCurrentDirectory(DWORD,LPSTR)
861Keyword GetCurrentFiber(void)
862Keyword GetCurrentHwProfile(LPHW_PROFILE_INFOA)
863Keyword GetCurrentObject(HDC,UINT)
864Keyword GetCurrentPositionEx(HDC,LPPOINT)
865Keyword GetCurrentProcess(void)
866Keyword GetCurrentProcessId(void)
867Keyword GetCurrentThread(void)
868Keyword GetCurrentThreadId(void)
869Keyword GetCurrentTime
870Keyword GetCursor(void)
871Keyword GetCursorPos(LPPOINT)
872Keyword GetDC(HWND)
873Keyword GetDCEx(HWND,HRGN,DWORD)
874Keyword GetDCOrgEx(HDC,LPPOINT)
875Keyword GetDIBColorTable(HDC,UINT,UINT,RGBQUAD*)
876Keyword GetDIBits(HDC,HBITMAP,UINT,UINT,PVOID,LPBITMAPINFO,UINT)
877Keyword GetDateFormat(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,int)
878Keyword GetDefaultCommConfig(LPCSTR,LPCOMMCONFIG,PDWORD)
879Keyword GetDesktopWindow(void)
880Keyword GetDeviceCaps(HDC,int)
881Keyword GetDeviceGammaRamp(HDC,PVOID)
882Keyword GetDialogBaseUnits(void)
883Keyword GetDiskFreeSpace(LPCSTR,PDWORD,PDWORD,PDWORD,PDWORD)
884Keyword GetDiskFreeSpaceEx(LPCSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER)
885Keyword GetDlgCtrlID(HWND)
886Keyword GetDlgItem(HWND,int)
887Keyword GetDlgItemInt(HWND,int,PBOOL,BOOL)
888Keyword GetDlgItemText(HWND,int,LPSTR,int)
889Keyword GetDoubleClickTime(void)
890Keyword GetDriveType(LPCSTR)
891Keyword GetDriverModuleHandle(HDRVR)
892Keyword GetEffectiveClientRect(HWND,LPRECT,LPINT)
893Keyword GetEnhMetaFile(LPCSTR)
894Keyword GetEnhMetaFileDescription(HENHMETAFILE,UINT,LPSTR)
895Keyword GetEnhMetaFileHeader(HENHMETAFILE,UINT,LPENHMETAHEADER)
896Keyword GetEnhMetaFilePaletteEntries(HENHMETAFILE,UINT,LPPALETTEENTRY)
897Keyword GetEnhMetaFilePixelFormat(HENHMETAFILE,DWORD,PIXELFORMATDESCRIPTOR*)
898Keyword GetEnvironmentStrings(void)
899Keyword GetEnvironmentStringsA
900Keyword GetEnvironmentVariable(LPCSTR,LPSTR,DWORD)
901Keyword GetErrorInfo(unsigned long,LPERRORINFO*)
902Keyword GetExitCodeProcess(HANDLE,PDWORD)
903Keyword GetExitCodeThread(HANDLE,PDWORD)
904Keyword GetExpandedName(LPSTR,LPSTR)
905Keyword GetFiberData(void)
906Keyword GetFileAttributes(LPCSTR)
907Keyword GetFileAttributesEx(LPCSTR,GET_FILEEX_INFO_LEVELS,PVOID)
908Keyword GetFileInformationByHandle(HANDLE,LPBY_HANDLE_FILE_INFORMATION)
909Keyword GetFileSecurity(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD)
910Keyword GetFileSize(HANDLE,PDWORD)
911Keyword GetFileTime(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME)
912Keyword GetFileTitle(LPCSTR,LPSTR,WORD)
913Keyword GetFileType(HANDLE)
914Keyword GetFileVersionInfo(LPSTR,DWORD,DWORD,PVOID)
915Keyword GetFileVersionInfoSize(LPSTR,PDWORD)
916Keyword GetFirstChild
917Keyword GetFirstSibling
918Keyword GetFocus(void)
919Keyword GetFontData(HDC,DWORD,DWORD,PVOID,DWORD)
920Keyword GetFontLanguageInfo(HDC)
921Keyword GetForegroundWindow(void)
922Keyword GetForm(HANDLE,LPSTR,DWORD,PBYTE,DWORD,PDWORD)
923Keyword GetFreeSpace
924Keyword GetFullPathName(LPCSTR,DWORD,LPSTR,LPSTR*)
925Keyword GetGValue
926Keyword GetGlyphOutline(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,PVOID,const MAT2*)
927Keyword GetGraphicsMode(HDC)
928Keyword GetHGlobalFromILockBytes(LPLOCKBYTES,HGLOBAL*)
929Keyword GetHGlobalFromStream(LPSTREAM,HGLOBAL*)
930Keyword GetHandleInformation(HANDLE,PDWORD)
931Keyword GetICMProfile(HDC,DWORD,LPSTR)
932Keyword GetIconInfo(HICON,PICONINFO)
933Keyword GetInputState(void)
934Keyword GetInstanceModule
935Keyword GetJob(HANDLE,DWORD,DWORD,PBYTE,DWORD,PDWORD)
936Keyword GetKBCodePage(void)
937Keyword GetKValue
938Keyword GetKernelObjectSecurity(HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD)
939Keyword GetKerningPairs(HDC,DWORD,LPKERNINGPAIR)
940Keyword GetKeyNameText(LONG,LPSTR,int)
941Keyword GetKeyState(int)
942Keyword GetKeyboardLayout(DWORD)
943Keyword GetKeyboardLayoutList(int,HKL*)
944Keyword GetKeyboardLayoutName(LPSTR)
945Keyword GetKeyboardState(PBYTE)
946Keyword GetKeyboardType(int)
947Keyword GetLargestConsoleWindowSize(HANDLE)
948Keyword GetLastActivePopup(HWND)
949Keyword GetLastError(void)
950Keyword GetLastSibling
951Keyword GetLengthSid(PSID)
952Keyword GetLocalTime(LPSYSTEMTIME)
953Keyword GetLocaleInfo(LCID,LCTYPE,LPSTR,int)
954Keyword GetLogColorSpace(HCOLORSPACE,LPLOGCOLORSPACEA,DWORD)
955Keyword GetLogicalDriveStrings(DWORD,LPSTR)
956Keyword GetLogicalDrives(void)
957Keyword GetMValue
958Keyword GetMailslotInfo(HANDLE,PDWORD,PDWORD,PDWORD,PDWORD)
959Keyword GetMapMode(HDC)
960Keyword GetMenu(HWND)
961Keyword GetMenuCheckMarkDimensions(void)
962Keyword GetMenuContextHelpId(HMENU)
963Keyword GetMenuDefaultItem(HMENU,UINT,UINT)
964Keyword GetMenuItemCount(HMENU)
965Keyword GetMenuItemID(HMENU,int)
966Keyword GetMenuItemInfo(HMENU,UINT,BOOL,LPMENUITEMINFOA)
967Keyword GetMenuItemRect(HWND,HMENU,UINT,LPRECT)
968Keyword GetMenuState(HMENU,UINT,UINT)
969Keyword GetMenuString(HMENU,UINT,LPSTR,int,UINT)
970Keyword GetMessage(LPMSG,HWND,UINT,UINT)
971Keyword GetMessageExtraInfo(void)
972Keyword GetMessagePos(void)
973Keyword GetMessageTime(void)
974Keyword GetMetaFile(LPCSTR)
975Keyword GetMetaFileBitsEx(HMETAFILE,UINT,PVOID)
976Keyword GetMetaRgn(HDC,HRGN)
977Keyword GetMiterLimit(HDC,PFLOAT)
978Keyword GetModuleFileName(HINSTANCE,LPSTR,DWORD)
979Keyword GetModuleHandle(LPCSTR)
980Keyword GetNamedPipeHandleState(HANDLE,PDWORD,PDWORD,PDWORD,PDWORD,LPSTR,DWORD)
981Keyword GetNamedPipeInfo(HANDLE,PDWORD,PDWORD,PDWORD,PDWORD)
982Keyword GetNearestColor(HDC,COLORREF)
983Keyword GetNearestPaletteIndex(HPALETTE,COLORREF)
984Keyword GetNextDlgGroupItem(HWND,HWND,BOOL)
985Keyword GetNextDlgTabItem(HWND,HWND,BOOL)
986Keyword GetNextSibling
987Keyword GetNextWindow
988Keyword GetNumberFormat(LCID,DWORD,LPCSTR,const NUMBERFMTA*,LPSTR,int)
989Keyword GetNumberOfConsoleInputEvents(HANDLE,PDWORD)
990Keyword GetNumberOfConsoleMouseButtons(PDWORD)
991Keyword GetNumberOfEventLogRecords(HANDLE,PDWORD)
992Keyword GetOEMCP(void)
993Keyword GetObject(HGDIOBJ,int,PVOID)
994Keyword GetObjectType(HGDIOBJ)
995Keyword GetOldestEventLogRecord(HANDLE,PDWORD)
996Keyword GetOpenClipboardWindow(void)
997Keyword GetOpenFileName(LPOPENFILENAMEA)
998Keyword GetOutlineTextMetrics(HDC,UINT,LPOUTLINETEXTMETRICA)
999Keyword GetOverlappedResult(HANDLE,LPOVERLAPPED,PDWORD,BOOL)
1000Keyword GetPaletteEntries(HPALETTE,UINT,UINT,LPPALETTEENTRY)
1001Keyword GetParent(HWND)
1002Keyword GetPath(HDC,LPPOINT,PBYTE,int)
1003Keyword GetPixel(HDC,int,int)
1004Keyword GetPixelFormat(HDC)
1005Keyword GetPolyFillMode(HDC)
1006Keyword GetPrevSibling
1007Keyword GetPrintProcessorDirectory(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD)
1008Keyword GetPrinter(HANDLE,DWORD,PBYTE,DWORD,PDWORD)
1009Keyword GetPrinterData(HANDLE,LPSTR,PDWORD,PBYTE,DWORD,PDWORD)
1010Keyword GetPrinterDriver(HANDLE,LPSTR,DWORD,PBYTE,DWORD,PDWORD)
1011Keyword GetPrinterDriverDirectory(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD)
1012Keyword GetPriorityClass(HANDLE)
1013Keyword GetPriorityClipboardFormat(UINT*,int)
1014Keyword GetPrivateObjectSecurity(PSECURITY_DESCRIPTOR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD)
1015Keyword GetPrivateProfileInt(LPCSTR,LPCSTR,INT,LPCSTR)
1016Keyword GetPrivateProfileSection(LPCSTR,LPSTR,DWORD,LPCSTR)
1017Keyword GetPrivateProfileSectionNames(LPSTR,DWORD,LPCSTR)
1018Keyword GetPrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR,DWORD,LPCSTR)
1019Keyword GetPrivateProfileStruct(LPCSTR,LPCSTR,PVOID,UINT,LPCSTR)
1020Keyword GetProcAddress(HINSTANCE,LPCSTR)
1021Keyword GetProcessAffinityMask(HANDLE,PDWORD,PDWORD)
1022Keyword GetProcessHeap(VOID)
1023Keyword GetProcessHeaps(DWORD,PHANDLE)
1024Keyword GetProcessPriorityBoost(HANDLE,PBOOL)
1025Keyword GetProcessShutdownParameters(PDWORD,PDWORD)
1026Keyword GetProcessTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME)
1027Keyword GetProcessVersion(DWORD)
1028Keyword GetProcessWindowStation(void)
1029Keyword GetProcessWorkingSetSize(HANDLE,PDWORD,PDWORD)
1030Keyword GetProfileInt(LPCSTR,LPCSTR,INT)
1031Keyword GetProfileSection(LPCSTR,LPSTR,DWORD)
1032Keyword GetProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR,DWORD)
1033Keyword GetProp(HWND,LPCSTR)
1034Keyword GetQueueStatus(UINT)
1035Keyword GetQueuedCompletionStatus(HANDLE,PDWORD,PDWORD,LPOVERLAPPED*,DWORD)
1036Keyword GetROP2(HDC)
1037Keyword GetRValue
1038Keyword GetRasterizerCaps(LPRASTERIZER_STATUS,UINT)
1039Keyword GetRegionData(HRGN,DWORD,LPRGNDATA)
1040Keyword GetRgnBox(HRGN,LPRECT)
1041Keyword GetRunningObjectTable(DWORD,LPRUNNINGOBJECTTABLE*)
1042Keyword GetSaveFileName(LPOPENFILENAMEA)
1043Keyword GetScode
1044Keyword GetScrollInfo(HWND,int,LPSCROLLINFO)
1045Keyword GetScrollPos(HWND,int)
1046Keyword GetScrollRange(HWND,int,LPINT,LPINT)
1047Keyword GetSecurityDescriptorControl(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR_CONTROL,PDWORD)
1048Keyword GetSecurityDescriptorDacl(PSECURITY_DESCRIPTOR,LPBOOL,PACL*,LPBOOL)
1049Keyword GetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR,PSID*,LPBOOL)
1050Keyword GetSecurityDescriptorLength(PSECURITY_DESCRIPTOR)
1051Keyword GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID*,LPBOOL)
1052Keyword GetSecurityDescriptorSacl(PSECURITY_DESCRIPTOR,LPBOOL,PACL*,LPBOOL)
1053Keyword GetServiceDisplayName(SC_HANDLE,LPCSTR,LPSTR,PDWORD)
1054Keyword GetServiceKeyName(SC_HANDLE,LPCSTR,LPSTR,PDWORD)
1055Keyword GetShortPathName(LPCSTR,LPSTR,DWORD)
1056Keyword GetSidIdentifierAuthority(PSID)
1057Keyword GetSidLengthRequired(UCHAR)
1058Keyword GetSidSubAuthority(PSID,DWORD)
1059Keyword GetSidSubAuthorityCount(PSID)
1060Keyword GetStartupInfo(LPSTARTUPINFOA)
1061Keyword GetStdHandle(DWORD)
1062Keyword GetStockBrush
1063Keyword GetStockFont
1064Keyword GetStockObject(int)
1065Keyword GetStockPen
1066Keyword GetStretchBltMode(HDC)
1067Keyword GetStringType(LCID,DWORD,LPCSTR,int,LPWORD)
1068Keyword GetStringTypeEx(LCID,DWORD,LPCSTR,int,LPWORD)
1069Keyword GetSubMenu(HMENU,int)
1070Keyword GetSysColor(int)
1071Keyword GetSysColorBrush(int)
1072Keyword GetSysModalWindow
1073Keyword GetSystemDefaultLCID(void)
1074Keyword GetSystemDefaultLangID(void)
1075Keyword GetSystemDirectory(LPSTR,UINT)
1076Keyword GetSystemInfo(LPSYSTEM_INFO)
1077Keyword GetSystemMenu(HWND,BOOL)
1078Keyword GetSystemMetrics(int)
1079Keyword GetSystemPaletteEntries(HDC,UINT,UINT,LPPALETTEENTRY)
1080Keyword GetSystemPaletteUse(HDC)
1081Keyword GetSystemPowerStatus(LPSYSTEM_POWER_STATUS)
1082Keyword GetSystemTime(LPSYSTEMTIME)
1083Keyword GetSystemTimeAdjustment(PDWORD,PDWORD,PBOOL)
1084Keyword GetSystemTimeAsFileTime(LPFILETIME)
1085Keyword GetTabbedTextExtent(HDC,LPCSTR,int,int,LPINT)
1086Keyword GetTapeParameters(HANDLE,DWORD,PDWORD,PVOID)
1087Keyword GetTapePosition(HANDLE,DWORD,PDWORD,PDWORD,PDWORD)
1088Keyword GetTapeStatus(HANDLE)
1089Keyword GetTempFileName(LPCSTR,LPCSTR,UINT,LPSTR)
1090Keyword GetTempPath(DWORD,LPSTR)
1091Keyword GetTextAlign(HDC)
1092Keyword GetTextCharacterExtra(HDC)
1093Keyword GetTextCharset(HDC)
1094Keyword GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD)
1095Keyword GetTextColor(HDC)
1096Keyword GetTextExtentExPoint(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE)
1097Keyword GetTextExtentPoint32(HDC,LPCSTR,int,LPSIZE)
1098Keyword GetTextExtentPoint(HDC,LPCSTR,int,LPSIZE)
1099Keyword GetTextFace(HDC,int,LPSTR)
1100Keyword GetTextMetrics(HDC,LPTEXTMETRICA)
1101Keyword GetThreadContext(HANDLE,LPCONTEXT)
1102Keyword GetThreadDesktop(DWORD)
1103Keyword GetThreadLocale(void)
1104Keyword GetThreadPriority(HANDLE)
1105Keyword GetThreadPriorityBoost(HANDLE,PBOOL)
1106Keyword GetThreadSelectorEntry(HANDLE,DWORD,LPLDT_ENTRY)
1107Keyword GetThreadTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME)
1108Keyword GetTickCount(void)
1109Keyword GetTimeFormat(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,int)
1110Keyword GetTimeZoneInformation(LPTIME_ZONE_INFORMATION)
1111Keyword GetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,PVOID,DWORD,PDWORD)
1112Keyword GetTopWindow(HWND)
1113Keyword GetUpdateRect(HWND,LPRECT,BOOL)
1114Keyword GetUpdateRgn(HWND,HRGN,BOOL)
1115Keyword GetUrlCacheEntryInfo(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD)
1116Keyword GetUserDefaultLCID(void)
1117Keyword GetUserDefaultLangID(void)
1118Keyword GetUserName(LPSTR,PDWORD)
1119Keyword GetUserObjectInformation(HANDLE,int,PVOID,DWORD,PDWORD)
1120Keyword GetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD)
1121Keyword GetVersion(void)
1122Keyword GetVersionEx(LPOSVERSIONINFOA)
1123Keyword GetViewportExtEx(HDC,LPSIZE)
1124Keyword GetViewportOrgEx(HDC,LPPOINT)
1125Keyword GetVolumeInformation(LPCSTR,LPSTR,DWORD,PDWORD,PDWORD,PDWORD,LPSTR,DWORD)
1126Keyword GetWinMetaFileBits(HENHMETAFILE,UINT,LPBYTE,INT,HDC)
1127Keyword GetWindow(HWND,UINT)
1128Keyword GetWindowContextHelpId(HWND)
1129Keyword GetWindowDC(HWND)
1130Keyword GetWindowExStyle
1131Keyword GetWindowExtEx(HDC,LPSIZE)
1132Keyword GetWindowFont
1133Keyword GetWindowID
1134Keyword GetWindowInstance
1135Keyword GetWindowLong(HWND,int)
1136Keyword GetWindowOrgEx(HDC,LPPOINT)
1137Keyword GetWindowOwner
1138Keyword GetWindowPlacement(HWND,WINDOWPLACEMENT*)
1139Keyword GetWindowRect(HWND,LPRECT)
1140Keyword GetWindowRgn(HWND,HRGN)
1141Keyword GetWindowStyle
1142Keyword GetWindowTask
1143Keyword GetWindowText(HWND,LPSTR,int)
1144Keyword GetWindowTextLength(HWND)
1145Keyword GetWindowThreadProcessId(HWND,PDWORD)
1146Keyword GetWindowWord(HWND,int)
1147Keyword GetWindowsDirectory(LPSTR,UINT)
1148Keyword GetWorldTransform(HDC,LPXFORM)
1149Keyword GetYValue
1150Keyword GlobalAddAtom(LPCSTR)
1151Keyword GlobalAlloc(UINT,DWORD)
1152Keyword GlobalAllocPtr
1153Keyword GlobalCompact(DWORD)
1154Keyword GlobalDeleteAtom(ATOM)
1155Keyword GlobalDiscard(HGLOBAL)
1156Keyword GlobalFindAtom(LPCSTR)
1157Keyword GlobalFix(HGLOBAL)
1158Keyword GlobalFlags(HGLOBAL)
1159Keyword GlobalFree(HGLOBAL)
1160Keyword GlobalFreePtr
1161Keyword GlobalGetAtomName(ATOM,LPSTR,int)
1162Keyword GlobalHandle(PCVOID)
1163Keyword GlobalLock(HGLOBAL)
1164Keyword GlobalLockPtr
1165Keyword GlobalMemoryStatus(LPMEMORYSTATUS)
1166Keyword GlobalPtrHandle
1167Keyword GlobalReAlloc(HGLOBAL,DWORD,UINT)
1168Keyword GlobalReAllocPtr
1169Keyword GlobalSize(HGLOBAL)
1170Keyword GlobalUnWire(HGLOBAL)
1171Keyword GlobalUnfix(HGLOBAL)
1172Keyword GlobalUnlock(HGLOBAL)
1173Keyword GlobalUnlockPtr
1174Keyword GlobalWire(HGLOBAL)
1175Keyword GopherCreateLocator(LPCSTR,INTERNET_PORT,LPCSTR,LPCSTR,DWORD,LPSTR,PDWORD)
1176Keyword GopherFindFirstFile(HINTERNET,LPCSTR,LPCSTR,LPGOPHER_FIND_DATAA,DWORD,DWORD)
1177Keyword GopherGetAttribute(HINTERNET,LPCSTR,LPCSTR,LPBYTE,DWORD,PDWORD,GOPHER_ATTRIBUTE_ENUMERATOR,DWORD)
1178Keyword GopherGetLocatorType(LPCSTR,PDWORD)
1179Keyword GopherOpenFile(HINTERNET,LPCSTR,LPCSTR,DWORD,DWORD)
1180Keyword GrayString(HDC,HBRUSH,GRAYSTRINGPROC,LPARAM,int,int,int,int,int)
1181Keyword Header_DeleteItem
1182Keyword Header_GetItem
1183Keyword Header_GetItemCount
1184Keyword Header_InsertItem
1185Keyword Header_Layout
1186Keyword Header_SetItem
1187Keyword HeapAlloc(HANDLE,DWORD,DWORD)
1188Keyword HeapCompact(HANDLE,DWORD)
1189Keyword HeapCreate(DWORD,DWORD,DWORD)
1190Keyword HeapDestroy(HANDLE)
1191Keyword HeapFree(HANDLE,DWORD,PVOID)
1192Keyword HeapLock(HANDLE)
1193Keyword HeapReAlloc(HANDLE,DWORD,PVOID,DWORD)
1194Keyword HeapSize(HANDLE,DWORD,PCVOID)
1195Keyword HeapUnlock(HANDLE)
1196Keyword HeapValidate(HANDLE,DWORD,PCVOID)
1197Keyword HeapWalk(HANDLE,LPPROCESS_HEAP_ENTRY)
1198Keyword HideCaret(HWND)
1199Keyword HiliteMenuItem(HWND,HMENU,UINT,UINT)
1200Keyword HttpAddRequestHeaders(HINTERNET,LPCSTR,DWORD,DWORD)
1201Keyword HttpEndRequest(HINTERNET,LPINTERNET_BUFFERSA,DWORD,DWORD)
1202Keyword HttpOpenRequest(HINTERNET,LPCSTR,LPCSTR,LPCSTR,LPCSTR,LPCSTR *,DWORD,DWORD)
1203Keyword HttpQueryInfo(HINTERNET,DWORD,PVOID,PDWORD,PDWORD)
1204Keyword HttpSendRequest(HINTERNET,LPCSTR,DWORD,PVOID,DWORD)
1205Keyword HttpSendRequestEx(HINTERNET,LPINTERNET_BUFFERSA,LPINTERNET_BUFFERSA,DWORD,DWORD)
1206Keyword IAdviseSink2_AddRef
1207Keyword IAdviseSink2_OnClose
1208Keyword IAdviseSink2_OnDataChange
1209Keyword IAdviseSink2_OnLinkSrcChange
1210Keyword IAdviseSink2_OnLinkSrcChange_Proxy(IAdviseSink2*,IMoniker*)
1211Keyword IAdviseSink2_OnLinkSrcChange_Stub(IAdviseSink2*,IMoniker*)
1212Keyword IAdviseSink2_OnRename
1213Keyword IAdviseSink2_OnSave
1214Keyword IAdviseSink2_OnViewChange
1215Keyword IAdviseSink2_QueryInterface
1216Keyword IAdviseSink2_Release
1217Keyword IAdviseSink2_RemoteOnLinkSrcChange_Proxy(IAdviseSink2*,IMoniker*)
1218Keyword IAdviseSink2_RemoteOnLinkSrcChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1219Keyword IAdviseSink_AddRef
1220Keyword IAdviseSink_OnClose
1221Keyword IAdviseSink_OnClose_Proxy(IAdviseSink*)
1222Keyword IAdviseSink_OnClose_Stub(IAdviseSink*)
1223Keyword IAdviseSink_OnDataChange
1224Keyword IAdviseSink_OnDataChange_Proxy(IAdviseSink*,FORMATETC*,STGMEDIUM*)
1225Keyword IAdviseSink_OnDataChange_Stub(IAdviseSink*,FORMATETC*,RemSTGMEDIUM*)
1226Keyword IAdviseSink_OnRename
1227Keyword IAdviseSink_OnRename_Proxy(IAdviseSink*,IMoniker*)
1228Keyword IAdviseSink_OnRename_Stub(IAdviseSink*,IMoniker*)
1229Keyword IAdviseSink_OnSave
1230Keyword IAdviseSink_OnSave_Proxy(IAdviseSink*)
1231Keyword IAdviseSink_OnSave_Stub(IAdviseSink*)
1232Keyword IAdviseSink_OnViewChange
1233Keyword IAdviseSink_OnViewChange_Proxy(IAdviseSink*,DWORD,LONG)
1234Keyword IAdviseSink_OnViewChange_Stub(IAdviseSink*,DWORD,LONG)
1235Keyword IAdviseSink_QueryInterface
1236Keyword IAdviseSink_Release
1237Keyword IAdviseSink_RemoteOnClose_Proxy(IAdviseSink*)
1238Keyword IAdviseSink_RemoteOnClose_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1239Keyword IAdviseSink_RemoteOnDataChange_Proxy(IAdviseSink*,FORMATETC*,RemSTGMEDIUM*)
1240Keyword IAdviseSink_RemoteOnDataChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1241Keyword IAdviseSink_RemoteOnRename_Proxy(IAdviseSink*,IMoniker*)
1242Keyword IAdviseSink_RemoteOnRename_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1243Keyword IAdviseSink_RemoteOnSave_Proxy(IAdviseSink*)
1244Keyword IAdviseSink_RemoteOnSave_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1245Keyword IAdviseSink_RemoteOnViewChange_Proxy(IAdviseSink*,DWORD,LONG)
1246Keyword IAdviseSink_RemoteOnViewChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1247Keyword IBindCtx_AddRef
1248Keyword IBindCtx_EnumObjectParam
1249Keyword IBindCtx_EnumObjectParam_Proxy(IBindCtx*,IEnumString**)
1250Keyword IBindCtx_EnumObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1251Keyword IBindCtx_GetBindOptions
1252Keyword IBindCtx_GetBindOptions_Proxy(IBindCtx*,BIND_OPTS*pbindopts)
1253Keyword IBindCtx_GetBindOptions_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1254Keyword IBindCtx_GetObjectParam
1255Keyword IBindCtx_GetObjectParam_Proxy(IBindCtx*,LPCSTR,IUnknown**)
1256Keyword IBindCtx_GetObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1257Keyword IBindCtx_GetRunningObjectTable
1258Keyword IBindCtx_GetRunningObjectTable_Proxy(IBindCtx*,IRunningObjectTable**)
1259Keyword IBindCtx_GetRunningObjectTable_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1260Keyword IBindCtx_QueryInterface
1261Keyword IBindCtx_RegisterObjectBound
1262Keyword IBindCtx_RegisterObjectBound_Proxy(IBindCtx*,IUnknown*punk)
1263Keyword IBindCtx_RegisterObjectBound_Stub(IRpcStubBuffer*,IRpcChannelBuffer*_pRpcChannelBuffer,PRPC_MESSAGE,PDWORD)
1264Keyword IBindCtx_RegisterObjectParam
1265Keyword IBindCtx_RegisterObjectParam_Proxy(IBindCtx*,LPCSTR,IUnknown*)
1266Keyword IBindCtx_RegisterObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1267Keyword IBindCtx_Release
1268Keyword IBindCtx_ReleaseBoundObjects
1269Keyword IBindCtx_ReleaseBoundObjects_Proxy(IBindCtx*)
1270Keyword IBindCtx_ReleaseBoundObjects_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1271Keyword IBindCtx_RevokeObjectBound
1272Keyword IBindCtx_RevokeObjectBound_Proxy(IBindCtx*,IUnknown*punk)
1273Keyword IBindCtx_RevokeObjectBound_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1274Keyword IBindCtx_RevokeObjectParam
1275Keyword IBindCtx_RevokeObjectParam_Proxy(IBindCtx*,LPCSTR)
1276Keyword IBindCtx_RevokeObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1277Keyword IBindCtx_SetBindOptions
1278Keyword IBindCtx_SetBindOptions_Proxy(IBindCtx*,BIND_OPTS*)
1279Keyword IBindCtx_SetBindOptions_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1280Keyword IClassFactory_AddRef
1281Keyword IClassFactory_CreateInstance
1282Keyword IClassFactory_CreateInstance_Proxy(IClassFactory*,IUnknown*,REFIID,void**)
1283Keyword IClassFactory_CreateInstance_Stub(IClassFactory*,REFIID,IUnknown**)
1284Keyword IClassFactory_LockServer
1285Keyword IClassFactory_LockServer_Proxy(IClassFactory*,BOOL)
1286Keyword IClassFactory_LockServer_Stub(IClassFactory*,BOOL)
1287Keyword IClassFactory_QueryInterface
1288Keyword IClassFactory_Release
1289Keyword IClassFactory_RemoteCreateInstance_Proxy(IClassFactory*,REFIID,IUnknown**)
1290Keyword IClassFactory_RemoteCreateInstance_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD)
1291Keyword IClassFactory_RemoteLockServer_Proxy(IClassFactory*,BOOL)
1292Keyword IClassFactory_RemoteLockServer_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD)
1293Keyword IDataAdviseHolder_AddRef
1294Keyword IDataAdviseHolder_Advise
1295Keyword IDataAdviseHolder_Advise_Proxy(IDataAdviseHolder*,IDataObject*,FORMATETC*,DWORD,IAdviseSink*,DWORD*)
1296Keyword IDataAdviseHolder_Advise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1297Keyword IDataAdviseHolder_EnumAdvise
1298Keyword IDataAdviseHolder_EnumAdvise_Proxy(IDataAdviseHolder*,IEnumSTATDATA**)
1299Keyword IDataAdviseHolder_EnumAdvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1300Keyword IDataAdviseHolder_QueryInterface
1301Keyword IDataAdviseHolder_Release
1302Keyword IDataAdviseHolder_SendOnDataChange
1303Keyword IDataAdviseHolder_SendOnDataChange_Proxy(IDataAdviseHolder*,IDataObject*,DWORD,DWORD)
1304Keyword IDataAdviseHolder_SendOnDataChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1305Keyword IDataAdviseHolder_Unadvise
1306Keyword IDataAdviseHolder_Unadvise_Proxy(IDataAdviseHolder*,DWORD)
1307Keyword IDataAdviseHolder_Unadvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1308Keyword IDataObject_AddRef
1309Keyword IDataObject_DAdvise
1310Keyword IDataObject_DAdvise_Proxy(IDataObject*,FORMATETC*,DWORD,IAdviseSink*,DWORD*)
1311Keyword IDataObject_DAdvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1312Keyword IDataObject_DUnadvise
1313Keyword IDataObject_DUnadvise_Proxy(IDataObject*,DWORD)
1314Keyword IDataObject_DUnadvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1315Keyword IDataObject_EnumDAdvise
1316Keyword IDataObject_EnumDAdvise_Proxy(IDataObject*,IEnumSTATDATA**)
1317Keyword IDataObject_EnumDAdvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1318Keyword IDataObject_EnumFormatEtc
1319Keyword IDataObject_EnumFormatEtc_Proxy(IDataObject*,DWORD,IEnumFORMATETC**)
1320Keyword IDataObject_EnumFormatEtc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1321Keyword IDataObject_GetCanonicalFormatEtc
1322Keyword IDataObject_GetCanonicalFormatEtc_Proxy(IDataObject*,FORMATETC*,FORMATETC*)
1323Keyword IDataObject_GetCanonicalFormatEtc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1324Keyword IDataObject_GetData
1325Keyword IDataObject_GetDataHere
1326Keyword IDataObject_GetDataHere_Proxy(IDataObject*,FORMATETC*,STGMEDIUM*)
1327Keyword IDataObject_GetDataHere_Stub(IDataObject*,FORMATETC*,RemSTGMEDIUM**)
1328Keyword IDataObject_GetData_Proxy(IDataObject*,FORMATETC*,STGMEDIUM*)
1329Keyword IDataObject_GetData_Stub(IDataObject*,FORMATETC*,RemSTGMEDIUM**)
1330Keyword IDataObject_QueryGetData
1331Keyword IDataObject_QueryGetData_Proxy(IDataObject*,FORMATETC*)
1332Keyword IDataObject_QueryGetData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1333Keyword IDataObject_QueryInterface
1334Keyword IDataObject_Release
1335Keyword IDataObject_RemoteGetDataHere_Proxy(IDataObject*,FORMATETC*,RemSTGMEDIUM**)
1336Keyword IDataObject_RemoteGetDataHere_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1337Keyword IDataObject_RemoteGetData_Proxy(IDataObject*,FORMATETC*,RemSTGMEDIUM**)
1338Keyword IDataObject_RemoteGetData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1339Keyword IDataObject_RemoteSetData_Proxy(IDataObject*,FORMATETC*,RemSTGMEDIUM*,BOOL)
1340Keyword IDataObject_RemoteSetData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1341Keyword IDataObject_SetData
1342Keyword IDataObject_SetData_Proxy(IDataObject*,FORMATETC*,STGMEDIUM*,BOOL)
1343Keyword IDataObject_SetData_Stub(IDataObject*,FORMATETC*,RemSTGMEDIUM*,BOOL)
1344Keyword IEnumFORMATETC_AddRef
1345Keyword IEnumFORMATETC_Clone
1346Keyword IEnumFORMATETC_Clone_Proxy(IEnumFORMATETC*,IEnumFORMATETC**)
1347Keyword IEnumFORMATETC_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1348Keyword IEnumFORMATETC_Next
1349Keyword IEnumFORMATETC_Next_Proxy(IEnumFORMATETC*,ULONG,FORMATETC*,ULONG*)
1350Keyword IEnumFORMATETC_Next_Stub(IEnumFORMATETC*,ULONG,FORMATETC*,ULONG*)
1351Keyword IEnumFORMATETC_QueryInterface
1352Keyword IEnumFORMATETC_Release
1353Keyword IEnumFORMATETC_RemoteNext_Proxy(IEnumFORMATETC*,ULONG,FORMATETC*,ULONG*)
1354Keyword IEnumFORMATETC_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1355Keyword IEnumFORMATETC_Reset
1356Keyword IEnumFORMATETC_Reset_Proxy(IEnumFORMATETC*)
1357Keyword IEnumFORMATETC_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1358Keyword IEnumFORMATETC_Skip
1359Keyword IEnumFORMATETC_Skip_Proxy(IEnumFORMATETC*,ULONG)
1360Keyword IEnumFORMATETC_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1361Keyword IEnumMoniker_AddRef
1362Keyword IEnumMoniker_Clone
1363Keyword IEnumMoniker_Clone_Proxy(IEnumMoniker*,IEnumMoniker**)
1364Keyword IEnumMoniker_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1365Keyword IEnumMoniker_Next
1366Keyword IEnumMoniker_Next_Proxy(IEnumMoniker*,ULONG,IMoniker**,ULONG*)
1367Keyword IEnumMoniker_Next_Stub(IEnumMoniker*,ULONG,IMoniker**,ULONG*)
1368Keyword IEnumMoniker_QueryInterface
1369Keyword IEnumMoniker_Release
1370Keyword IEnumMoniker_RemoteNext_Proxy(IEnumMoniker*,ULONG,IMoniker**,ULONG*)
1371Keyword IEnumMoniker_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1372Keyword IEnumMoniker_Reset
1373Keyword IEnumMoniker_Reset_Proxy(IEnumMoniker*)
1374Keyword IEnumMoniker_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1375Keyword IEnumMoniker_Skip
1376Keyword IEnumMoniker_Skip_Proxy(IEnumMoniker*,ULONG)
1377Keyword IEnumMoniker_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1378Keyword IEnumOleVerb
1379Keyword IEnumSTATDATA_AddRef
1380Keyword IEnumSTATDATA_Clone
1381Keyword IEnumSTATDATA_Clone_Proxy(IEnumSTATDATA*,IEnumSTATDATA**)
1382Keyword IEnumSTATDATA_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1383Keyword IEnumSTATDATA_Next
1384Keyword IEnumSTATDATA_Next_Proxy(IEnumSTATDATA*,ULONG,STATDATA*,ULONG*)
1385Keyword IEnumSTATDATA_Next_Stub(IEnumSTATDATA*,ULONG,STATDATA*,ULONG*)
1386Keyword IEnumSTATDATA_QueryInterface
1387Keyword IEnumSTATDATA_Release
1388Keyword IEnumSTATDATA_RemoteNext_Proxy(IEnumSTATDATA*,ULONG,STATDATA*,ULONG*)
1389Keyword IEnumSTATDATA_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1390Keyword IEnumSTATDATA_Reset
1391Keyword IEnumSTATDATA_Reset_Proxy(IEnumSTATDATA*)
1392Keyword IEnumSTATDATA_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1393Keyword IEnumSTATDATA_Skip
1394Keyword IEnumSTATDATA_Skip_Proxy(IEnumSTATDATA*,ULONG)
1395Keyword IEnumSTATDATA_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1396Keyword IEnumSTATSTG_AddRef
1397Keyword IEnumSTATSTG_Clone
1398Keyword IEnumSTATSTG_Clone_Proxy(IEnumSTATSTG*,IEnumSTATSTG**)
1399Keyword IEnumSTATSTG_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1400Keyword IEnumSTATSTG_Next
1401Keyword IEnumSTATSTG_Next_Proxy(IEnumSTATSTG*,ULONG,STATSTG*,ULONG*)
1402Keyword IEnumSTATSTG_Next_Stub(IEnumSTATSTG*,ULONG,STATSTG*,ULONG*)
1403Keyword IEnumSTATSTG_QueryInterface
1404Keyword IEnumSTATSTG_Release
1405Keyword IEnumSTATSTG_RemoteNext_Proxy(IEnumSTATSTG*,ULONG,STATSTG*,ULONG*)
1406Keyword IEnumSTATSTG_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1407Keyword IEnumSTATSTG_Reset
1408Keyword IEnumSTATSTG_Reset_Proxy(IEnumSTATSTG*)
1409Keyword IEnumSTATSTG_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1410Keyword IEnumSTATSTG_Skip
1411Keyword IEnumSTATSTG_Skip_Proxy(IEnumSTATSTG*,ULONG celt)
1412Keyword IEnumSTATSTG_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1413Keyword IEnumString_AddRef
1414Keyword IEnumString_Clone
1415Keyword IEnumString_Clone_Proxy(IEnumString*,IEnumString**)
1416Keyword IEnumString_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1417Keyword IEnumString_Next
1418Keyword IEnumString_Next_Proxy(IEnumString*,ULONG,LPCSTR*,ULONG*)
1419Keyword IEnumString_Next_Stub(IEnumString*,ULONG,LPCSTR*,ULONG*)
1420Keyword IEnumString_QueryInterface
1421Keyword IEnumString_Release
1422Keyword IEnumString_RemoteNext_Proxy(IEnumString*,ULONG,LPCSTR*rgelt,ULONG*)
1423Keyword IEnumString_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1424Keyword IEnumString_Reset
1425Keyword IEnumString_Reset_Proxy(IEnumString*)
1426Keyword IEnumString_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1427Keyword IEnumString_Skip
1428Keyword IEnumString_Skip_Proxy(IEnumString*,ULONG)
1429Keyword IEnumString_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1430Keyword IEnumUnknown_AddRef
1431Keyword IEnumUnknown_Clone
1432Keyword IEnumUnknown_Clone_Proxy(IEnumUnknown*,IEnumUnknown**)
1433Keyword IEnumUnknown_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1434Keyword IEnumUnknown_Next
1435Keyword IEnumUnknown_Next_Proxy(IEnumUnknown*,ULONG,IUnknown**,ULONG*)
1436Keyword IEnumUnknown_Next_Stub(IEnumUnknown*,ULONG,IUnknown**,ULONG*)
1437Keyword IEnumUnknown_QueryInterface
1438Keyword IEnumUnknown_Release
1439Keyword IEnumUnknown_RemoteNext_Proxy(IEnumUnknown*,ULONG,IUnknown**,ULONG*)
1440Keyword IEnumUnknown_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1441Keyword IEnumUnknown_Reset
1442Keyword IEnumUnknown_Reset_Proxy(IEnumUnknown* )
1443Keyword IEnumUnknown_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1444Keyword IEnumUnknown_Skip
1445Keyword IEnumUnknown_Skip_Proxy(IEnumUnknown*,ULONG)
1446Keyword IEnumUnknown_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1447Keyword IExternalConnection_AddConnection
1448Keyword IExternalConnection_AddConnection_Proxy(IExternalConnection*,DWORD,DWORD)
1449Keyword IExternalConnection_AddConnection_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1450Keyword IExternalConnection_AddRef
1451Keyword IExternalConnection_QueryInterface
1452Keyword IExternalConnection_Release
1453Keyword IExternalConnection_ReleaseConnection
1454Keyword IExternalConnection_ReleaseConnection_Proxy(IExternalConnection*,DWORD,DWORD,BOOL)
1455Keyword IExternalConnection_ReleaseConnection_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1456Keyword IIDFromString(LPOLESTR,LPIID)
1457Keyword IIDLookupRtn
1458Keyword ILockBytes_AddRef
1459Keyword ILockBytes_Flush
1460Keyword ILockBytes_Flush_Proxy(ILockBytes*)
1461Keyword ILockBytes_Flush_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1462Keyword ILockBytes_LockRegion
1463Keyword ILockBytes_LockRegion_Proxy(ILockBytes*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD)
1464Keyword ILockBytes_LockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1465Keyword ILockBytes_QueryInterface
1466Keyword ILockBytes_ReadAt
1467Keyword ILockBytes_ReadAt_Proxy(ILockBytes*,ULARGE_INTEGER,void*,ULONG,ULONG*)
1468Keyword ILockBytes_ReadAt_Stub(ILockBytes*,ULARGE_INTEGER,BYTE*,ULONG,ULONG*)
1469Keyword ILockBytes_Release
1470Keyword ILockBytes_RemoteReadAt_Proxy(ILockBytes*,ULARGE_INTEGER,BYTE*,ULONG,ULONG*)
1471Keyword ILockBytes_RemoteReadAt_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1472Keyword ILockBytes_RemoteWriteAt_Proxy(ILockBytes*,ULARGE_INTEGER,BYTE*pv,ULONG,ULONG*)
1473Keyword ILockBytes_RemoteWriteAt_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1474Keyword ILockBytes_SetSize
1475Keyword ILockBytes_SetSize_Proxy(ILockBytes*,ULARGE_INTEGER)
1476Keyword ILockBytes_SetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1477Keyword ILockBytes_Stat
1478Keyword ILockBytes_Stat_Proxy(ILockBytes*,STATSTG*,DWORD)
1479Keyword ILockBytes_Stat_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1480Keyword ILockBytes_UnlockRegion
1481Keyword ILockBytes_UnlockRegion_Proxy(ILockBytes*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD)
1482Keyword ILockBytes_UnlockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1483Keyword ILockBytes_WriteAt
1484Keyword ILockBytes_WriteAt_Proxy(ILockBytes*,ULARGE_INTEGER,const void*,ULONG,ULONG*)
1485Keyword ILockBytes_WriteAt_Stub(ILockBytes*,ULARGE_INTEGER,BYTE*,ULONG,ULONG*)
1486Keyword IMallocSpy_AddRef
1487Keyword IMallocSpy_PostAlloc
1488Keyword IMallocSpy_PostAlloc_Proxy(IMallocSpy*,void*)
1489Keyword IMallocSpy_PostAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1490Keyword IMallocSpy_PostDidAlloc
1491Keyword IMallocSpy_PostDidAlloc_Proxy(IMallocSpy*,void*,BOOL,int)
1492Keyword IMallocSpy_PostDidAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1493Keyword IMallocSpy_PostFree
1494Keyword IMallocSpy_PostFree_Proxy(IMallocSpy*,BOOL)
1495Keyword IMallocSpy_PostFree_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1496Keyword IMallocSpy_PostGetSize
1497Keyword IMallocSpy_PostGetSize_Proxy(IMallocSpy*,ULONG,BOOL)
1498Keyword IMallocSpy_PostGetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1499Keyword IMallocSpy_PostHeapMinimize
1500Keyword IMallocSpy_PostHeapMinimize_Proxy(IMallocSpy*)
1501Keyword IMallocSpy_PostHeapMinimize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1502Keyword IMallocSpy_PostRealloc
1503Keyword IMallocSpy_PostRealloc_Proxy(IMallocSpy*,void*,BOOL)
1504Keyword IMallocSpy_PostRealloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1505Keyword IMallocSpy_PreAlloc
1506Keyword IMallocSpy_PreAlloc_Proxy(IMallocSpy*,ULONG cbRequest)
1507Keyword IMallocSpy_PreAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1508Keyword IMallocSpy_PreDidAlloc
1509Keyword IMallocSpy_PreDidAlloc_Proxy(IMallocSpy*,void*,BOOL)
1510Keyword IMallocSpy_PreDidAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1511Keyword IMallocSpy_PreFree
1512Keyword IMallocSpy_PreFree_Proxy(IMallocSpy*,void*,BOOL)
1513Keyword IMallocSpy_PreFree_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1514Keyword IMallocSpy_PreGetSize
1515Keyword IMallocSpy_PreGetSize_Proxy(IMallocSpy*,void*,BOOL)
1516Keyword IMallocSpy_PreGetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1517Keyword IMallocSpy_PreHeapMinimize
1518Keyword IMallocSpy_PreHeapMinimize_Proxy(IMallocSpy* )
1519Keyword IMallocSpy_PreHeapMinimize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1520Keyword IMallocSpy_PreRealloc
1521Keyword IMallocSpy_PreRealloc_Proxy(IMallocSpy*,void*,ULONG,void**,BOOL)
1522Keyword IMallocSpy_PreRealloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1523Keyword IMallocSpy_QueryInterface
1524Keyword IMallocSpy_Release
1525Keyword IMalloc_AddRef
1526Keyword IMalloc_Alloc
1527Keyword IMalloc_Alloc_Proxy(IMalloc*,ULONG)
1528Keyword IMalloc_Alloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1529Keyword IMalloc_DidAlloc
1530Keyword IMalloc_DidAlloc_Proxy(IMalloc*,void*)
1531Keyword IMalloc_DidAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1532Keyword IMalloc_Free
1533Keyword IMalloc_Free_Proxy(IMalloc*,void*)
1534Keyword IMalloc_Free_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1535Keyword IMalloc_GetSize
1536Keyword IMalloc_GetSize_Proxy(IMalloc*,void*)
1537Keyword IMalloc_GetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1538Keyword IMalloc_HeapMinimize
1539Keyword IMalloc_HeapMinimize_Proxy(IMalloc*)
1540Keyword IMalloc_HeapMinimize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1541Keyword IMalloc_QueryInterface
1542Keyword IMalloc_Realloc
1543Keyword IMalloc_Realloc_Proxy(IMalloc*,void*,ULONG)
1544Keyword IMalloc_Realloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1545Keyword IMalloc_Release
1546Keyword IMarshal_AddRef
1547Keyword IMarshal_DisconnectObject
1548Keyword IMarshal_DisconnectObject_Proxy(IMarshal*,DWORD)
1549Keyword IMarshal_DisconnectObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1550Keyword IMarshal_GetMarshalSizeMax
1551Keyword IMarshal_GetMarshalSizeMax_Proxy(IMarshal*,REFIID,void*,DWORD,void*,DWORD,DWORD*)
1552Keyword IMarshal_GetMarshalSizeMax_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1553Keyword IMarshal_GetUnmarshalClass
1554Keyword IMarshal_GetUnmarshalClass_Proxy(IMarshal*,REFIID,void*,DWORD,void*,DWORD,CLSID*)
1555Keyword IMarshal_GetUnmarshalClass_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1556Keyword IMarshal_MarshalInterface
1557Keyword IMarshal_MarshalInterface_Proxy(IMarshal*,IStream*,REFIID,void*,DWORD,void*,DWORD)
1558Keyword IMarshal_MarshalInterface_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1559Keyword IMarshal_QueryInterface
1560Keyword IMarshal_Release
1561Keyword IMarshal_ReleaseMarshalData
1562Keyword IMarshal_ReleaseMarshalData_Proxy(IMarshal*,IStream*)
1563Keyword IMarshal_ReleaseMarshalData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1564Keyword IMarshal_UnmarshalInterface
1565Keyword IMarshal_UnmarshalInterface_Proxy(IMarshal*,IStream*,REFIID,void**)
1566Keyword IMarshal_UnmarshalInterface_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1567Keyword IMessageFilter_AddRef
1568Keyword IMessageFilter_HandleInComingCall
1569Keyword IMessageFilter_HandleInComingCall_Proxy(IMessageFilter*,DWORD,HTASK,DWORD,LPINTERFACEINFO)
1570Keyword IMessageFilter_HandleInComingCall_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1571Keyword IMessageFilter_MessagePending
1572Keyword IMessageFilter_MessagePending_Proxy(IMessageFilter*,HTASK,DWORD,DWORD)
1573Keyword IMessageFilter_MessagePending_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1574Keyword IMessageFilter_QueryInterface
1575Keyword IMessageFilter_Release
1576Keyword IMessageFilter_RetryRejectedCall
1577Keyword IMessageFilter_RetryRejectedCall_Proxy(IMessageFilter*,HTASK,DWORD,DWORD)
1578Keyword IMessageFilter_RetryRejectedCall_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1579Keyword IMoniker_AddRef
1580Keyword IMoniker_BindToObject
1581Keyword IMoniker_BindToObject_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,void**)
1582Keyword IMoniker_BindToObject_Stub(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**)
1583Keyword IMoniker_BindToStorage
1584Keyword IMoniker_BindToStorage_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,void**)
1585Keyword IMoniker_BindToStorage_Stub(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**)
1586Keyword IMoniker_CommonPrefixWith
1587Keyword IMoniker_CommonPrefixWith_Proxy(IMoniker*,IMoniker*,IMoniker**)
1588Keyword IMoniker_CommonPrefixWith_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1589Keyword IMoniker_ComposeWith
1590Keyword IMoniker_ComposeWith_Proxy(IMoniker*,IMoniker*,BOOL,IMoniker**)
1591Keyword IMoniker_ComposeWith_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1592Keyword IMoniker_Enum
1593Keyword IMoniker_Enum_Proxy(IMoniker*,BOOL,IEnumMoniker**)
1594Keyword IMoniker_Enum_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1595Keyword IMoniker_GetClassID
1596Keyword IMoniker_GetDisplayName
1597Keyword IMoniker_GetDisplayName_Proxy(IMoniker*,IBindCtx*,IMoniker*,LPCSTR*)
1598Keyword IMoniker_GetDisplayName_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1599Keyword IMoniker_GetSizeMax
1600Keyword IMoniker_GetTimeOfLastChange
1601Keyword IMoniker_GetTimeOfLastChange_Proxy(IMoniker*,IBindCtx*,IMoniker*,FILETIME*)
1602Keyword IMoniker_GetTimeOfLastChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1603Keyword IMoniker_Hash
1604Keyword IMoniker_Hash_Proxy(IMoniker*,DWORD*)
1605Keyword IMoniker_Hash_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1606Keyword IMoniker_Inverse
1607Keyword IMoniker_Inverse_Proxy(IMoniker*,IMoniker**)
1608Keyword IMoniker_Inverse_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1609Keyword IMoniker_IsDirty
1610Keyword IMoniker_IsEqual
1611Keyword IMoniker_IsEqual_Proxy(IMoniker*,IMoniker*)
1612Keyword IMoniker_IsEqual_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1613Keyword IMoniker_IsRunning
1614Keyword IMoniker_IsRunning_Proxy(IMoniker*,IBindCtx*,IMoniker*,IMoniker*)
1615Keyword IMoniker_IsRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1616Keyword IMoniker_IsSystemMoniker
1617Keyword IMoniker_IsSystemMoniker_Proxy(IMoniker*,DWORD*)
1618Keyword IMoniker_IsSystemMoniker_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1619Keyword IMoniker_Load
1620Keyword IMoniker_ParseDisplayName
1621Keyword IMoniker_ParseDisplayName_Proxy(IMoniker*,IBindCtx*,IMoniker*,LPCSTR,ULONG*,IMoniker**)
1622Keyword IMoniker_ParseDisplayName_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1623Keyword IMoniker_QueryInterface
1624Keyword IMoniker_Reduce
1625Keyword IMoniker_Reduce_Proxy(IMoniker*,IBindCtx*,DWORD,IMoniker**,IMoniker**)
1626Keyword IMoniker_Reduce_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1627Keyword IMoniker_RelativePathTo
1628Keyword IMoniker_RelativePathTo_Proxy(IMoniker*,IMoniker*,IMoniker**)
1629Keyword IMoniker_RelativePathTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1630Keyword IMoniker_Release
1631Keyword IMoniker_RemoteBindToObject_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**)
1632Keyword IMoniker_RemoteBindToObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1633Keyword IMoniker_RemoteBindToStorage_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**)
1634Keyword IMoniker_RemoteBindToStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1635Keyword IMoniker_Save
1636Keyword IOleUILinkInfoVtbl
1637Keyword IPSFactoryBuffer_AddRef
1638Keyword IPSFactoryBuffer_CreateProxy
1639Keyword IPSFactoryBuffer_CreateProxy_Proxy(IPSFactoryBuffer*,IUnknown*,REFIID,IRpcProxyBuffer**,void**)
1640Keyword IPSFactoryBuffer_CreateProxy_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1641Keyword IPSFactoryBuffer_CreateStub
1642Keyword IPSFactoryBuffer_CreateStub_Proxy(IPSFactoryBuffer*,REFIID,IUnknown*,IRpcStubBuffer**)
1643Keyword IPSFactoryBuffer_CreateStub_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1644Keyword IPSFactoryBuffer_QueryInterface
1645Keyword IPSFactoryBuffer_Release
1646Keyword IPersistFile_AddRef
1647Keyword IPersistFile_GetClassID
1648Keyword IPersistFile_GetCurFile
1649Keyword IPersistFile_GetCurFile_Proxy(IPersistFile*,LPCSTR*)
1650Keyword IPersistFile_GetCurFile_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1651Keyword IPersistFile_IsDirty
1652Keyword IPersistFile_IsDirty_Proxy(IPersistFile*)
1653Keyword IPersistFile_IsDirty_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1654Keyword IPersistFile_Load
1655Keyword IPersistFile_Load_Proxy(IPersistFile*,LPCOLESTR,DWORD)
1656Keyword IPersistFile_Load_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1657Keyword IPersistFile_QueryInterface
1658Keyword IPersistFile_Release
1659Keyword IPersistFile_Save
1660Keyword IPersistFile_SaveCompleted
1661Keyword IPersistFile_SaveCompleted_Proxy(IPersistFile*,LPCOLESTR)
1662Keyword IPersistFile_SaveCompleted_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1663Keyword IPersistFile_Save_Proxy(IPersistFile*,LPCOLESTR pszFileName,BOOL)
1664Keyword IPersistFile_Save_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1665Keyword IPersistStorage_AddRef
1666Keyword IPersistStorage_GetClassID
1667Keyword IPersistStorage_HandsOffStorage
1668Keyword IPersistStorage_HandsOffStorage_Proxy(IPersistStorage*)
1669Keyword IPersistStorage_HandsOffStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1670Keyword IPersistStorage_InitNew
1671Keyword IPersistStorage_InitNew_Proxy(IPersistStorage*,IStorage*)
1672Keyword IPersistStorage_InitNew_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1673Keyword IPersistStorage_IsDirty
1674Keyword IPersistStorage_IsDirty_Proxy(IPersistStorage*)
1675Keyword IPersistStorage_IsDirty_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1676Keyword IPersistStorage_Load
1677Keyword IPersistStorage_Load_Proxy(IPersistStorage*,IStorage*)
1678Keyword IPersistStorage_Load_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1679Keyword IPersistStorage_QueryInterface
1680Keyword IPersistStorage_Release
1681Keyword IPersistStorage_Save
1682Keyword IPersistStorage_SaveCompleted
1683Keyword IPersistStorage_SaveCompleted_Proxy(IPersistStorage*,IStorage*)
1684Keyword IPersistStorage_SaveCompleted_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1685Keyword IPersistStorage_Save_Proxy(IPersistStorage*,IStorage*,BOOL)
1686Keyword IPersistStorage_Save_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1687Keyword IPersistStream_AddRef
1688Keyword IPersistStream_GetClassID
1689Keyword IPersistStream_GetSizeMax
1690Keyword IPersistStream_GetSizeMax_Proxy(IPersistStream*,ULARGE_INTEGER*)
1691Keyword IPersistStream_GetSizeMax_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1692Keyword IPersistStream_IsDirty
1693Keyword IPersistStream_IsDirty_Proxy(IPersistStream*)
1694Keyword IPersistStream_IsDirty_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1695Keyword IPersistStream_Load
1696Keyword IPersistStream_Load_Proxy(IPersistStream*,IStream*)
1697Keyword IPersistStream_Load_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1698Keyword IPersistStream_QueryInterface
1699Keyword IPersistStream_Release
1700Keyword IPersistStream_Save
1701Keyword IPersistStream_Save_Proxy(IPersistStream*,IStream*,BOOL)
1702Keyword IPersistStream_Save_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1703Keyword IPersist_AddRef
1704Keyword IPersist_GetClassID
1705Keyword IPersist_GetClassID_Proxy(IPersist*,CLSID*)
1706Keyword IPersist_GetClassID_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1707Keyword IPersist_QueryInterface
1708Keyword IPersist_Release
1709Keyword IROTData_AddRef
1710Keyword IROTData_GetComparisonData
1711Keyword IROTData_GetComparisonData_Proxy(IROTData*,BYTE*,ULONG cbMax,ULONG*)
1712Keyword IROTData_GetComparisonData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1713Keyword IROTData_QueryInterface
1714Keyword IROTData_Release
1715Keyword IRootStorage_AddRef
1716Keyword IRootStorage_QueryInterface
1717Keyword IRootStorage_Release
1718Keyword IRootStorage_SwitchToFile
1719Keyword IRootStorage_SwitchToFile_Proxy(IRootStorage*,LPCSTR)
1720Keyword IRootStorage_SwitchToFile_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1721Keyword IRpcChannelBuffer_AddRef
1722Keyword IRpcChannelBuffer_FreeBuffer
1723Keyword IRpcChannelBuffer_FreeBuffer_Proxy(IRpcChannelBuffer*,RPCOLEMESSAGE*)
1724Keyword IRpcChannelBuffer_FreeBuffer_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1725Keyword IRpcChannelBuffer_GetBuffer
1726Keyword IRpcChannelBuffer_GetBuffer_Proxy(IRpcChannelBuffer*,RPCOLEMESSAGE*,REFIID)
1727Keyword IRpcChannelBuffer_GetBuffer_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1728Keyword IRpcChannelBuffer_GetDestCtx
1729Keyword IRpcChannelBuffer_GetDestCtx_Proxy(IRpcChannelBuffer*,DWORD*,void**)
1730Keyword IRpcChannelBuffer_GetDestCtx_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1731Keyword IRpcChannelBuffer_IsConnected
1732Keyword IRpcChannelBuffer_IsConnected_Proxy(IRpcChannelBuffer*)
1733Keyword IRpcChannelBuffer_IsConnected_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1734Keyword IRpcChannelBuffer_QueryInterface
1735Keyword IRpcChannelBuffer_Release
1736Keyword IRpcChannelBuffer_SendReceive
1737Keyword IRpcChannelBuffer_SendReceive_Proxy(IRpcChannelBuffer*,RPCOLEMESSAGE*,ULONG*)
1738Keyword IRpcChannelBuffer_SendReceive_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1739Keyword IRpcProxyBuffer_AddRef
1740Keyword IRpcProxyBuffer_Connect
1741Keyword IRpcProxyBuffer_Connect_Proxy(IRpcProxyBuffer*,IRpcChannelBuffer*pRpcChannelBuffer)
1742Keyword IRpcProxyBuffer_Connect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1743Keyword IRpcProxyBuffer_Disconnect
1744Keyword IRpcProxyBuffer_Disconnect_Proxy(IRpcProxyBuffer*)
1745Keyword IRpcProxyBuffer_Disconnect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1746Keyword IRpcProxyBuffer_QueryInterface
1747Keyword IRpcProxyBuffer_Release
1748Keyword IRpcStubBuffer_AddRef
1749Keyword IRpcStubBuffer_Connect
1750Keyword IRpcStubBuffer_Connect_Proxy(IRpcStubBuffer*,IUnknown*)
1751Keyword IRpcStubBuffer_Connect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1752Keyword IRpcStubBuffer_CountRefs
1753Keyword IRpcStubBuffer_CountRefs_Proxy(IRpcStubBuffer*)
1754Keyword IRpcStubBuffer_CountRefs_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1755Keyword IRpcStubBuffer_DebugServerQueryInterface
1756Keyword IRpcStubBuffer_DebugServerQueryInterface_Proxy(IRpcStubBuffer*,void**)
1757Keyword IRpcStubBuffer_DebugServerQueryInterface_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1758Keyword IRpcStubBuffer_DebugServerRelease
1759Keyword IRpcStubBuffer_DebugServerRelease_Proxy(IRpcStubBuffer*,void*)
1760Keyword IRpcStubBuffer_DebugServerRelease_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1761Keyword IRpcStubBuffer_Disconnect
1762Keyword IRpcStubBuffer_Disconnect_Proxy(IRpcStubBuffer*)
1763Keyword IRpcStubBuffer_Disconnect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1764Keyword IRpcStubBuffer_Invoke
1765Keyword IRpcStubBuffer_Invoke_Proxy(IRpcStubBuffer*,RPCOLEMESSAGE*,IRpcChannelBuffer*)
1766Keyword IRpcStubBuffer_Invoke_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1767Keyword IRpcStubBuffer_IsIIDSupported
1768Keyword IRpcStubBuffer_IsIIDSupported_Proxy(IRpcStubBuffer*,REFIID)
1769Keyword IRpcStubBuffer_IsIIDSupported_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1770Keyword IRpcStubBuffer_QueryInterface
1771Keyword IRpcStubBuffer_Release
1772Keyword IRunnableObject_AddRef
1773Keyword IRunnableObject_GetRunningClass
1774Keyword IRunnableObject_GetRunningClass_Proxy(IRunnableObject*,LPCLSID)
1775Keyword IRunnableObject_GetRunningClass_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1776Keyword IRunnableObject_IsRunning
1777Keyword IRunnableObject_IsRunning_Proxy(IRunnableObject*)
1778Keyword IRunnableObject_IsRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1779Keyword IRunnableObject_LockRunning
1780Keyword IRunnableObject_LockRunning_Proxy(IRunnableObject*,BOOL,BOOL)
1781Keyword IRunnableObject_LockRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1782Keyword IRunnableObject_QueryInterface
1783Keyword IRunnableObject_Release
1784Keyword IRunnableObject_Run
1785Keyword IRunnableObject_Run_Proxy(IRunnableObject*,LPBINDCTX)
1786Keyword IRunnableObject_Run_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1787Keyword IRunnableObject_SetContainedObject
1788Keyword IRunnableObject_SetContainedObject_Proxy(IRunnableObject*,BOOL)
1789Keyword IRunnableObject_SetContainedObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1790Keyword IRunningObjectTable_AddRef
1791Keyword IRunningObjectTable_EnumRunning
1792Keyword IRunningObjectTable_EnumRunning_Proxy(IRunningObjectTable*,IEnumMoniker**)
1793Keyword IRunningObjectTable_EnumRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1794Keyword IRunningObjectTable_GetObject
1795Keyword IRunningObjectTable_GetObject_Proxy(IRunningObjectTable*,IMoniker*,IUnknown**)
1796Keyword IRunningObjectTable_GetObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1797Keyword IRunningObjectTable_GetTimeOfLastChange
1798Keyword IRunningObjectTable_GetTimeOfLastChange_Proxy(IRunningObjectTable*,IMoniker*,FILETIME*)
1799Keyword IRunningObjectTable_GetTimeOfLastChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1800Keyword IRunningObjectTable_IsRunning
1801Keyword IRunningObjectTable_IsRunning_Proxy(IRunningObjectTable*,IMoniker*)
1802Keyword IRunningObjectTable_IsRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1803Keyword IRunningObjectTable_NoteChangeTime
1804Keyword IRunningObjectTable_NoteChangeTime_Proxy(IRunningObjectTable*,DWORD,FILETIME*)
1805Keyword IRunningObjectTable_NoteChangeTime_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1806Keyword IRunningObjectTable_QueryInterface
1807Keyword IRunningObjectTable_Register
1808Keyword IRunningObjectTable_Register_Proxy(IRunningObjectTable*,DWORD,IUnknown*,IMoniker*,DWORD*)
1809Keyword IRunningObjectTable_Register_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1810Keyword IRunningObjectTable_Release
1811Keyword IRunningObjectTable_Revoke
1812Keyword IRunningObjectTable_Revoke_Proxy(IRunningObjectTable*,DWORD)
1813Keyword IRunningObjectTable_Revoke_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1814Keyword IShellExecuteHook
1815Keyword IShellLink
1816Keyword IStdMarshalInfo_AddRef
1817Keyword IStdMarshalInfo_GetClassForHandler
1818Keyword IStdMarshalInfo_GetClassForHandler_Proxy(IStdMarshalInfo*,DWORD,void*,CLSID*)
1819Keyword IStdMarshalInfo_GetClassForHandler_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1820Keyword IStdMarshalInfo_QueryInterface
1821Keyword IStdMarshalInfo_Release
1822Keyword IStorage_AddRef
1823Keyword IStorage_Commit
1824Keyword IStorage_Commit_Proxy(IStorage*,DWORD)
1825Keyword IStorage_Commit_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1826Keyword IStorage_CopyTo
1827Keyword IStorage_CopyTo_Proxy(IStorage*,DWORD,const IID*,SNB,IStorage*)
1828Keyword IStorage_CopyTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1829Keyword IStorage_CreateStorage
1830Keyword IStorage_CreateStorage_Proxy(IStorage*,OLECHAR*,DWORD,DWORD,DWORD,IStorage**)
1831Keyword IStorage_CreateStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1832Keyword IStorage_CreateStream
1833Keyword IStorage_CreateStream_Proxy(IStorage*,OLECHAR*,DWORD,DWORD,DWORD,IStream**)
1834Keyword IStorage_CreateStream_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1835Keyword IStorage_DestroyElement
1836Keyword IStorage_DestroyElement_Proxy(IStorage*,OLECHAR*)
1837Keyword IStorage_DestroyElement_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1838Keyword IStorage_EnumElements
1839Keyword IStorage_EnumElements_Proxy(IStorage*,DWORD,void*,DWORD,IEnumSTATSTG**)
1840Keyword IStorage_EnumElements_Stub(IStorage*,DWORD,unsigned long,BYTE*,DWORD,IEnumSTATSTG**)
1841Keyword IStorage_MoveElementTo
1842Keyword IStorage_MoveElementTo_Proxy(IStorage*,const OLECHAR*,IStorage*,const OLECHAR*,DWORD)
1843Keyword IStorage_MoveElementTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1844Keyword IStorage_OpenStorage
1845Keyword IStorage_OpenStorage_Proxy(IStorage*,OLECHAR*,IStorage*,DWORD,SNB,DWORD,IStorage**)
1846Keyword IStorage_OpenStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1847Keyword IStorage_OpenStream
1848Keyword IStorage_OpenStream_Proxy(IStorage*,OLECHAR*,void*,DWORD,DWORD,IStream**)
1849Keyword IStorage_OpenStream_Stub(IStorage*,OLECHAR*,unsigned long,BYTE*,DWORD,DWORD,IStream** )
1850Keyword IStorage_QueryInterface
1851Keyword IStorage_Release
1852Keyword IStorage_RemoteEnumElements_Proxy(IStorage*,DWORD,unsigned long,BYTE*,DWORD,IEnumSTATSTG**)
1853Keyword IStorage_RemoteEnumElements_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1854Keyword IStorage_RemoteOpenStream_Proxy(IStorage*,const OLECHAR*,unsigned long,BYTE*,DWORD,DWORD,IStream**)
1855Keyword IStorage_RemoteOpenStream_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1856Keyword IStorage_RenameElement
1857Keyword IStorage_RenameElement_Proxy(IStorage*,const OLECHAR*,const OLECHAR*)
1858Keyword IStorage_RenameElement_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1859Keyword IStorage_Revert
1860Keyword IStorage_Revert_Proxy(IStorage*)
1861Keyword IStorage_Revert_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1862Keyword IStorage_SetClass
1863Keyword IStorage_SetClass_Proxy(IStorage*,REFCLSID)
1864Keyword IStorage_SetClass_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1865Keyword IStorage_SetElementTimes
1866Keyword IStorage_SetElementTimes_Proxy(IStorage*,const OLECHAR*,const FILETIME*,const FILETIME*,const FILETIME*)
1867Keyword IStorage_SetElementTimes_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1868Keyword IStorage_SetStateBits
1869Keyword IStorage_SetStateBits_Proxy(IStorage*,DWORD,DWORD)
1870Keyword IStorage_SetStateBits_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1871Keyword IStorage_Stat
1872Keyword IStorage_Stat_Proxy(IStorage*,STATSTG*,DWORD)
1873Keyword IStorage_Stat_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1874Keyword IStream_AddRef
1875Keyword IStream_Clone
1876Keyword IStream_Clone_Proxy(IStream*,IStream**)
1877Keyword IStream_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1878Keyword IStream_Commit
1879Keyword IStream_Commit_Proxy(IStream*,DWORD)
1880Keyword IStream_Commit_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1881Keyword IStream_CopyTo
1882Keyword IStream_CopyTo_Proxy(IStream*,IStream*,ULARGE_INTEGER,ULARGE_INTEGER*,ULARGE_INTEGER*)
1883Keyword IStream_CopyTo_Stub(IStream*,IStream*,ULARGE_INTEGER,ULARGE_INTEGER*,ULARGE_INTEGER*)
1884Keyword IStream_LockRegion
1885Keyword IStream_LockRegion_Proxy(IStream*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD)
1886Keyword IStream_LockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1887Keyword IStream_QueryInterface
1888Keyword IStream_Read
1889Keyword IStream_Read_Proxy(IStream*,void*,ULONG,ULONG*)
1890Keyword IStream_Read_Stub(IStream*,BYTE*,ULONG,ULONG*)
1891Keyword IStream_Release
1892Keyword IStream_RemoteCopyTo_Proxy(IStream*,IStream*,ULARGE_INTEGER,ULARGE_INTEGER*,ULARGE_INTEGER*)
1893Keyword IStream_RemoteCopyTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1894Keyword IStream_RemoteRead_Proxy(IStream*,BYTE*,ULONG,ULONG*)
1895Keyword IStream_RemoteRead_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1896Keyword IStream_RemoteSeek_Proxy(IStream*,LARGE_INTEGER,DWORD,ULARGE_INTEGER*)
1897Keyword IStream_RemoteSeek_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1898Keyword IStream_RemoteWrite_Proxy(IStream*,BYTE*pv,ULONG,ULONG*)
1899Keyword IStream_RemoteWrite_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1900Keyword IStream_Revert
1901Keyword IStream_Revert_Proxy(IStream*)
1902Keyword IStream_Revert_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1903Keyword IStream_Seek
1904Keyword IStream_Seek_Proxy(IStream*,LARGE_INTEGER,DWORD,ULARGE_INTEGER*)
1905Keyword IStream_Seek_Stub(IStream*,LARGE_INTEGER,DWORD,ULARGE_INTEGER*)
1906Keyword IStream_SetSize
1907Keyword IStream_SetSize_Proxy(IStream*,ULARGE_INTEGER)
1908Keyword IStream_SetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1909Keyword IStream_Stat
1910Keyword IStream_Stat_Proxy(IStream*,STATSTG*,DWORD)
1911Keyword IStream_Stat_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1912Keyword IStream_UnlockRegion
1913Keyword IStream_UnlockRegion_Proxy(IStream*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD)
1914Keyword IStream_UnlockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD)
1915Keyword IStream_Write
1916Keyword IStream_Write_Proxy(IStream*,void*,ULONG,ULONG*)
1917Keyword IStream_Write_Stub(IStream*,BYTE*,ULONG,ULONG*)
1918Keyword IUnknown_AddRef
1919Keyword IUnknown_AddRef_Proxy(IUnknown*)
1920Keyword IUnknown_AddRef_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD)
1921Keyword IUnknown_QueryInterface
1922Keyword IUnknown_QueryInterface_Proxy(IUnknown*,REFIID,void**)
1923Keyword IUnknown_QueryInterface_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD)
1924Keyword IUnknown_Release
1925Keyword IUnknown_Release_Proxy(IUnknown*)
1926Keyword IUnknown_Release_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD)
1927Keyword I_BrowserDebugTrace(PWCHAR,PCHAR)
1928Keyword I_BrowserQueryEmulatedDomains(LPWSTR,PBYTE*,PDWORD)
1929Keyword I_BrowserQueryOtherDomains(LPCWSTR,PBYTE*,PDWORD,PDWORD)
1930Keyword I_BrowserQueryStatistics(LPCWSTR,LPBROWSER_STATISTICS*)
1931Keyword I_BrowserResetNetlogonState(LPCWSTR)
1932Keyword I_BrowserResetStatistics(LPCWSTR)
1933Keyword I_BrowserServerEnum(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,PDWORD)
1934Keyword I_BrowserServerEnumEx(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR)
1935Keyword I_BrowserServerEnumForXactsrv(LPCWSTR,LPCWSTR,ULONG,USHORT,PVOID,WORD,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR,PWORD)
1936Keyword I_BrowserSetNetlogonState(LPWSTR,LPWSTR,LPWSTR,DWORD)
1937Keyword I_NetLogonControl(LPWSTR,DWORD,DWORD,PBYTE*)
1938Keyword I_NetLogonControl2(LPWSTR,DWORD,DWORD,PBYTE,PBYTE*)
1939Keyword I_NsClientBindDone()
1940Keyword I_NsClientBindSearch()
1941Keyword I_NsServerBindSearch()
1942Keyword I_RpcAllocate(unsigned int)
1943Keyword I_RpcAsyncSendReceive(RPC_MESSAGE*,void*)
1944Keyword I_RpcBindingCopy(HANDLE,HANDLE*)
1945Keyword I_RpcBindingInqDynamicEndpoint(HANDLE, unsigned short**)
1946Keyword I_RpcBindingInqDynamicEndpoint(HANDLE,unsigned char**)
1947Keyword I_RpcBindingInqTransportType(HANDLE,unsigned int*)
1948Keyword I_RpcBindingIsClientLocal(HANDLE,unsigned int*)
1949Keyword I_RpcBindingSetAsync(HANDLE,RPC_BLOCKING_FUNCTION)
1950Keyword I_RpcClearMutex(I_RPC_MUTEX)
1951Keyword I_RpcConnectionInqSockBuffSize(unsigned long*,unsigned long*)
1952Keyword I_RpcConnectionSetSockBuffSize(unsigned long,unsigned long)
1953Keyword I_RpcDeleteMutex(I_RPC_MUTEX)
1954Keyword I_RpcFree(void*)
1955Keyword I_RpcFreeBuffer(RPC_MESSAGE*)
1956Keyword I_RpcGetAssociationContext(void**)
1957Keyword I_RpcGetBuffer(RPC_MESSAGE*)
1958Keyword I_RpcGetCurrentCallHandle(void)
1959Keyword I_RpcGetThreadWindowHandle(void**)
1960Keyword I_RpcIfInqTransferSyntaxes(HANDLE,RPC_TRANSFER_SYNTAX*,unsigned int,unsigned int*)
1961Keyword I_RpcMapWin32Status(RPC_STATUS)
1962Keyword I_RpcMonitorAssociation(HANDLE,PRPC_RUNDOWN,void*)
1963Keyword I_RpcNsBindingSetEntryName(HANDLE,unsigned long,unsigned short*)
1964Keyword I_RpcNsBindingSetEntryName(HANDLE,unsigned long,unsigned char*)
1965Keyword I_RpcNsGetBuffer(IN PRPC_MESSAGE)
1966Keyword I_RpcNsRaiseException(IN PRPC_MESSAGE,IN RPC_STATUS)
1967Keyword I_RpcNsSendReceive(IN PRPC_MESSAGE,OUT RPC_BINDING_HANDLE*)
1968Keyword I_RpcPauseExecution(unsigned long)
1969Keyword I_RpcReBindBuffer(IN PRPC_MESSAGE)
1970Keyword I_RpcRequestMutex(I_RPC_MUTEX*)
1971Keyword I_RpcSendReceive(RPC_MESSAGE*)
1972Keyword I_RpcServerRegisterForwardFunction(RPC_FORWARD_FUNCTION*)
1973Keyword I_RpcServerThreadContinueListening()
1974Keyword I_RpcServerThreadPauseListening()
1975Keyword I_RpcServerUnregisterEndpoint(unsigned char*,unsigned char*)
1976Keyword I_RpcSetAssociationContext(void*)
1977Keyword I_RpcSsDontSerializeContext(void)
1978Keyword I_RpcStopMonitorAssociation(HANDLE)
1979Keyword I_UuidCreate(GUID*)
1980Keyword ImageList_Add(HIMAGELIST,HBITMAP,HBITMAP)
1981Keyword ImageList_AddIcon
1982Keyword ImageList_AddMasked(HIMAGELIST,HBITMAP,COLORREF)
1983Keyword ImageList_BeginDrag(HIMAGELIST,int,int,int)
1984Keyword ImageList_Copy(HIMAGELIST,int,HIMAGELIST,int,UINT)
1985Keyword ImageList_Create(int,int,UINT,int,int)
1986Keyword ImageList_Destroy(HIMAGELIST)
1987Keyword ImageList_DragEnter(HWND,int,int)
1988Keyword ImageList_DragLeave(HWND)
1989Keyword ImageList_DragMove(int,int)
1990Keyword ImageList_DragShowNolock(BOOL)
1991Keyword ImageList_Draw(HIMAGELIST,int,HDC,int,int,UINT)
1992Keyword ImageList_DrawEx(HIMAGELIST,int,HDC,int,int,int,int,COLORREF,COLORREF,UINT)
1993Keyword ImageList_DrawIndirect(IMAGELISTDRAWPARAMS*)
1994Keyword ImageList_EndDrag(VOID)
1995Keyword ImageList_ExtractIcon
1996Keyword ImageList_GetBkColor(HIMAGELIST)
1997Keyword ImageList_GetDragImage(LPPOINT,LPPOINT)
1998Keyword ImageList_GetIcon(HIMAGELIST,int,UINT)
1999Keyword ImageList_GetIconSize(HIMAGELIST,int*,int*)
2000Keyword ImageList_GetImageCount(HIMAGELIST)
2001Keyword ImageList_GetImageInfo(HIMAGELIST,int,IMAGEINFO*)
2002Keyword ImageList_LoadBitmap
2003Keyword ImageList_LoadImage(HINSTANCE,LPCSTR,int,int,COLORREF,UINT,UINT)
2004Keyword ImageList_Merge(HIMAGELIST,int,HIMAGELIST,int,int,int)
2005Keyword ImageList_Read(LPSTREAM)
2006Keyword ImageList_Remove(HIMAGELIST,int)
2007Keyword ImageList_RemoveAll
2008Keyword ImageList_Replace(HIMAGELIST,int,HBITMAP,HBITMAP)
2009Keyword ImageList_ReplaceIcon(HIMAGELIST,int,HICON)
2010Keyword ImageList_SetBkColor(HIMAGELIST,COLORREF)
2011Keyword ImageList_SetDragCursorImage(HIMAGELIST,int,int,int)
2012Keyword ImageList_SetIconSize(HIMAGELIST,int,int)
2013Keyword ImageList_SetImageCount(HIMAGELIST,UINT)
2014Keyword ImageList_SetOverlayImage(HIMAGELIST,int,int)
2015Keyword ImageList_Write(HIMAGELIST,LPSTREAM)
2016Keyword ImmAssociateContext(HWND,HIMC)
2017Keyword ImmConfigureIME(HKL,HWND,DWORD,PVOID)
2018Keyword ImmCreateContext(void)
2019Keyword ImmDestroyContext(HIMC)
2020Keyword ImmDisableIME(DWORD)
2021Keyword ImmEnumRegisterWord(HKL,REGISTERWORDENUMPROCA,LPCSTR,DWORD,LPCSTR,PVOID)
2022Keyword ImmEscape(HKL,HIMC,UINT,PVOID)
2023Keyword ImmGetCandidateList(HIMC,DWORD,PCANDIDATELIST,DWORD)
2024Keyword ImmGetCandidateListCount(HIMC,PDWORD)
2025Keyword ImmGetCandidateWindow(HIMC,DWORD,PCANDIDATEFORM)
2026Keyword ImmGetCompositionFont(HIMC,LPLOGFONTA)
2027Keyword ImmGetCompositionString(HIMC,DWORD,PVOID,DWORD)
2028Keyword ImmGetCompositionWindow(HIMC,PCOMPOSITIONFORM)
2029Keyword ImmGetContext(HWND)
2030Keyword ImmGetConversionList(HKL,HIMC,LPCSTR,PCANDIDATELIST,DWORD,UINT)
2031Keyword ImmGetConversionStatus(HIMC,LPDWORD,PDWORD)
2032Keyword ImmGetDefaultIMEWnd(HWND)
2033Keyword ImmGetDescription(HKL,LPSTR,UINT)
2034Keyword ImmGetGuideLine(HIMC,DWORD,LPSTR,DWORD)
2035Keyword ImmGetIMEFileName(HKL,LPSTR,UINT)
2036Keyword ImmGetImeMenuItems(HIMC,DWORD,DWORD,LPIMEMENUITEMINFOA,LPIMEMENUITEMINFOA,DWORD)
2037Keyword ImmGetOpenStatus(HIMC)
2038Keyword ImmGetProperty(HKL,DWORD)
2039Keyword ImmGetRegisterWordStyle(HKL,UINT,PSTYLEBUFA)
2040Keyword ImmGetStatusWindowPos(HIMC,LPPOINT)
2041Keyword ImmGetVirtualKey(HWND)
2042Keyword ImmInstallIME(LPCSTR,LPCSTR)
2043Keyword ImmIsIME(HKL)
2044Keyword ImmIsUIMessage(HWND,UINT,WPARAM,LPARAM)
2045Keyword ImmNotifyIME(HIMC,DWORD,DWORD,DWORD)
2046Keyword ImmRegisterWord(HKL,LPCSTR,DWORD,LPCSTR)
2047Keyword ImmReleaseContext(HWND,HIMC)
2048Keyword ImmSetCandidateWindow(HIMC,PCANDIDATEFORM)
2049Keyword ImmSetCompositionFont(HIMC,LPLOGFONTA)
2050Keyword ImmSetCompositionString(HIMC,DWORD,PCVOID,DWORD,PCVOID,DWORD)
2051Keyword ImmSetCompositionWindow(HIMC,PCOMPOSITIONFORM)
2052Keyword ImmSetConversionStatus(HIMC,DWORD,DWORD)
2053Keyword ImmSetOpenStatus(HIMC,BOOL)
2054Keyword ImmSetStatusWindowPos(HIMC,LPPOINT)
2055Keyword ImmSimulateHotKey(HWND,DWORD)
2056Keyword ImmUnregisterWord(HKL,LPCSTR,DWORD,LPCSTR)
2057Keyword ImpersonateDdeClientWindow(HWND,HWND)
2058Keyword ImpersonateLoggedOnUser(HANDLE)
2059Keyword ImpersonateNamedPipeClient(HANDLE)
2060Keyword ImpersonateSelf(SECURITY_IMPERSONATION_LEVEL)
2061Keyword InSendMessage(VOID)
2062Keyword InetIsOffline(DWORD)
2063Keyword InflateRect(LPRECT,int,int)
2064Keyword InitAtomTable(DWORD)
2065Keyword InitCommonControls(void)
2066Keyword InitCommonControlsEx(LPINITCOMMONCONTROLSEX)
2067Keyword InitializeAcl(PACL,DWORD,DWORD)
2068Keyword InitializeCriticalSection(LPCRITICAL_SECTION)
2069Keyword InitializeSecurityDescriptor(PSECURITY_DESCRIPTOR,DWORD)
2070Keyword InitializeSid(PSID,PSID_IDENTIFIER_AUTHORITY,BYTE)
2071Keyword InitiateSystemShutdown(LPSTR,LPSTR,DWORD,BOOL,BOOL)
2072Keyword InsertMenu(HMENU,UINT,UINT,UINT,LPCSTR)
2073Keyword InsertMenuItem(HMENU,UINT,BOOL,LPCMENUITEMINFOA)
2074Keyword InsetRect
2075Keyword Int32x32To64
2076Keyword Int64ShllMod32
2077Keyword Int64ShraMod32
2078Keyword Int64ShrlMod32
2079Keyword InterlockedCompareExchange(PVOID*,PVOID,PVOID)
2080Keyword InterlockedDecrement(LPLONG)
2081Keyword InterlockedExchange(PLONG,LONG)
2082Keyword InterlockedExchangeAdd(PLONG,LONG)
2083Keyword InterlockedIncrement(LPLONG)
2084Keyword InternetAttemptConnect(DWORD)
2085Keyword InternetCanonicalizeUrl(LPCSTR,LPSTR,PDWORD,DWORD)
2086Keyword InternetCloseHandle(HINTERNET)
2087Keyword InternetCombineUrl(LPCSTR,LPCSTR,LPSTR,PDWORD,DWORD)
2088Keyword InternetConfirmZoneCrossing(HWND,LPSTR,LPSTR,BOOL)
2089Keyword InternetConnect(HINTERNET,LPCSTR,INTERNET_PORT,LPCSTR,LPCSTR,DWORD,DWORD,DWORD)
2090Keyword InternetCrackUrl(LPCSTR,DWORD,DWORD,LPURL_COMPONENTSA)
2091Keyword InternetCreateUrl(LPURL_COMPONENTSA,DWORD,LPSTR,PDWORD)
2092Keyword InternetDebugGetLocalTime(SYSTEMTIME*,PDWORD)
2093Keyword InternetErrorDlg(HWND,HINTERNET,DWORD,DWORD,PVOID *)
2094Keyword InternetFindNextFile(HINTERNET,PVOID)
2095Keyword InternetGetCookie(LPCSTR,LPCSTR,LPSTR,PDWORD)
2096Keyword InternetGetLastResponseInfo(PDWORD,LPSTR,PDWORD)
2097Keyword InternetOpen(LPCSTR,DWORD,LPCSTR,LPCSTR,DWORD)
2098Keyword InternetOpenUrl(HINTERNET,LPCSTR,LPCSTR,DWORD,DWORD,DWORD)
2099Keyword InternetQueryDataAvailable(HINTERNET,PDWORD,DWORD,DWORD)
2100Keyword InternetQueryOption(HINTERNET,DWORD,PVOID,PDWORD)
2101Keyword InternetReadFile(HINTERNET,PVOID,DWORD,PDWORD)
2102Keyword InternetSetCookie(LPCSTR,LPCSTR,LPCSTR)
2103Keyword InternetSetFilePointer(HINTERNET,LONG,PVOID,DWORD,DWORD)
2104Keyword InternetSetOption(HINTERNET,DWORD,PVOID,DWORD)
2105Keyword InternetSetOptionEx(HINTERNET,DWORD,PVOID,DWORD,DWORD)
2106Keyword InternetSetStatusCallback(HINTERNET,INTERNET_STATUS_CALLBACK)
2107Keyword InternetTimeFromSystemTime(SYSTEMTIME*,DWORD,LPSTR,DWORD)
2108Keyword InternetTimeToSystemTime(LPCSTR,SYSTEMTIME*,DWORD)
2109Keyword InternetWriteFile(HINTERNET,LPCVOID,DWORD,PDWORD)
2110Keyword IntersectClipRect(HDC,int,int,int,int)
2111Keyword IntersectRect(LPRECT,LPCRECT,LPCRECT)
2112Keyword IntersectRgn
2113Keyword InvalidateRect(HWND,LPCRECT,BOOL)
2114Keyword InvalidateRgn(HWND,HRGN,BOOL)
2115Keyword InvertRect(HDC,LPCRECT)
2116Keyword InvertRgn(HDC,HRGN)
2117Keyword IsBadCodePtr(FARPROC)
2118Keyword IsBadHugeReadPtr(PCVOID,UINT)
2119Keyword IsBadHugeWritePtr(PVOID,UINT)
2120Keyword IsBadReadPtr(PCVOID,UINT)
2121Keyword IsBadStringPtr(LPCSTR,UINT)
2122Keyword IsBadWritePtr(PVOID,UINT)
2123Keyword IsCharAlpha(CHAR ch)
2124Keyword IsCharAlphaNumeric(CHAR)
2125Keyword IsCharLower(CHAR)
2126Keyword IsCharUpper(CHAR)
2127Keyword IsChild(HWND,HWND)
2128Keyword IsClipboardFormatAvailable(UINT)
2129Keyword IsDBCSLeadByte(BYTE)
2130Keyword IsDBCSLeadByteEx(UINT,BYTE)
2131Keyword IsDebuggerPresent(void)
2132Keyword IsDialogMessage(HWND,LPMSG)
2133Keyword IsDlgButtonChecked(HWND,int)
2134Keyword IsEqualCLSID
2135Keyword IsEqualGUID
2136Keyword IsEqualIID
2137Keyword IsHashValCompatible
2138Keyword IsIconic(HWND)
2139Keyword IsLButtonDown
2140Keyword IsMButtonDown
2141Keyword IsMaximized
2142Keyword IsMenu(HMENU)
2143Keyword IsMinimized
2144Keyword IsProcessorFeaturePresent(DWORD)
2145Keyword IsRButtonDown
2146Keyword IsRecognizedPartition
2147Keyword IsRectEmpty(LPCRECT)
2148Keyword IsRestored
2149Keyword IsTextUnicode(PCVOID,int,LPINT)
2150Keyword IsValidAcl(PACL)
2151Keyword IsValidCodePage(UINT)
2152Keyword IsValidSecurityDescriptor(PSECURITY_DESCRIPTOR)
2153Keyword IsValidSid(PSID)
2154Keyword IsWindow(HWND)
2155Keyword IsWindowEnabled(HWND)
2156Keyword IsWindowUnicode(HWND)
2157Keyword IsWindowVisible(HWND)
2158Keyword IsZoomed(HWND)
2159Keyword KillTimer(HWND,UINT)
2160Keyword LBItemFromPt(HWND,POINT,BOOL)
2161Keyword LCMapString(LCID,DWORD,LPCSTR,int,LPSTR,int)
2162Keyword LHashValOfName
2163Keyword LISet32
2164Keyword LPtoDP(HDC,LPPOINT,int)
2165Keyword LZClose(INT)
2166Keyword LZCopy(INT,INT)
2167Keyword LZDone(VOID)
2168Keyword LZInit(INT)
2169Keyword LZOpenFile(LPSTR,LPOFSTRUCT,WORD)
2170Keyword LZRead(INT,LPSTR,INT)
2171Keyword LZSeek(INT,LONG,INT)
2172Keyword LZStart(VOID)
2173Keyword L_tmpnam
2174Keyword LargeIntegerAdd(LARGE_INTEGER, LARGE_INTEGER)
2175Keyword LargeIntegerAdd
2176Keyword LargeIntegerAnd
2177Keyword LargeIntegerArithmeticShift(LARGE_INTEGER, int)
2178Keyword LargeIntegerArithmeticShift
2179Keyword LargeIntegerDivide(LARGE_INTEGER, LARGE_INTEGER, PLARGE_INTEGER)
2180Keyword LargeIntegerEqualTo
2181Keyword LargeIntegerEqualToZero
2182Keyword LargeIntegerGreaterOrEqualToZero
2183Keyword LargeIntegerGreaterThan
2184Keyword LargeIntegerGreaterThanOrEqual
2185Keyword LargeIntegerGreaterThanZero
2186Keyword LargeIntegerLeftShift
2187Keyword LargeIntegerLessOrEqualToZero
2188Keyword LargeIntegerLessThan
2189Keyword LargeIntegerLessThanOrEqualTo
2190Keyword LargeIntegerLessThanZero
2191Keyword LargeIntegerMultiply(LARGE_INTEGER, LARGE_INTEGER)
2192Keyword LargeIntegerMultiply
2193Keyword LargeIntegerNegate(LARGE_INTEGER)
2194Keyword LargeIntegerNegate
2195Keyword LargeIntegerNotEqualTo
2196Keyword LargeIntegerNotEqualToZero
2197Keyword LargeIntegerRightShift
2198Keyword LargeIntegerShiftLeft(LARGE_INTEGER, int)
2199Keyword LargeIntegerShiftRight(LARGE_INTEGER, int)
2200Keyword LargeIntegerSubtract(LARGE_INTEGER, LARGE_INTEGER)
2201Keyword LargeIntegerSubtract
2202Keyword LeaveCriticalSection(LPCRITICAL_SECTION)
2203Keyword LimitEmsPages
2204Keyword LineDD(int,int,int,int,LINEDDAPROC,LPARAM)
2205Keyword LineTo(HDC,int,int)
2206Keyword ListBox_AddItemData
2207Keyword ListBox_AddString
2208Keyword ListBox_DeleteString
2209Keyword ListBox_Dir
2210Keyword ListBox_Enable
2211Keyword ListBox_FindItemData
2212Keyword ListBox_FindString
2213Keyword ListBox_FindStringExact
2214Keyword ListBox_GetCaretIndex
2215Keyword ListBox_GetCount
2216Keyword ListBox_GetCurSel
2217Keyword ListBox_GetHorizontalExtent
2218Keyword ListBox_GetItemData
2219Keyword ListBox_GetItemHeight
2220Keyword ListBox_GetItemRect
2221Keyword ListBox_GetSel
2222Keyword ListBox_GetSelCount
2223Keyword ListBox_GetSelItems
2224Keyword ListBox_GetText
2225Keyword ListBox_GetTextLen
2226Keyword ListBox_GetTopIndex
2227Keyword ListBox_InsertItemData
2228Keyword ListBox_InsertString
2229Keyword ListBox_ResetContent
2230Keyword ListBox_SelItemRange
2231Keyword ListBox_SelectItemData
2232Keyword ListBox_SelectString
2233Keyword ListBox_SetCaretIndex
2234Keyword ListBox_SetColumnWidth
2235Keyword ListBox_SetCurSel
2236Keyword ListBox_SetHorizontalExtent
2237Keyword ListBox_SetItemData
2238Keyword ListBox_SetItemHeight
2239Keyword ListBox_SetSel
2240Keyword ListBox_SetTabStops
2241Keyword ListBox_SetTopIndex
2242Keyword ListView_Arrange
2243Keyword ListView_CreateDragImage
2244Keyword ListView_DeleteAllItems
2245Keyword ListView_DeleteColumn
2246Keyword ListView_DeleteItem
2247Keyword ListView_EditLabel
2248Keyword ListView_EnsureVisible
2249Keyword ListView_FindItem
2250Keyword ListView_GetBkColor
2251Keyword ListView_GetCallbackMask
2252Keyword ListView_GetColumn
2253Keyword ListView_GetColumnWidth
2254Keyword ListView_GetCountPerPage
2255Keyword ListView_GetEditControl
2256Keyword ListView_GetImageList
2257Keyword ListView_GetItem
2258Keyword ListView_GetItemCount
2259Keyword ListView_GetItemPosition
2260Keyword ListView_GetItemRect
2261Keyword ListView_GetItemSpacing
2262Keyword ListView_GetItemState
2263Keyword ListView_GetItemText
2264Keyword ListView_GetNextItem
2265Keyword ListView_GetOrigin
2266Keyword ListView_GetSelectedCount
2267Keyword ListView_GetStringWidth
2268Keyword ListView_GetTextBkColor
2269Keyword ListView_GetTextColor
2270Keyword ListView_GetTopIndex
2271Keyword ListView_GetViewRect
2272Keyword ListView_HitTest
2273Keyword ListView_InsertColumn
2274Keyword ListView_InsertItem
2275Keyword ListView_RedrawItems
2276Keyword ListView_Scroll
2277Keyword ListView_SetBkColor
2278Keyword ListView_SetCallbackMask
2279Keyword ListView_SetColumn
2280Keyword ListView_SetColumnWidth
2281Keyword ListView_SetImageList
2282Keyword ListView_SetItem
2283Keyword ListView_SetItemCount
2284Keyword ListView_SetItemPosition
2285Keyword ListView_SetItemPosition32
2286Keyword ListView_SetItemState
2287Keyword ListView_SetItemText
2288Keyword ListView_SetTextBkColor
2289Keyword ListView_SetTextColor
2290Keyword ListView_SortItems
2291Keyword ListView_Update
2292Keyword LoadAccelerators(HINSTANCE,LPCSTR)
2293Keyword LoadBitmap(HINSTANCE,LPCSTR)
2294Keyword LoadCursor(HINSTANCE,LPCSTR)
2295Keyword LoadCursorFromFile(LPCSTR)
2296Keyword LoadIcon(HINSTANCE,LPCSTR)
2297Keyword LoadImage(HINSTANCE,LPCSTR,UINT,int,int,UINT)
2298Keyword LoadKeyboardLayout(LPCSTR,UINT)
2299Keyword LoadLibrary(LPCSTR)
2300Keyword LoadLibraryEx(LPCSTR,HANDLE,DWORD)
2301Keyword LoadMenu(HINSTANCE,LPCSTR)
2302Keyword LoadMenuIndirect(const MENUTEMPLATE*)
2303Keyword LoadModule(LPCSTR,PVOID)
2304Keyword LoadRegTypeLib(REFGUID,WORD,WORD,LCID,LPTYPELIB*)
2305Keyword LoadResource(HINSTANCE,HRSRC)
2306Keyword LoadString(HINSTANCE,UINT,LPSTR,int)
2307Keyword LoadTypeLib(const OLECHAR*,LPTYPELIB*)
2308Keyword LocalAlloc(UINT,UINT)
2309Keyword LocalCompact(UINT)
2310Keyword LocalDiscard(HLOCAL)
2311Keyword LocalFileTimeToFileTime(CONST FILETIME *,LPFILETIME)
2312Keyword LocalFlags(HLOCAL)
2313Keyword LocalFree(HLOCAL)
2314Keyword LocalHandle(LPCVOID)
2315Keyword LocalLock(HLOCAL)
2316Keyword LocalReAlloc(HLOCAL,UINT,UINT)
2317Keyword LocalShrink(HLOCAL,UINT)
2318Keyword LocalSize(HLOCAL)
2319Keyword LocalUnlock(HLOCAL)
2320Keyword LockFile(HANDLE,DWORD,DWORD,DWORD,DWORD)
2321Keyword LockFileEx(HANDLE,DWORD,DWORD,DWORD,DWORD,LPOVERLAPPED)
2322Keyword LockResource(HGLOBAL)
2323Keyword LockSegment
2324Keyword LockServiceDatabase(SC_HANDLE)
2325Keyword LockWindowUpdate(HWND)
2326Keyword LogonUser(LPSTR,LPSTR,LPSTR,DWORD,DWORD,PHANDLE)
2327Keyword LookupAccountName(LPCSTR,LPCSTR,PSID,PDWORD,LPSTR,PDWORD,PSID_NAME_USE)
2328Keyword LookupAccountSid(LPCSTR,PSID,LPSTR,PDWORD,LPSTR,PDWORD,PSID_NAME_USE)
2329Keyword LookupIconIdFromDirectory(PBYTE,BOOL)
2330Keyword LookupIconIdFromDirectoryEx(PBYTE,BOOL,int,int,UINT)
2331Keyword LookupPrivilegeDisplayName(LPCSTR,LPCSTR,LPSTR,PDWORD,PDWORD)
2332Keyword LookupPrivilegeName(LPCSTR,PLUID,LPSTR,PDWORD)
2333Keyword LookupPrivilegeValue(LPCSTR,LPCSTR,PLUID)
2334Keyword MIDL_ascii_strcpy
2335Keyword MIDL_ascii_strlen
2336Keyword MIDL_memset
2337Keyword MIDL_uhyper
2338Keyword MIDL_user_allocate(size_t)
2339Keyword MIDL_user_free(void*)
2340Keyword MIDL_wchar_strcpy(void*,wchar_t*)
2341Keyword MIDL_wchar_strlen(wchar_t*)
2342Keyword MIMEAssociationDialog(HWND,DWORD,PCSTR,PCSTR,PSTR,UINT)
2343Keyword MakeAbsoluteSD(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PDWORD,PACL,PDWORD,PACL,PDWORD,PSID,PDWORD,PSID,PDWORD)
2344Keyword MakeDragList(HWND)
2345Keyword MakeProcInstance
2346Keyword MakeSelfRelativeSD(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PDWORD)
2347Keyword MapDialogRect(HWND,LPRECT)
2348Keyword MapGenericMask(PDWORD,PGENERIC_MAPPING)
2349Keyword MapViewOfFile(HANDLE,DWORD,DWORD,DWORD,DWORD)
2350Keyword MapViewOfFileEx(HANDLE,DWORD,DWORD,DWORD,DWORD,PVOID)
2351Keyword MapVirtualKey(UINT,UINT)
2352Keyword MapVirtualKeyEx(UINT,UINT,HKL)
2353Keyword MapWindowPoints(HWND,HWND,LPPOINT,UINT)
2354Keyword MapWindowRect
2355Keyword MaskBlt(HDC,int,int,int,int,HDC,int,int,HBITMAP,int,int,DWORD)
2356Keyword MenuHelp(UINT,WPARAM,LPARAM,HMENU,HINSTANCE,HWND,PUINT)
2357Keyword MenuItemFromPoint(HWND,HMENU,POINT)
2358Keyword MessageBeep(UINT)
2359Keyword MessageBox(HWND,LPCSTR,LPCSTR,UINT)
2360Keyword MessageBoxEx(HWND,LPCSTR,LPCSTR,UINT,WORD)
2361Keyword MessageBoxIndirect(LPMSGBOXPARAMSA)
2362Keyword MkParseDisplayName(LPBC,LPCOLESTR,ULONG*,LPMONIKER*)
2363Keyword ModifyMenu(HMENU,UINT,UINT,UINT,LPCSTR)
2364Keyword ModifyWorldTransform(HDC,const XFORM*,DWORD)
2365Keyword MonikerCommonPrefixWith(LPMONIKER,LPMONIKER,LPMONIKER*)
2366Keyword MonikerRelativePathTo(LPMONIKER,LPMONIKER,LPMONIKER*,BOOL)
2367Keyword MonthCal_GetColor
2368Keyword MonthCal_GetCurSel
2369Keyword MonthCal_GetFirstDayOfWeek
2370Keyword MonthCal_GetMaxSelCount
2371Keyword MonthCal_GetMaxTodayWidth
2372Keyword MonthCal_GetMinReqRect
2373Keyword MonthCal_GetMonthDelta
2374Keyword MonthCal_GetMonthRange
2375Keyword MonthCal_GetRange
2376Keyword MonthCal_GetSelRange
2377Keyword MonthCal_GetToday
2378Keyword MonthCal_GetUnicodeFormat
2379Keyword MonthCal_HitTest
2380Keyword MonthCal_SetColor
2381Keyword MonthCal_SetCurSel
2382Keyword MonthCal_SetDayState
2383Keyword MonthCal_SetFirstDayOfWeek
2384Keyword MonthCal_SetMaxSelCount
2385Keyword MonthCal_SetMonthDelta
2386Keyword MonthCal_SetRange
2387Keyword MonthCal_SetSelRange
2388Keyword MonthCal_SetToday
2389Keyword MonthCal_SetUnicodeFormat
2390Keyword MoveFile(LPCSTR,LPCSTR)
2391Keyword MoveFileEx(LPCSTR,LPCSTR,DWORD)
2392Keyword MoveMemory
2393Keyword MoveToEx(HDC,int,int,LPPOINT)
2394Keyword MoveWindow(HWND,int,int,int,int,BOOL)
2395Keyword MsgWaitForMultipleObjects(DWORD,LPHANDLE,BOOL,DWORD,DWORD)
2396Keyword MsgWaitForMultipleObjectsEx(DWORD,LPHANDLE,DWORD,DWORD,DWORD)
2397Keyword MulDiv(int,int,int)
2398Keyword MultiByteToWideChar(UINT,DWORD,LPCSTR,int,LPWSTR,int)
2399Keyword MultinetGetConnectionPerformance(LPNETRESOURCEA,LPNETCONNECTINFOSTRUCT)
2400Keyword NDRCContextBinding(NDR_CCONTEXT)
2401Keyword NDRCContextMarshall(NDR_CCONTEXT,void*)
2402Keyword NDRCContextUnmarshall(NDR_CCONTEXT*,RPC_BINDING_HANDLE,void*,unsigned long)
2403Keyword NDRSContextMarshall(NDR_SCONTEXT,void*,NDR_RUNDOWN)
2404Keyword NDRSContextUnmarshall(void*pBuff,unsigned long)
2405Keyword NDRSContextValue
2406Keyword NDRcopy(void*,void*,unsigned int)
2407Keyword NDdeGetErrorString(UINT,LPSTR,DWORD)
2408Keyword NDdeGetShareSecurity(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD)
2409Keyword NDdeGetTrustedShare(LPSTR,LPSTR,PDWORD,PDWORD,PDWORD)
2410Keyword NDdeIsValidAppTopicList(LPSTR)
2411Keyword NDdeIsValidShareName(LPSTR)
2412Keyword NDdeSetShareSecurity(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR)
2413Keyword NDdeSetTrustedShare(LPSTR,LPSTR,DWORD)
2414Keyword NDdeShareAdd(LPSTR,UINT,PSECURITY_DESCRIPTOR,PBYTE,DWORD)
2415Keyword NDdeShareDel(LPSTR,LPSTR,UINT)
2416Keyword NDdeShareEnum(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD)
2417Keyword NDdeShareGetInfo(LPSTR,LPSTR,UINT,PBYTE,DWORD,PDWORD,PWORD)
2418Keyword NDdeShareInfo_tag
2419Keyword NDdeShareSetInfo(LPSTR,LPSTR,UINT,PBYTE,DWORD,WORD)
2420Keyword NDdeTrustedShareEnum(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD)
2421Keyword NELOG_AT_Exec_Err
2422Keyword NELOG_AT_cannot_read
2423Keyword NELOG_AT_cannot_write
2424Keyword NELOG_AT_sched_err
2425Keyword NELOG_AT_schedule_file_created
2426Keyword NELOG_Access_File_Bad
2427Keyword NELOG_Build_Name
2428Keyword NELOG_Cant_Make_Msg_File
2429Keyword NELOG_DiskFT
2430Keyword NELOG_DriverNotLoaded
2431Keyword NELOG_Entries_Lost
2432Keyword NELOG_Error_in_DLL
2433Keyword NELOG_Exec_Netservr_NoMem
2434Keyword NELOG_FT_ErrLog_Too_Large
2435Keyword NELOG_FT_Update_In_Progress
2436Keyword NELOG_FailedToGetComputerName
2437Keyword NELOG_FailedToRegisterSC
2438Keyword NELOG_FailedToSetServiceStatus
2439Keyword NELOG_File_Changed
2440Keyword NELOG_Files_Dont_Fit
2441Keyword NELOG_HardErr_From_Server
2442Keyword NELOG_HotFix
2443Keyword NELOG_Init_Chardev_Err
2444Keyword NELOG_Init_Exec_Fail
2445Keyword NELOG_Init_OpenCreate_Err
2446Keyword NELOG_Init_Seg_Overflow
2447Keyword NELOG_Internal_Error
2448Keyword NELOG_Invalid_Config_File
2449Keyword NELOG_Invalid_Config_Line
2450Keyword NELOG_Ioctl_Error
2451Keyword NELOG_Lazy_Write_Err
2452Keyword NELOG_LocalSecFail1
2453Keyword NELOG_LocalSecFail2
2454Keyword NELOG_LocalSecFail3
2455Keyword NELOG_LocalSecGeneralFail
2456Keyword NELOG_Mail_Slt_Err
2457Keyword NELOG_Mailslot_err
2458Keyword NELOG_Message_Send
2459Keyword NELOG_Missing_Parameter
2460Keyword NELOG_Msg_Log_Err
2461Keyword NELOG_Msg_Sem_Shutdown
2462Keyword NELOG_Msg_Shutdown
2463Keyword NELOG_Msg_Unexpected_SMB_Type
2464Keyword NELOG_Name_Expansion
2465Keyword NELOG_Ncb_Error
2466Keyword NELOG_Ncb_TooManyErr
2467Keyword NELOG_NetBios
2468Keyword NELOG_NetWkSta_Internal_Error
2469Keyword NELOG_NetWkSta_NCB_Err
2470Keyword NELOG_NetWkSta_No_Resource
2471Keyword NELOG_NetWkSta_Reset_Err
2472Keyword NELOG_NetWkSta_SMB_Err
2473Keyword NELOG_NetWkSta_Stuck_VC_Err
2474Keyword NELOG_NetWkSta_Too_Many
2475Keyword NELOG_NetWkSta_VC_Err
2476Keyword NELOG_NetWkSta_Write_Behind_Err
2477Keyword NELOG_Net_Not_Started
2478Keyword NELOG_NetlogonAddNameFailure
2479Keyword NELOG_NetlogonAuthDCFail
2480Keyword NELOG_NetlogonAuthNoDomainController
2481Keyword NELOG_NetlogonAuthNoTrustLsaSecret
2482Keyword NELOG_NetlogonAuthNoTrustSamAccount
2483Keyword NELOG_NetlogonBrowserDriver
2484Keyword NELOG_NetlogonChangeLogCorrupt
2485Keyword NELOG_NetlogonDownLevelLogoffFailed
2486Keyword NELOG_NetlogonDownLevelLogonFailed
2487Keyword NELOG_NetlogonDuplicateMachineAccounts
2488Keyword NELOG_NetlogonFailedAccountDelta
2489Keyword NELOG_NetlogonFailedDomainDelta
2490Keyword NELOG_NetlogonFailedGlobalGroupDelta
2491Keyword NELOG_NetlogonFailedLocalGroupDelta
2492Keyword NELOG_NetlogonFailedPolicyDelta
2493Keyword NELOG_NetlogonFailedPrimary
2494Keyword NELOG_NetlogonFailedSecretDelta
2495Keyword NELOG_NetlogonFailedToAddRpcInterface
2496Keyword NELOG_NetlogonFailedToCreateShare
2497Keyword NELOG_NetlogonFailedToReadMailslot
2498Keyword NELOG_NetlogonFailedToRegisterSC
2499Keyword NELOG_NetlogonFailedToUpdateTrustList
2500Keyword NELOG_NetlogonFailedTrustedDomainDelta
2501Keyword NELOG_NetlogonFailedUserDelta
2502Keyword NELOG_NetlogonFullSyncCallFailed
2503Keyword NELOG_NetlogonFullSyncCallSuccess
2504Keyword NELOG_NetlogonFullSyncFailed
2505Keyword NELOG_NetlogonFullSyncSuccess
2506Keyword NELOG_NetlogonNTLogoffFailed
2507Keyword NELOG_NetlogonNTLogonFailed
2508Keyword NELOG_NetlogonPartialSyncCallFailed
2509Keyword NELOG_NetlogonPartialSyncCallSuccess
2510Keyword NELOG_NetlogonPartialSyncFailed
2511Keyword NELOG_NetlogonPartialSyncSuccess
2512Keyword NELOG_NetlogonPasswdSetFailed
2513Keyword NELOG_NetlogonSSIInitError
2514Keyword NELOG_NetlogonServerAuthFailed
2515Keyword NELOG_NetlogonServerAuthNoTrustSamAccount
2516Keyword NELOG_NetlogonSessionTypeWrong
2517Keyword NELOG_NetlogonSyncError
2518Keyword NELOG_NetlogonSystemError
2519Keyword NELOG_NetlogonTooManyGlobalGroups
2520Keyword NELOG_NetlogonTrackingError
2521Keyword NELOG_NoTranportLoaded
2522Keyword NELOG_OEM_Code
2523Keyword NELOG_ReleaseMem_Alert
2524Keyword NELOG_Remote_API
2525Keyword NELOG_ReplAccessDenied
2526Keyword NELOG_ReplBadExport
2527Keyword NELOG_ReplBadImport
2528Keyword NELOG_ReplBadMsg
2529Keyword NELOG_ReplCannotMasterDir
2530Keyword NELOG_ReplLogonFailed
2531Keyword NELOG_ReplLostMaster
2532Keyword NELOG_ReplMaxFiles
2533Keyword NELOG_ReplMaxTreeDepth
2534Keyword NELOG_ReplNetErr
2535Keyword NELOG_ReplSignalFileErr
2536Keyword NELOG_ReplSysErr
2537Keyword NELOG_ReplUpdateError
2538Keyword NELOG_ReplUserCurDir
2539Keyword NELOG_ReplUserLoged
2540Keyword NELOG_Resource_Shortage
2541Keyword NELOG_RplAdapterResource
2542Keyword NELOG_RplBackupDatabase
2543Keyword NELOG_RplCheckConfigs
2544Keyword NELOG_RplCheckSecurity
2545Keyword NELOG_RplCreateProfiles
2546Keyword NELOG_RplFileCopy
2547Keyword NELOG_RplFileDelete
2548Keyword NELOG_RplFilePerms
2549Keyword NELOG_RplInitDatabase
2550Keyword NELOG_RplInitRestoredDatabase
2551Keyword NELOG_RplMessages
2552Keyword NELOG_RplRegistry
2553Keyword NELOG_RplReplaceRPLDISK
2554Keyword NELOG_RplRestoreDatabaseFailure
2555Keyword NELOG_RplRestoreDatabaseSuccess
2556Keyword NELOG_RplSystem
2557Keyword NELOG_RplWkstaBbcFile
2558Keyword NELOG_RplWkstaFileChecksum
2559Keyword NELOG_RplWkstaFileLineCount
2560Keyword NELOG_RplWkstaFileOpen
2561Keyword NELOG_RplWkstaFileRead
2562Keyword NELOG_RplWkstaFileSize
2563Keyword NELOG_RplWkstaInternal
2564Keyword NELOG_RplWkstaMemory
2565Keyword NELOG_RplWkstaNetwork
2566Keyword NELOG_RplWkstaTimeout
2567Keyword NELOG_RplWkstaWrongVersion
2568Keyword NELOG_RplXnsBoot
2569Keyword NELOG_SMB_Illegal
2570Keyword NELOG_Server_Lock_Failure
2571Keyword NELOG_Service_Fail
2572Keyword NELOG_Srv_Close_Failure
2573Keyword NELOG_Srv_No_Mem_Grow
2574Keyword NELOG_Srv_Thread_Failure
2575Keyword NELOG_Srvnet_NB_Open
2576Keyword NELOG_Srvnet_Not_Started
2577Keyword NELOG_System_Error
2578Keyword NELOG_System_Semaphore
2579Keyword NELOG_UPS_CannotOpenDriver
2580Keyword NELOG_UPS_CmdFileConfig
2581Keyword NELOG_UPS_CmdFileError
2582Keyword NELOG_UPS_CmdFileExec
2583Keyword NELOG_UPS_PowerBack
2584Keyword NELOG_UPS_PowerOut
2585Keyword NELOG_UPS_Shutdown
2586Keyword NELOG_Unable_To_Lock_Segment
2587Keyword NELOG_Unable_To_Unlock_Segment
2588Keyword NELOG_Uninstall_Service
2589Keyword NELOG_Wksta_Bad_Mailslot_SMB
2590Keyword NELOG_Wksta_BiosThreadFailure
2591Keyword NELOG_Wksta_Compname
2592Keyword NELOG_Wksta_HostTab_Full
2593Keyword NELOG_Wksta_Infoseg
2594Keyword NELOG_Wksta_IniSeg
2595Keyword NELOG_Wksta_SSIRelogon
2596Keyword NELOG_Wksta_UASInit
2597Keyword NELOG_Wrong_DLL_Version
2598Keyword NERR_ACFFileIOFail
2599Keyword NERR_ACFNoParent
2600Keyword NERR_ACFNoRoom
2601Keyword NERR_ACFNotFound
2602Keyword NERR_ACFNotLoaded
2603Keyword NERR_ACFTooManyLists
2604Keyword NERR_AccountExpired
2605Keyword NERR_AccountUndefined
2606Keyword NERR_AcctLimitExceeded
2607Keyword NERR_ActiveConns
2608Keyword NERR_AddForwarded
2609Keyword NERR_AlertExists
2610Keyword NERR_AlreadyExists
2611Keyword NERR_AlreadyForwarded
2612Keyword NERR_AlreadyLoggedOn
2613Keyword NERR_BadAsgType
2614Keyword NERR_BadComponent
2615Keyword NERR_BadControlRecv
2616Keyword NERR_BadDest
2617Keyword NERR_BadDev
2618Keyword NERR_BadDevString
2619Keyword NERR_BadDosFunction
2620Keyword NERR_BadDosRetCode
2621Keyword NERR_BadEventName
2622Keyword NERR_BadFileCheckSum
2623Keyword NERR_BadPassword
2624Keyword NERR_BadPasswordCore
2625Keyword NERR_BadQueueDevString
2626Keyword NERR_BadQueuePriority
2627Keyword NERR_BadReceive
2628Keyword NERR_BadRecipient
2629Keyword NERR_BadServiceName
2630Keyword NERR_BadServiceProgName
2631Keyword NERR_BadSource
2632Keyword NERR_BadTransactConfig
2633Keyword NERR_BadUasConfig
2634Keyword NERR_BadUsername
2635Keyword NERR_BrowserConfiguredToNotRun
2636Keyword NERR_BrowserNotStarted
2637Keyword NERR_BrowserTableIncomplete
2638Keyword NERR_BufTooSmall
2639Keyword NERR_CallingRplSrvr
2640Keyword NERR_CanNotGrowSegment
2641Keyword NERR_CanNotGrowUASFile
2642Keyword NERR_CantConnectRplSrvr
2643Keyword NERR_CantOpenImageFile
2644Keyword NERR_CantType
2645Keyword NERR_CfgCompNotFound
2646Keyword NERR_CfgParamNotFound
2647Keyword NERR_ClientNameNotFound
2648Keyword NERR_CommDevInUse
2649Keyword NERR_DCNotFound
2650Keyword NERR_DataTypeInvalid
2651Keyword NERR_DatabaseUpToDate
2652Keyword NERR_DelComputerName
2653Keyword NERR_DeleteLater
2654Keyword NERR_DestExists
2655Keyword NERR_DestIdle
2656Keyword NERR_DestInvalidOp
2657Keyword NERR_DestInvalidState
2658Keyword NERR_DestNoRoom
2659Keyword NERR_DestNotFound
2660Keyword NERR_DevInUse
2661Keyword NERR_DevInvalidOpCode
2662Keyword NERR_DevNotFound
2663Keyword NERR_DevNotOpen
2664Keyword NERR_DevNotRedirected
2665Keyword NERR_DeviceIsShared
2666Keyword NERR_DeviceNotShared
2667Keyword NERR_DeviceShareConflict
2668Keyword NERR_DifferentServers
2669Keyword NERR_DriverNotFound
2670Keyword NERR_DupNameReboot
2671Keyword NERR_DuplicateName
2672Keyword NERR_DuplicateShare
2673Keyword NERR_ErrCommRunSrv
2674Keyword NERR_ErrorExecingGhost
2675Keyword NERR_ExecFailure
2676Keyword NERR_FileIdNotFound
2677Keyword NERR_GroupExists
2678Keyword NERR_GroupNotFound
2679Keyword NERR_GrpMsgProcessor
2680Keyword NERR_ImageParamErr
2681Keyword NERR_InUseBySpooler
2682Keyword NERR_IncompleteDel
2683Keyword NERR_InternalError
2684Keyword NERR_InvalidAPI
2685Keyword NERR_InvalidComputer
2686Keyword NERR_InvalidDatabase
2687Keyword NERR_InvalidDevice
2688Keyword NERR_InvalidLana
2689Keyword NERR_InvalidLogSeek
2690Keyword NERR_InvalidLogonHours
2691Keyword NERR_InvalidMaxUsers
2692Keyword NERR_InvalidUASOp
2693Keyword NERR_InvalidWorkstation
2694Keyword NERR_ItemNotFound
2695Keyword NERR_JobInvalidState
2696Keyword NERR_JobNoRoom
2697Keyword NERR_JobNotFound
2698Keyword NERR_LanmanIniError
2699Keyword NERR_LastAdmin
2700Keyword NERR_LineTooLong
2701Keyword NERR_LocalDrive
2702Keyword NERR_LocalForward
2703Keyword NERR_LogFileChanged
2704Keyword NERR_LogFileCorrupt
2705Keyword NERR_LogOverflow
2706Keyword NERR_LogonDomainExists
2707Keyword NERR_LogonNoUserPath
2708Keyword NERR_LogonScriptError
2709Keyword NERR_LogonServerConflict
2710Keyword NERR_LogonServerNotFound
2711Keyword NERR_LogonTrackingError
2712Keyword NERR_LogonsPaused
2713Keyword NERR_MaxLenExceeded
2714Keyword NERR_MsgAlreadyStarted
2715Keyword NERR_MsgInitFailed
2716Keyword NERR_MsgNotStarted
2717Keyword NERR_MultipleNets
2718Keyword NERR_NameInUse
2719Keyword NERR_NameNotForwarded
2720Keyword NERR_NameNotFound
2721Keyword NERR_NetNameNotFound
2722Keyword NERR_NetNotStarted
2723Keyword NERR_NetlogonNotStarted
2724Keyword NERR_NetworkError
2725Keyword NERR_NoAlternateServers
2726Keyword NERR_NoCommDevs
2727Keyword NERR_NoComputerName
2728Keyword NERR_NoForwardName
2729Keyword NERR_NoNetworkResource
2730Keyword NERR_NoRoom
2731Keyword NERR_NoRplBootSystem
2732Keyword NERR_NoSuchAlert
2733Keyword NERR_NoSuchConnection
2734Keyword NERR_NoSuchServer
2735Keyword NERR_NoSuchSession
2736Keyword NERR_NonDosFloppyUsed
2737Keyword NERR_NonValidatedLogon
2738Keyword NERR_NotInCache
2739Keyword NERR_NotInDispatchTbl
2740Keyword NERR_NotLocalDomain
2741Keyword NERR_NotLocalName
2742Keyword NERR_NotLoggedOn
2743Keyword NERR_NotPrimary
2744Keyword NERR_OpenFiles
2745Keyword NERR_PasswordCantChange
2746Keyword NERR_PasswordExpired
2747Keyword NERR_PasswordHistConflict
2748Keyword NERR_PasswordMismatch
2749Keyword NERR_PasswordTooRecent
2750Keyword NERR_PasswordTooShort
2751Keyword NERR_PausedRemote
2752Keyword NERR_ProcNoRespond
2753Keyword NERR_ProcNotFound
2754Keyword NERR_ProfileCleanup
2755Keyword NERR_ProfileFileTooBig
2756Keyword NERR_ProfileLoadErr
2757Keyword NERR_ProfileOffset
2758Keyword NERR_ProfileSaveErr
2759Keyword NERR_ProfileUnknownCmd
2760Keyword NERR_ProgNeedsExtraMem
2761Keyword NERR_QExists
2762Keyword NERR_QInvalidState
2763Keyword NERR_QNoRoom
2764Keyword NERR_QNotFound
2765Keyword NERR_QueueNotFound
2766Keyword NERR_RedirectedPath
2767Keyword NERR_RemoteBootFailed
2768Keyword NERR_RemoteErr
2769Keyword NERR_RemoteFull
2770Keyword NERR_RemoteOnly
2771Keyword NERR_ResourceExists
2772Keyword NERR_ResourceNotFound
2773Keyword NERR_RplAdapterInfoCorrupted
2774Keyword NERR_RplAdapterNameUnavailable
2775Keyword NERR_RplAdapterNotFound
2776Keyword NERR_RplBackupDatabase
2777Keyword NERR_RplBadDatabase
2778Keyword NERR_RplBadRegistry
2779Keyword NERR_RplBootInUse
2780Keyword NERR_RplBootInfoCorrupted
2781Keyword NERR_RplBootNameUnavailable
2782Keyword NERR_RplBootNotFound
2783Keyword NERR_RplBootRestart
2784Keyword NERR_RplBootServiceTerm
2785Keyword NERR_RplBootStartFailed
2786Keyword NERR_RplCannotEnum
2787Keyword NERR_RplConfigInfoCorrupted
2788Keyword NERR_RplConfigNameUnavailable
2789Keyword NERR_RplConfigNotEmpty
2790Keyword NERR_RplConfigNotFound
2791Keyword NERR_RplIncompatibleProfile
2792Keyword NERR_RplInternal
2793Keyword NERR_RplLoadrDiskErr
2794Keyword NERR_RplLoadrNetBiosErr
2795Keyword NERR_RplNeedsRPLUSERAcct
2796Keyword NERR_RplNoAdaptersStarted
2797Keyword NERR_RplNotRplServer
2798Keyword NERR_RplProfileInfoCorrupted
2799Keyword NERR_RplProfileNameUnavailable
2800Keyword NERR_RplProfileNotEmpty
2801Keyword NERR_RplProfileNotFound
2802Keyword NERR_RplRplfilesShare
2803Keyword NERR_RplSrvrCallFailed
2804Keyword NERR_RplVendorInfoCorrupted
2805Keyword NERR_RplVendorNameUnavailable
2806Keyword NERR_RplVendorNotFound
2807Keyword NERR_RplWkstaInfoCorrupted
2808Keyword NERR_RplWkstaNameUnavailable
2809Keyword NERR_RplWkstaNeedsUserAcct
2810Keyword NERR_RplWkstaNotFound
2811Keyword NERR_RunSrvPaused
2812Keyword NERR_ServerNotStarted
2813Keyword NERR_ServiceCtlBusy
2814Keyword NERR_ServiceCtlNotValid
2815Keyword NERR_ServiceCtlTimeout
2816Keyword NERR_ServiceEntryLocked
2817Keyword NERR_ServiceInstalled
2818Keyword NERR_ServiceKillProc
2819Keyword NERR_ServiceNotCtrl
2820Keyword NERR_ServiceNotInstalled
2821Keyword NERR_ServiceNotStarting
2822Keyword NERR_ServiceTableFull
2823Keyword NERR_ServiceTableLocked
2824Keyword NERR_ShareMem
2825Keyword NERR_ShareNotFound
2826Keyword NERR_SourceIsDir
2827Keyword NERR_SpeGroupOp
2828Keyword NERR_SpoolNoMemory
2829Keyword NERR_SpoolerNotLoaded
2830Keyword NERR_StandaloneLogon
2831Keyword NERR_StartingRplBoot
2832Keyword NERR_Success
2833Keyword NERR_SyncRequired
2834Keyword NERR_TimeDiffAtDC
2835Keyword NERR_TmpFile
2836Keyword NERR_TooManyAlerts
2837Keyword NERR_TooManyConnections
2838Keyword NERR_TooManyEntries
2839Keyword NERR_TooManyFiles
2840Keyword NERR_TooManyImageParams
2841Keyword NERR_TooManyItems
2842Keyword NERR_TooManyNames
2843Keyword NERR_TooManyServers
2844Keyword NERR_TooManySessions
2845Keyword NERR_TooMuchData
2846Keyword NERR_TruncatedBroadcast
2847Keyword NERR_TryDownLevel
2848Keyword NERR_UPSDriverNotStarted
2849Keyword NERR_UPSInvalidCommPort
2850Keyword NERR_UPSInvalidConfig
2851Keyword NERR_UPSShutdownFailed
2852Keyword NERR_UPSSignalAsserted
2853Keyword NERR_UnableToAddName_F
2854Keyword NERR_UnableToAddName_W
2855Keyword NERR_UnableToDelName_F
2856Keyword NERR_UnableToDelName_W
2857Keyword NERR_UnknownDevDir
2858Keyword NERR_UnknownServer
2859Keyword NERR_UseNotFound
2860Keyword NERR_UserExists
2861Keyword NERR_UserInGroup
2862Keyword NERR_UserLogon
2863Keyword NERR_UserNotFound
2864Keyword NERR_UserNotInGroup
2865Keyword NERR_WkstaInconsistentState
2866Keyword NERR_WkstaNotStarted
2867Keyword NERR_WriteFault
2868Keyword NdrAllocate(PMIDL_STUB_MESSAGE,unsigned int)
2869Keyword NdrByteCountPointerBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2870Keyword NdrByteCountPointerFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2871Keyword NdrByteCountPointerMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2872Keyword NdrByteCountPointerUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2873Keyword NdrCStdStubBuffer2_Release(IRpcStubBuffer*,IPSFactoryBuffer*)
2874Keyword NdrCStdStubBuffer_Release(IRpcStubBuffer*,IPSFactoryBuffer*)
2875Keyword NdrClearOutParameters(PMIDL_STUB_MESSAGE,PFORMAT_STRING,void*)
2876Keyword NdrClientCall(PMIDL_STUB_DESC,PFORMAT_STRING,...)
2877Keyword NdrClientContextMarshall(PMIDL_STUB_MESSAGE,NDR_CCONTEXT,int)
2878Keyword NdrClientContextUnmarshall(PMIDL_STUB_MESSAGE,NDR_CCONTEXT*,RPC_BINDING_HANDLE)
2879Keyword NdrClientInitialize(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,unsigned int)
2880Keyword NdrClientInitializeNew(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,unsigned int)
2881Keyword NdrComplexArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2882Keyword NdrComplexArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2883Keyword NdrComplexArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2884Keyword NdrComplexArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2885Keyword NdrComplexArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2886Keyword NdrComplexStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2887Keyword NdrComplexStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2888Keyword NdrComplexStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2889Keyword NdrComplexStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2890Keyword NdrComplexStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2891Keyword NdrConformantArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2892Keyword NdrConformantArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2893Keyword NdrConformantArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2894Keyword NdrConformantArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2895Keyword NdrConformantArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2896Keyword NdrConformantStringBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2897Keyword NdrConformantStringMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2898Keyword NdrConformantStringMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2899Keyword NdrConformantStringUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2900Keyword NdrConformantStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2901Keyword NdrConformantStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2902Keyword NdrConformantStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2903Keyword NdrConformantStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2904Keyword NdrConformantStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2905Keyword NdrConformantVaryingArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2906Keyword NdrConformantVaryingArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2907Keyword NdrConformantVaryingArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2908Keyword NdrConformantVaryingArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2909Keyword NdrConformantVaryingArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2910Keyword NdrConformantVaryingStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2911Keyword NdrConformantVaryingStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2912Keyword NdrConformantVaryingStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2913Keyword NdrConformantVaryingStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2914Keyword NdrConformantVaryingStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2915Keyword NdrContextHandleSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2916Keyword NdrConvert(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2917Keyword NdrDllCanUnloadNow(CStdPSFactoryBuffer*)
2918Keyword NdrDllGetClassObject(REFCLSID,REFIID,void**,const ProxyFileInfo**,const CLSID*,CStdPSFactoryBuffer*)
2919Keyword NdrDllRegisterProxy(HMODULE,const ProxyFileInfo**,const CLSID*)
2920Keyword NdrDllUnregisterProxy(HMODULE,const ProxyFileInfo**,const CLSID*)
2921Keyword NdrEncapsulatedUnionBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2922Keyword NdrEncapsulatedUnionFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2923Keyword NdrEncapsulatedUnionMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2924Keyword NdrEncapsulatedUnionMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2925Keyword NdrEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2926Keyword NdrFcLong
2927Keyword NdrFcShort
2928Keyword NdrFieldOffset
2929Keyword NdrFieldPad
2930Keyword NdrFixedArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2931Keyword NdrFixedArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2932Keyword NdrFixedArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2933Keyword NdrFixedArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2934Keyword NdrFixedArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2935Keyword NdrFreeBuffer(PMIDL_STUB_MESSAGE)
2936Keyword NdrFullPointerFree(PFULL_PTR_XLAT_TABLES,void*)
2937Keyword NdrFullPointerInsertRefId(PFULL_PTR_XLAT_TABLES,unsigned long,void*)
2938Keyword NdrFullPointerQueryPointer(PFULL_PTR_XLAT_TABLES,void*,unsigned char,unsigned long*)
2939Keyword NdrFullPointerQueryRefId(PFULL_PTR_XLAT_TABLES,unsigned long,unsigned char,void**)
2940Keyword NdrFullPointerXlatFree(PFULL_PTR_XLAT_TABLES)
2941Keyword NdrFullPointerXlatInit(unsigned long,XLAT_SIDE)
2942Keyword NdrGetBuffer(PMIDL_STUB_MESSAGE,unsigned long,RPC_BINDING_HANDLE)
2943Keyword NdrHardStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2944Keyword NdrHardStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2945Keyword NdrHardStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2946Keyword NdrHardStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2947Keyword NdrHardStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2948Keyword NdrInterfacePointerBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2949Keyword NdrInterfacePointerFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2950Keyword NdrInterfacePointerMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2951Keyword NdrInterfacePointerMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2952Keyword NdrInterfacePointerUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2953Keyword NdrMapCommAndFaultStatus(PMIDL_STUB_MESSAGE,unsigned long*,unsigned long*,RPC_STATUS)
2954Keyword NdrMarshCCtxtHdl
2955Keyword NdrMarshConfStringHdr
2956Keyword NdrMarshSCtxtHdl
2957Keyword NdrNonConformantStringBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2958Keyword NdrNonConformantStringMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2959Keyword NdrNonConformantStringMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2960Keyword NdrNonConformantStringUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2961Keyword NdrNonEncapsulatedUnionBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2962Keyword NdrNonEncapsulatedUnionFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2963Keyword NdrNonEncapsulatedUnionMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2964Keyword NdrNonEncapsulatedUnionMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2965Keyword NdrNonEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2966Keyword NdrNsGetBuffer(PMIDL_STUB_MESSAGE,unsigned long,RPC_BINDING_HANDLE)
2967Keyword NdrNsSendReceive(PMIDL_STUB_MESSAGE,unsigned char*,RPC_BINDING_HANDLE*)
2968Keyword NdrOleAllocate(unsigned int)
2969Keyword NdrOleFree(void*)
2970Keyword NdrPointerBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2971Keyword NdrPointerFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
2972Keyword NdrPointerMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING pFormat)
2973Keyword NdrPointerMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
2974Keyword NdrPointerUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
2975Keyword NdrProxyErrorHandler(DWORD)
2976Keyword NdrProxyFreeBuffer(void*,MIDL_STUB_MESSAGE*)
2977Keyword NdrProxyGetBuffer(void*,PMIDL_STUB_MESSAGE)
2978Keyword NdrProxyInitialize(void*,PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,unsigned int)
2979Keyword NdrProxySendReceive(void*,MIDL_STUB_MESSAGE*)
2980Keyword NdrRpcSmClientAllocate(unsigned int)
2981Keyword NdrRpcSmClientFree(void*)
2982Keyword NdrRpcSmSetClientToOsf(PMIDL_STUB_MESSAGE)
2983Keyword NdrRpcSsDefaultAllocate(unsigned int)
2984Keyword NdrRpcSsDefaultFree(void*)
2985Keyword NdrRpcSsDisableAllocate(PMIDL_STUB_MESSAGE)
2986Keyword NdrRpcSsEnableAllocate(PMIDL_STUB_MESSAGE)
2987Keyword NdrSH_Copy(unsigned char*,unsigned char*,unsigned long)
2988Keyword NdrSH_IfAlloc(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long)
2989Keyword NdrSH_IfAllocCopy(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long)
2990Keyword NdrSH_IfAllocRef(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long)
2991Keyword NdrSH_IfAllocSet(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long)
2992Keyword NdrSH_IfCopy(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long)
2993Keyword NdrSH_IfFree(PMIDL_STUB_MESSAGE,unsigned char*)
2994Keyword NdrSH_StringMarshall(PMIDL_STUB_MESSAGE,unsigned char*,unsigned long,int)
2995Keyword NdrSH_StringUnMarshall(PMIDL_STUB_MESSAGE,unsigned char**,int)
2996Keyword NdrSH_TLUPDecision(PMIDL_STUB_MESSAGE,unsigned char**)
2997Keyword NdrSH_TLUPDecisionBuffer(PMIDL_STUB_MESSAGE,unsigned char**)
2998Keyword NdrSH_UPDecision(PMIDL_STUB_MESSAGE,unsigned char**,RPC_BUFPTR)
2999Keyword NdrSendReceive(PMIDL_STUB_MESSAGE,unsigned char*)
3000Keyword NdrServerCall(PRPC_MESSAGE)
3001Keyword NdrServerContextMarshall(PMIDL_STUB_MESSAGE,NDR_SCONTEXT,NDR_RUNDOWN)
3002Keyword NdrServerContextUnmarshall(PMIDL_STUB_MESSAGE)
3003Keyword NdrServerInitialize(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC)
3004Keyword NdrServerInitializeMarshall(PRPC_MESSAGE,PMIDL_STUB_MESSAGE)
3005Keyword NdrServerInitializeNew(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC)
3006Keyword NdrServerInitializeUnmarshall(PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,PRPC_MESSAGE)
3007Keyword NdrServerMarshall(struct IRpcStubBuffer*,struct IRpcChannelBuffer*,PMIDL_STUB_MESSAGE,PFORMAT_STRING)
3008Keyword NdrServerUnmarshall(struct IRpcChannelBuffer*,PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,PFORMAT_STRING,void*)
3009Keyword NdrSimpleStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3010Keyword NdrSimpleStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3011Keyword NdrSimpleStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3012Keyword NdrSimpleStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
3013Keyword NdrSimpleStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
3014Keyword NdrSimpleTypeMarshall(PMIDL_STUB_MESSAGE,unsigned char*,unsigned char)
3015Keyword NdrSimpleTypeUnmarshall(PMIDL_STUB_MESSAGE,unsigned char*,unsigned char)
3016Keyword NdrStubCall(struct IRpcStubBuffer*,struct IRpcChannelBuffer*,PRPC_MESSAGE,unsigned long*)
3017Keyword NdrStubErrorHandler(DWORD)
3018Keyword NdrStubForwardingFunction(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,DWORD*)
3019Keyword NdrStubGetBuffer(IRpcStubBuffer*,IRpcChannelBuffer*,PMIDL_STUB_MESSAGE)
3020Keyword NdrStubInitialize(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,IRpcChannelBuffer*)
3021Keyword NdrUnMarshCCtxtHdl
3022Keyword NdrUnMarshConfStringHdr
3023Keyword NdrUnMarshSCtxtHdl
3024Keyword NdrVaryingArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3025Keyword NdrVaryingArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3026Keyword NdrVaryingArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3027Keyword NdrVaryingArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
3028Keyword NdrVaryingArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
3029Keyword NdrXmitOrRepAsBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3030Keyword NdrXmitOrRepAsFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3031Keyword NdrXmitOrRepAsMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING)
3032Keyword NdrXmitOrRepAsMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING)
3033Keyword NdrXmitOrRepAsUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char)
3034Keyword NetAccessAdd
3035Keyword NetAccessDel
3036Keyword NetAccessEnum
3037Keyword NetAccessGetInfo
3038Keyword NetAccessGetUserPerms
3039Keyword NetAccessSetInfo
3040Keyword NetAlertRaise(LPCWSTR,PVOID,DWORD)
3041Keyword NetAlertRaiseEx(LPCWSTR,PVOID,DWORD,LPCWSTR)
3042Keyword NetApiBufferAllocate(DWORD,PVOID*)
3043Keyword NetApiBufferFree(PVOID)
3044Keyword NetApiBufferReallocate(PVOID,DWORD,PVOID*)
3045Keyword NetApiBufferSize(PVOID,PDWORD)
3046Keyword NetAuditClear(LPCWSTR,LPCWSTR,LPCWSTR)
3047Keyword NetAuditRead(LPTSTR,LPTSTR,LPHLOG,DWORD,PDWORD,DWORD,DWORD,PBYTE*,DWORD,PDWORD,PDWORD)
3048Keyword NetAuditWrite(DWORD,PBYTE,DWORD,LPTSTR,PBYTE)
3049Keyword NetCharDevControl(LPCWSTR,LPCWSTR,DWORD)
3050Keyword NetCharDevEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3051Keyword NetCharDevGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*)
3052Keyword NetCharDevQEnum(LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3053Keyword NetCharDevQGetInfo(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,PBYTE*)
3054Keyword NetCharDevQPurge(LPCWSTR,LPCWSTR)
3055Keyword NetCharDevQPurgeSelf(LPCWSTR,LPCWSTR,LPCWSTR)
3056Keyword NetCharDevQSetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE,PDWORD)
3057Keyword NetConfigGet(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE*)
3058Keyword NetConfigGetAll(LPCWSTR,LPCWSTR,PBYTE*)
3059Keyword NetConfigSet(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE,DWORD)
3060Keyword NetConnectionEnum(LPTSTR,LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3061Keyword NetErrorLogClear(LPCWSTR,LPCWSTR,LPBYTE)
3062Keyword NetErrorLogRead(LPCWSTR,LPWSTR,LPHLOG,DWORD,LPDWORD,DWORD,DWORD,LPBYTE*,DWORD,LPDWORD,LPDWORD)
3063Keyword NetErrorLogWrite(LPBYTE,DWORD,LPCWSTR,LPBYTE,DWORD,LPBYTE,DWORD,LPBYTE)
3064Keyword NetFileClose(LPTSTR,DWORD)
3065Keyword NetFileEnum(LPTSTR,LPTSTR,LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3066Keyword NetFileGetInfo(LPTSTR,DWORD,DWORD,PBYTE*)
3067Keyword NetGetAnyDCName(LPWSTR,LPWSTR,PBYTE*)
3068Keyword NetGetDCName(LPWSTR,LPWSTR,PBYTE*)
3069Keyword NetGetDisplayInformationIndex(LPWSTR,DWORD,LPWSTR,PDWORD)
3070Keyword NetGroupAdd(LPWSTR,DWORD,PBYTE,PDWORD)
3071Keyword NetGroupAddUser(LPWSTR,LPWSTR,LPWSTR)
3072Keyword NetGroupDel(LPWSTR,LPWSTR)
3073Keyword NetGroupDelUser(LPWSTR,LPWSTR,LPWSTR)
3074Keyword NetGroupEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3075Keyword NetGroupGetInfo(LPWSTR,LPWSTR,DWORD,PBYTE*)
3076Keyword NetGroupGetUsers(LPWSTR,LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3077Keyword NetGroupSetInfo(LPWSTR,LPWSTR,DWORD,PBYTE,PDWORD)
3078Keyword NetGroupSetUsers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD)
3079Keyword NetHandleGetInfo(HANDLE,DWORD,PBYTE*)
3080Keyword NetHandleSetInfo(HANDLE,DWORD,PBYTE,DWORD,PDWORD)
3081Keyword NetLocalGroupAdd(LPWSTR,DWORD,PBYTE,PDWORD)
3082Keyword NetLocalGroupAddMember(LPWSTR,LPWSTR,PSID)
3083Keyword NetLocalGroupAddMembers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD)
3084Keyword NetLocalGroupDel(LPWSTR,LPWSTR)
3085Keyword NetLocalGroupDelMember(LPWSTR,LPWSTR,PSID)
3086Keyword NetLocalGroupDelMembers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD)
3087Keyword NetLocalGroupEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3088Keyword NetLocalGroupGetInfo(LPWSTR,LPWSTR,DWORD,PBYTE*)
3089Keyword NetLocalGroupGetMembers(LPWSTR,LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3090Keyword NetLocalGroupSetInfo(LPWSTR,LPWSTR,DWORD,PBYTE,PDWORD)
3091Keyword NetLocalGroupSetMembers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD)
3092Keyword NetMessageBufferSend(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE,DWORD)
3093Keyword NetMessageNameAdd(LPCWSTR,LPCWSTR)
3094Keyword NetMessageNameDel(LPCWSTR,LPCWSTR)
3095Keyword NetMessageNameEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3096Keyword NetMessageNameGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*)
3097Keyword NetQueryDisplayInformation(LPWSTR,DWORD,DWORD,DWORD,DWORD,PDWORD,PVOID*)
3098Keyword NetRemoteComputerSupports(LPCWSTR,DWORD,PDWORD)
3099Keyword NetRemoteTOD(LPCWSTR,PBYTE*)
3100Keyword NetReplExportDirAdd(LPCWSTR,DWORD,PBYTE,PDWORD)
3101Keyword NetReplExportDirDel(LPCWSTR,LPCWSTR)
3102Keyword NetReplExportDirEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3103Keyword NetReplExportDirGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*)
3104Keyword NetReplExportDirLock(LPCWSTR,LPCWSTR)
3105Keyword NetReplExportDirSetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE,PDWORD)
3106Keyword NetReplExportDirUnlock(LPCWSTR,LPCWSTR,DWORD)
3107Keyword NetReplGetInfo(LPCWSTR,DWORD,PBYTE*)
3108Keyword NetReplImportDirAdd(LPCWSTR,DWORD,PBYTE,PDWORD)
3109Keyword NetReplImportDirDel(LPCWSTR,LPCWSTR)
3110Keyword NetReplImportDirEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3111Keyword NetReplImportDirGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*)
3112Keyword NetReplImportDirLock(LPCWSTR,LPCWSTR)
3113Keyword NetReplImportDirUnlock(LPCWSTR,LPCWSTR,DWORD)
3114Keyword NetReplSetInfo(LPCWSTR,DWORD,PBYTE,PDWORD)
3115Keyword NetScheduleJobAdd(LPWSTR,PBYTE,LPDWORD)
3116Keyword NetScheduleJobDel(LPWSTR,DWORD,DWORD)
3117Keyword NetScheduleJobEnum(LPWSTR,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3118Keyword NetScheduleJobGetInfo(LPWSTR,DWORD,PBYTE*)
3119Keyword NetServerComputerNameAdd(LPWSTR,LPWSTR,LPWSTR)
3120Keyword NetServerComputerNameDel(LPWSTR,LPWSTR)
3121Keyword NetServerDiskEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3122Keyword NetServerEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,PDWORD)
3123Keyword NetServerEnumEx(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR)
3124Keyword NetServerGetInfo(LPTSTR,DWORD,PBYTE*)
3125Keyword NetServerSetInfo(LPTSTR,DWORD,PBYTE,PDWORD)
3126Keyword NetServerSetInfoCommandLine(WORD,LPTSTR*)
3127Keyword NetServerTransportAdd(LPTSTR,DWORD,PBYTE)
3128Keyword NetServerTransportDel(LPTSTR,DWORD,PBYTE)
3129Keyword NetServerTransportEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3130Keyword NetServiceControl(LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE*)
3131Keyword NetServiceEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3132Keyword NetServiceGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*)
3133Keyword NetServiceInstall(LPCWSTR,LPCWSTR,DWORD,LPCWSTR*,PBYTE*)
3134Keyword NetSessionDel(LPTSTR,LPTSTR,LPTSTR)
3135Keyword NetSessionEnum(LPTSTR,LPTSTR,LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3136Keyword NetSessionGetInfo(LPTSTR,LPTSTR,LPTSTR,DWORD,PBYTE*)
3137Keyword NetShareAdd(LPTSTR,DWORD,PBYTE,PDWORD)
3138Keyword NetShareCheck(LPTSTR,LPTSTR,PDWORD)
3139Keyword NetShareDel(LPTSTR,LPTSTR,DWORD)
3140Keyword NetShareDelSticky(LPTSTR,LPTSTR,DWORD)
3141Keyword NetShareEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3142Keyword NetShareEnumSticky(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD resume_handle)
3143Keyword NetShareGetInfo(LPTSTR,LPTSTR,DWORD,PBYTE*)
3144Keyword NetShareSetInfo(LPTSTR,LPTSTR,DWORD,PBYTE,PDWORD)
3145Keyword NetStatisticsGet(LPTSTR,LPTSTR,DWORD,DWORD,PBYTE*)
3146Keyword NetUseAdd(LPTSTR,DWORD,PBYTE,PDWORD)
3147Keyword NetUseDel(LPTSTR,LPTSTR,DWORD)
3148Keyword NetUseEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3149Keyword NetUseGetInfo(LPTSTR,LPTSTR,DWORD,PBYTE*)
3150Keyword NetUserAdd(LPWSTR,DWORD,PBYTE,PDWORD)
3151Keyword NetUserChangePassword(LPWSTR,LPWSTR,LPWSTR,LPWSTR)
3152Keyword NetUserDel(LPWSTR,LPWSTR)
3153Keyword NetUserEnum(LPWSTR,DWORD,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3154Keyword NetUserGetGroups(LPWSTR,LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD)
3155Keyword NetUserGetInfo(LPWSTR,LPWSTR,DWORD,PBYTE*)
3156Keyword NetUserGetLocalGroups(LPWSTR,LPWSTR,DWORD,DWORD,PBYTE*,DWORD,PDWORD,PDWORD)
3157Keyword NetUserModalsGet(LPWSTR,DWORD,PBYTE*)
3158Keyword NetUserModalsSet(LPWSTR,DWORD,PBYTE,PDWORD)
3159Keyword NetUserSetGroups(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD)
3160Keyword NetUserSetInfo(LPWSTR,LPWSTR,DWORD,PBYTE,PDWORD)
3161Keyword NetWkstaGetInfo(LPWSTR,DWORD,PBYTE*)
3162Keyword NetWkstaSetInfo(LPWSTR,DWORD,PBYTE,PDWORD)
3163Keyword NetWkstaTransportAdd(LPWSTR,DWORD,PBYTE,PDWORD)
3164Keyword NetWkstaTransportDel(LPWSTR,LPWSTR,DWORD)
3165Keyword NetWkstaTransportEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3166Keyword NetWkstaUserEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD)
3167Keyword NetWkstaUserGetInfo(LPWSTR,DWORD,PBYTE*)
3168Keyword NetWkstaUserSetInfo(LPWSTR,DWORD,PBYTE,PDWORD)
3169Keyword NetapipBufferAllocate(DWORD,PVOID*)
3170Keyword Netbios(PNCB)
3171Keyword NotifyBootConfigStatus(BOOL)
3172Keyword NotifyChangeEventLog(HANDLE,HANDLE)
3173Keyword ObjectCloseAuditAlarm(LPCSTR,PVOID,BOOL)
3174Keyword ObjectDeleteAuditAlarm(LPCSTR,PVOID,BOOL)
3175Keyword ObjectOpenAuditAlarm(LPCSTR,PVOID,LPSTR,LPSTR,PSECURITY_DESCRIPTOR,HANDLE,DWORD,DWORD,PPRIVILEGE_SET,BOOL,BOOL,PBOOL)
3176Keyword ObjectPrivilegeAuditAlarm(LPCSTR,PVOID,HANDLE,DWORD,PPRIVILEGE_SET,BOOL)
3177Keyword OemKeyScan(WORD)
3178Keyword OemToChar(LPCSTR,LPSTR)
3179Keyword OemToCharBuff(LPCSTR,LPSTR,DWORD)
3180Keyword OffsetClipRgn(HDC,int,int)
3181Keyword OffsetRect(LPRECT,int,int)
3182Keyword OffsetRgn(HRGN,int,int)
3183Keyword OffsetViewportOrgEx(HDC,int,int,LPPOINT)
3184Keyword OffsetWindowOrgEx(HDC,int,int,LPPOINT)
3185Keyword OleActivate(LPOLEOBJECT,UINT,BOOL,BOOL,HWND,LPCRECT)
3186Keyword OleBlockServer(LHSERVER)
3187Keyword OleClone(LPOLEOBJECT,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*)
3188Keyword OleClose(LPOLEOBJECT)
3189Keyword OleConvertIStorageToOLESTREAM(LPSTORAGE,LPOLESTREAM)
3190Keyword OleConvertIStorageToOLESTREAMEx(LPSTORAGE,CLIPFORMAT,LONG,LONG,DWORD,LPSTGMEDIUM,LPOLESTREAM)
3191Keyword OleConvertOLESTREAMToIStorage(LPOLESTREAM,LPSTORAGE,const DVTARGETDEVICE*)
3192Keyword OleConvertOLESTREAMToIStorageEx(LPOLESTREAM,LPSTORAGE,CLIPFORMAT*,LONG*,LONG*,DWORD*,LPSTGMEDIUM)
3193Keyword OleCopyFromLink(LPOLEOBJECT,LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*)
3194Keyword OleCopyToClipboard(LPOLEOBJECT)
3195Keyword OleCreate(LPCSTR,LPOLECLIENT,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT)
3196Keyword OleCreate(REFCLSID,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3197Keyword OleCreateDefaultHandler(REFCLSID,LPUNKNOWN,REFIID,PVOID*)
3198Keyword OleCreateEmbeddingHelper(REFCLSID,LPUNKNOWN,DWORD,LPCLASSFACTORY,REFIID,PVOID*)
3199Keyword OleCreateFontIndirect(LPFONTDESC,REFIID,PVOID*)
3200Keyword OleCreateFromClip(LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT)
3201Keyword OleCreateFromData(LPDATAOBJECT,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3202Keyword OleCreateFromFile(LPCSTR,LPOLECLIENT,LPCSTR,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT)
3203Keyword OleCreateFromFile(REFCLSID,LPCOLESTR,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3204Keyword OleCreateFromTemplate(LPCSTR,LPOLECLIENT,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT)
3205Keyword OleCreateInvisible(LPCSTR,LPOLECLIENT,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT,BOOL)
3206Keyword OleCreateLink(LPMONIKER,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3207Keyword OleCreateLinkFromClip(LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT)
3208Keyword OleCreateLinkFromData(LPDATAOBJECT,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3209Keyword OleCreateLinkFromFile(LPCSTR,LPOLECLIENT,LPCSTR,LPCSTR,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT)
3210Keyword OleCreateLinkToFile(LPCOLESTR,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3211Keyword OleCreatePictureIndirect(LPPICTDESC,REFIID,BOOL,PVOID*)
3212Keyword OleCreatePropertyFrame(HWND,UINT,UINT,LPCOLESTR,ULONG,LPUNKNOWN*,ULONG,LPCLSID,LCID,DWORD,PVOID)
3213Keyword OleCreatePropertyFrameIndirect(LPOCPFIPARAMS)
3214Keyword OleCreateStaticFromData(LPDATAOBJECT,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*)
3215Keyword OleDelete(LPOLEOBJECT)
3216Keyword OleDestroyMenuDescriptor(HOLEMENU)
3217Keyword OleDoAutoConvert(LPSTORAGE,LPCLSID)
3218Keyword OleDraw(LPOLEOBJECT,HDC,LPCRECT,LPCRECT,HDC)
3219Keyword OleEnumFormats(LPOLEOBJECT,OLECLIPFORMAT)
3220Keyword OleEnumObjects(LHCLIENTDOC,LPOLEOBJECT*)
3221Keyword OleEqual(LPOLEOBJECT,LPOLEOBJECT )
3222Keyword OleExecute(LPOLEOBJECT,HGLOBAL,UINT)
3223Keyword OleFlushClipboard(void)
3224Keyword OleGetAutoConvert(REFCLSID,LPCLSID)
3225Keyword OleGetClipboard(LPDATAOBJECT*)
3226Keyword OleGetData(LPOLEOBJECT,OLECLIPFORMAT,HANDLE*)
3227Keyword OleGetLinkUpdateOptions(LPOLEOBJECT,OLEOPT_UPDATE*)
3228Keyword OleInitialize(PVOID)
3229Keyword OleIsCurrentClipboard(LPDATAOBJECT)
3230Keyword OleIsDcMeta(HDC)
3231Keyword OleLoad(LPSTORAGE,REFIID,LPOLECLIENTSITE,PVOID*)
3232Keyword OleLoadFromStream(LPOLESTREAM,LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*)
3233Keyword OleLoadFromStream(LPSTREAM,REFIID,PVOID*)
3234Keyword OleLockServer(LPOLEOBJECT,LHSERVER*)
3235Keyword OleNoteObjectVisible(LPUNKNOWN,BOOL)
3236Keyword OleObjectConvert(LPOLEOBJECT,LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*)
3237Keyword OleQueryBounds(LPOLEOBJECT,RECT*)
3238Keyword OleQueryClientVersion(void)
3239Keyword OleQueryCreateFromClip(LPCSTR,OLEOPT_RENDER,OLECLIPFORMAT)
3240Keyword OleQueryCreateFromData(LPDATAOBJECT)
3241Keyword OleQueryLinkFromClip(LPCSTR,OLEOPT_RENDER,OLECLIPFORMAT)
3242Keyword OleQueryLinkFromData(LPDATAOBJECT)
3243Keyword OleQueryName(LPOLEOBJECT,LPSTR,UINT*)
3244Keyword OleQueryOpen(LPOLEOBJECT)
3245Keyword OleQueryOutOfDate(LPOLEOBJECT)
3246Keyword OleQueryProtocol(LPOLEOBJECT,LPCSTR)
3247Keyword OleQueryReleaseError(LPOLEOBJECT)
3248Keyword OleQueryReleaseMethod(LPOLEOBJECT)
3249Keyword OleQueryReleaseStatus(LPOLEOBJECT)
3250Keyword OleQueryServerVersion(void)
3251Keyword OleQuerySize(LPOLEOBJECT,DWORD*)
3252Keyword OleQueryType(LPOLEOBJECT,LONG*)
3253Keyword OleReconnect(LPOLEOBJECT)
3254Keyword OleRegEnumFormatEtc(REFCLSID,DWORD,LPENUMFORMATETC*)
3255Keyword OleRegEnumVerbs(REFCLSID,LPENUMOLEVERB*)
3256Keyword OleRegGetMiscStatus(REFCLSID,DWORD,DWORD*)
3257Keyword OleRegGetUserType(REFCLSID,DWORD,LPOLESTR*)
3258Keyword OleRegisterClientDoc(LPCSTR,LPCSTR,LONG,LHCLIENTDOC*)
3259Keyword OleRegisterServer(LPCSTR,LPOLESERVER,LHSERVER*,HINSTANCE,OLE_SERVER_USE)
3260Keyword OleRegisterServerDoc(LHSERVER,LPCSTR,LPOLESERVERDOC,LHSERVERDOC*)
3261Keyword OleRelease(LPOLEOBJECT)
3262Keyword OleRename(LPOLEOBJECT,LPCSTR)
3263Keyword OleRenameClientDoc(LHCLIENTDOC,LPCSTR)
3264Keyword OleRenameServerDoc(LHSERVERDOC,LPCSTR)
3265Keyword OleRequestData(LPOLEOBJECT,OLECLIPFORMAT)
3266Keyword OleRevertClientDoc(LHCLIENTDOC)
3267Keyword OleRevertServerDoc(LHSERVERDOC)
3268Keyword OleRevokeClientDoc(LHCLIENTDOC)
3269Keyword OleRevokeObject(LPOLECLIENT)
3270Keyword OleRevokeServer(LHSERVER)
3271Keyword OleRevokeServerDoc(LHSERVERDOC)
3272Keyword OleRun(LPUNKNOWN)
3273Keyword OleSave(LPPERSISTSTORAGE,LPSTORAGE,BOOL)
3274Keyword OleSaveToStream(LPOLEOBJECT,LPOLESTREAM)
3275Keyword OleSaveToStream(LPPERSISTSTREAM,LPSTREAM)
3276Keyword OleSavedClientDoc(LHCLIENTDOC)
3277Keyword OleSavedServerDoc(LHSERVERDOC)
3278Keyword OleSetAutoConvert(REFCLSID,REFCLSID)
3279Keyword OleSetBounds(LPOLEOBJECT,LPCRECT)
3280Keyword OleSetClipboard(LPDATAOBJECT)
3281Keyword OleSetColorScheme(LPOLEOBJECT,const LOGPALETTE*)
3282Keyword OleSetContainedObject(LPUNKNOWN,BOOL)
3283Keyword OleSetData(LPOLEOBJECT,OLECLIPFORMAT,HANDLE)
3284Keyword OleSetHostNames(LPOLEOBJECT,LPCSTR,LPCSTR)
3285Keyword OleSetLinkUpdateOptions(LPOLEOBJECT,OLEOPT_UPDATE)
3286Keyword OleSetTargetDevice(LPOLEOBJECT,HGLOBAL)
3287Keyword OleTranslateAccelerator(LPOLEINPLACEFRAME,LPOLEINPLACEFRAMEINFO,LPMSG)
3288Keyword OleTranslateColor(OLE_COLOR,HPALETTE,COLORREF*)
3289Keyword OleUIPromptUser(int,HWND,...)
3290Keyword OleUnblockServer(LHSERVER,BOOL*)
3291Keyword OleUnlockServer(LHSERVER)
3292Keyword OleUpdate(LPOLEOBJECT)
3293Keyword OpenBackupEventLog(LPCSTR,LPCSTR)
3294Keyword OpenClipboard(HWND)
3295Keyword OpenDesktop(LPSTR,DWORD,BOOL,DWORD)
3296Keyword OpenDriver(LPCWSTR,LPCWSTR,LONG)
3297Keyword OpenEvent(DWORD,BOOL,LPCSTR)
3298Keyword OpenEventLog(LPCSTR,LPCSTR)
3299Keyword OpenFile(LPCSTR,LPOFSTRUCT,UINT)
3300Keyword OpenFileMapping(DWORD,BOOL,LPCSTR)
3301Keyword OpenIcon(HWND)
3302Keyword OpenInputDesktop(DWORD,BOOL,DWORD)
3303Keyword OpenMutex(DWORD,BOOL,LPCSTR)
3304Keyword OpenPrinter(LPSTR,PHANDLE,LPPRINTER_DEFAULTSA)
3305Keyword OpenProcess(DWORD,BOOL,DWORD)
3306Keyword OpenProcessToken(HANDLE,DWORD,PHANDLE)
3307Keyword OpenSCManager(LPCSTR,LPCSTR,DWORD)
3308Keyword OpenSemaphore(DWORD,BOOL,LPCSTR)
3309Keyword OpenService(SC_HANDLE,LPCSTR,DWORD)
3310Keyword OpenThreadToken(HANDLE,DWORD,BOOL,PHANDLE)
3311Keyword OpenWaitableTimer(DWORD,BOOL,LPCSTR)
3312Keyword OpenWindowStation(LPSTR,BOOL,DWORD)
3313Keyword OutputDebugStr
3314Keyword OutputDebugString(LPCSTR)
3315Keyword PCIUniformResourceLocator
3316Keyword PCInterfaceName
3317Keyword PCInterfaceProxyVtblList
3318Keyword PCInterfaceStubVtblList
3319Keyword PF_DECnet
3320Keyword PIIDLookup
3321Keyword PIUniformResourceLocator
3322Keyword PVTableProvStruc
3323Keyword PackDDElParam(UINT,UINT,UINT)
3324Keyword PageSetupDlg(LPPAGESETUPDLGA)
3325Keyword PaintDesktop(HDC)
3326Keyword PaintRgn(HDC,HRGN)
3327Keyword PatBlt(HDC,int,int,int,int,DWORD)
3328Keyword PathToRegion(HDC)
3329Keyword PeekConsoleInput(HANDLE,PINPUT_RECORD,DWORD,PDWORD)
3330Keyword PeekMessage(LPMSG,HWND,UINT,UINT,UINT)
3331Keyword PeekNamedPipe(HANDLE,PVOID,DWORD,PDWORD,PDWORD,PDWORD)
3332Keyword Pie(HDC,int,int,int,int,int,int,int,int)
3333Keyword PlayEnhMetaFile(HDC,HENHMETAFILE,LPCRECT)
3334Keyword PlayEnhMetaFileRecord(HDC,LPHANDLETABLE,const ENHMETARECORD*,UINT)
3335Keyword PlayMetaFile(HDC,HMETAFILE)
3336Keyword PlayMetaFileRecord(HDC,LPHANDLETABLE,LPMETARECORD,UINT)
3337Keyword PlaySound(LPCSTR,HMODULE,DWORD)
3338Keyword PlgBlt(HDC,const POINT*,HDC,int,int,int,int,HBITMAP,int,int)
3339Keyword PolyBezier(HDC,const POINT*,DWORD)
3340Keyword PolyBezierTo(HDC,const POINT*,DWORD)
3341Keyword PolyDraw(HDC,const POINT*,const BYTE*,int)
3342Keyword PolyPolygon(HDC,const POINT*,const INT*,int)
3343Keyword PolyPolyline(HDC,const POINT*,const DWORD*,DWORD)
3344Keyword PolyTextOut(HDC,const POLYTEXTA*,int)
3345Keyword Polygon(HDC,const POINT*,int)
3346Keyword Polyline(HDC,const POINT*,int)
3347Keyword PolylineTo(HDC,const POINT*,DWORD)
3348Keyword PostAppMessageA
3349Keyword PostAppMessageW
3350Keyword PostMessage(HWND,UINT,WPARAM,LPARAM)
3351Keyword PostQueuedCompletionStatus(HANDLE,DWORD,DWORD,LPOVERLAPPED)
3352Keyword PostQuitMessage(int)
3353Keyword PostThreadMessage(DWORD,UINT,WPARAM,LPARAM)
3354Keyword PrepareTape(HANDLE,DWORD,BOOL)
3355Keyword PrintDlg(LPPRINTDLGA)
3356Keyword PrinterMessageBox(HANDLE,DWORD,HWND,LPSTR,LPSTR,DWORD)
3357Keyword PrinterProperties(HWND,HANDLE)
3358Keyword PrivilegeCheck(HANDLE,PPRIVILEGE_SET,PBOOL)
3359Keyword PrivilegedServiceAuditAlarm(LPCSTR,LPCSTR,HANDLE,PPRIVILEGE_SET,BOOL)
3360Keyword PropSheet_AddPage
3361Keyword PropSheet_Apply
3362Keyword PropSheet_CancelToClose
3363Keyword PropSheet_Changed
3364Keyword PropSheet_GetCurrentPageHwnd
3365Keyword PropSheet_GetTabControl
3366Keyword PropSheet_IsDialogMessage
3367Keyword PropSheet_PressButton
3368Keyword PropSheet_QuerySiblings
3369Keyword PropSheet_RebootSystem
3370Keyword PropSheet_RemovePage
3371Keyword PropSheet_RestartWindows
3372Keyword PropSheet_SetCurSel
3373Keyword PropSheet_SetCurSelByID
3374Keyword PropSheet_SetFinishText
3375Keyword PropSheet_SetTitle
3376Keyword PropSheet_SetWizButtons
3377Keyword PropSheet_UnChanged
3378Keyword PropagateResult
3379Keyword PropertySheet(LPCPROPSHEETHEADERA)
3380Keyword ProxyFileInfo
3381Keyword PtInRect(LPCRECT,POINT)
3382Keyword PtInRegion(HRGN,int,int)
3383Keyword PtVisible(HDC,int,int)
3384Keyword PulseEvent(HANDLE)
3385Keyword PurgeComm(HANDLE,DWORD)
3386Keyword QueryDosDevice(LPCSTR,LPSTR,DWORD)
3387Keyword QueryPathOfRegTypeLib(REFGUID,unsigned short,unsigned short,LCID,LPBSTR)
3388Keyword QueryPerformanceCounter(PLARGE_INTEGER)
3389Keyword QueryPerformanceFrequency(PLARGE_INTEGER)
3390Keyword QueryServiceConfig(SC_HANDLE,LPQUERY_SERVICE_CONFIGA,DWORD,PDWORD)
3391Keyword QueryServiceLockStatus(SC_HANDLE,LPQUERY_SERVICE_LOCK_STATUSA,DWORD,PDWORD)
3392Keyword QueryServiceObjectSecurity(SC_HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,LPDWORD)
3393Keyword QueryServiceStatus(SC_HANDLE,LPSERVICE_STATUS)
3394Keyword QueueUserAPC(PAPCFUNC,HANDLE,DWORD)
3395Keyword RaiseException(DWORD,DWORD,DWORD,const DWORD*)
3396Keyword ReadClassStm(LPSTREAM,CLSID*)
3397Keyword ReadConsole(HANDLE,PVOID,DWORD,PDWORD,PVOID)
3398Keyword ReadConsoleInput(HANDLE,PINPUT_RECORD,DWORD,PDWORD)
3399Keyword ReadConsoleOutput(HANDLE,PCHAR_INFO,COORD,COORD,PSMALL_RECT)
3400Keyword ReadConsoleOutputAttribute(HANDLE,LPWORD,DWORD,COORD,LPDWORD)
3401Keyword ReadConsoleOutputCharacter(HANDLE,LPSTR,DWORD,COORD,PDWORD)
3402Keyword ReadEventLog(HANDLE,DWORD,DWORD,PVOID,DWORD,DWORD *,DWORD *)
3403Keyword ReadFile(HANDLE,PVOID,DWORD,PDWORD,LPOVERLAPPED)
3404Keyword ReadFileEx(HANDLE,PVOID,DWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE)
3405Keyword ReadFmtUserTypeStg(LPSTORAGE,CLIPFORMAT*,LPOLESTR*)
3406Keyword ReadPrinter(HANDLE,PVOID,DWORD,PDWORD)
3407Keyword ReadProcessMemory(HANDLE,PCVOID,PVOID,DWORD,PDWORD)
3408Keyword ReadUrlCacheEntryStream(HANDLE,DWORD,PVOID,PDWORD,DWORD)
3409Keyword RealizePalette(HDC)
3410Keyword RectInRegion(HRGN,LPCRECT)
3411Keyword RectVisible(HDC,LPCRECT)
3412Keyword Rectangle(HDC,int,int,int,int)
3413Keyword RedrawWindow(HWND,LPCRECT,HRGN,UINT)
3414Keyword RegCloseKey(HKEY)
3415Keyword RegConnectRegistry(LPSTR,HKEY,PHKEY)
3416Keyword RegCreateKey(HKEY,LPCSTR,PHKEY)
3417Keyword RegCreateKeyEx(HKEY,LPCSTR,DWORD,LPSTR,DWORD,REGSAM,LPSECURITY_ATTRIBUTES,PHKEY,PDWORD)
3418Keyword RegDeleteKey(HKEY,LPCSTR)
3419Keyword RegDeleteValue(HKEY,LPCSTR)
3420Keyword RegEnumKey(HKEY,DWORD,LPSTR,DWORD)
3421Keyword RegEnumKeyEx(HKEY,DWORD,LPSTR,PDWORD,PDWORD,LPSTR,PDWORD,PFILETIME)
3422Keyword RegEnumValue(HKEY,DWORD,LPSTR,PDWORD,PDWORD,PDWORD,LPBYTE,PDWORD)
3423Keyword RegFlushKey(HKEY)
3424Keyword RegGetKeySecurity(HKEY,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,PDWORD)
3425Keyword RegLoadKey(HKEY,LPCSTR,LPCSTR)
3426Keyword RegNotifyChangeKeyValue(HKEY,BOOL,DWORD,HANDLE,BOOL)
3427Keyword RegOpenKey(HKEY,LPCSTR,PHKEY)
3428Keyword RegOpenKeyEx(HKEY,LPCSTR,DWORD,REGSAM,PHKEY)
3429Keyword RegQueryInfoKey(HKEY,LPSTR,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PFILETIME)
3430Keyword RegQueryMultipleValues(HKEY,PVALENTA,DWORD,LPSTR,PDWORD)
3431Keyword RegQueryValue(HKEY,LPCSTR,LPSTR,PLONG)
3432Keyword RegQueryValueEx(HKEY,LPCSTR,PDWORD,PDWORD,LPBYTE,PDWORD)
3433Keyword RegReplaceKey(HKEY,LPCSTR,LPCSTR,LPCSTR)
3434Keyword RegRestoreKey(HKEY,LPCSTR,DWORD)
3435Keyword RegSaveKey(HKEY,LPCSTR,LPSECURITY_ATTRIBUTES)
3436Keyword RegSetKeySecurity(HKEY,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR)
3437Keyword RegSetValue(HKEY,LPCSTR,DWORD,LPCSTR,DWORD)
3438Keyword RegSetValueEx(HKEY,LPCSTR,DWORD,DWORD,const BYTE*,DWORD)
3439Keyword RegUnLoadKey(HKEY,LPCSTR)
3440Keyword RegisterActiveObject(IUnknown*,REFCLSID,DWORD,DWORD*)
3441Keyword RegisterClass(const WNDCLASSA*)
3442Keyword RegisterClassEx(const WNDCLASSEXA*)
3443Keyword RegisterClipboardFormat(LPCSTR)
3444Keyword RegisterDialogClasses(HANDLE)
3445Keyword RegisterDragDrop(HWND,LPDROPTARGET)
3446Keyword RegisterEventSource(LPCSTR,LPCSTR)
3447Keyword RegisterHotKey(HWND,int,UINT,UINT)
3448Keyword RegisterServiceCtrlHandler(LPCSTR,LPHANDLER_FUNCTION)
3449Keyword RegisterTypeLib(LPTYPELIB,OLECHAR*,OLECHAR*)
3450Keyword RegisterWindowMessage(LPCSTR)
3451Keyword ReleaseCapture(void)
3452Keyword ReleaseDC(HWND,HDC)
3453Keyword ReleaseMutex(HANDLE)
3454Keyword ReleaseSemaphore(HANDLE,LONG,LPLONG)
3455Keyword RemSNB
3456Keyword RemSTGMEDIUM
3457Keyword RemoveDirectory(LPCSTR)
3458Keyword RemoveFontResource(LPCSTR)
3459Keyword RemoveMenu(HMENU,UINT,UINT)
3460Keyword RemoveProp(HWND,LPCSTR)
3461Keyword ReplaceText(LPFINDREPLACEA)
3462Keyword ReplyMessage(LRESULT)
3463Keyword ReportEvent(HANDLE,WORD,WORD,DWORD,PSID,WORD,DWORD,LPCSTR*,PVOID)
3464Keyword ResetDC(HDC,const DEVMODEA*)
3465Keyword ResetEvent(HANDLE)
3466Keyword ResetPrinter(HANDLE,LPPRINTER_DEFAULTSA)
3467Keyword ResizePalette(HPALETTE,UINT)
3468Keyword RestoreDC(HDC,int)
3469Keyword ResultFromScode
3470Keyword ResumeThread(HANDLE)
3471Keyword RetrieveUrlCacheEntryFile(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD,DWORD)
3472Keyword RetrieveUrlCacheEntryStream(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD,BOOL,DWORD)
3473Keyword ReuseDDElParam(LONG,UINT,UINT,UINT,UINT)
3474Keyword RevertToSelf(void)
3475Keyword RevokeActiveObject(DWORD,void*)
3476Keyword RevokeDragDrop(HWND)
3477Keyword RoundRect(HDC,int,int,int,int,int,int)
3478Keyword RpcAbnormalTermination
3479Keyword RpcBindingCopy(RPC_BINDING_HANDLE,RPC_BINDING_HANDLE*)
3480Keyword RpcBindingFree(RPC_BINDING_HANDLE*)
3481Keyword RpcBindingFromStringBinding(unsigned char *,RPC_BINDING_HANDLE *)
3482Keyword RpcBindingInqAuthClient(RPC_BINDING_HANDLE,RPC_AUTHZ_HANDLE*,unsigned char**,unsigned long*,unsigned long*,unsigned long*)
3483Keyword RpcBindingInqAuthClient(RPC_BINDING_HANDLE,RPC_AUTHZ_HANDLE *,unsigned char**,unsigned long*,unsigned long*,unsigned long*)
3484Keyword RpcBindingInqAuthInfo(RPC_BINDING_HANDLE,unsigned char **,unsigned long *,unsigned long *,RPC_AUTH_IDENTITY_HANDLE *,unsigned long *)
3485Keyword RpcBindingInqAuthInfo(RPC_BINDING_HANDLE,unsigned char**,unsigned long*,unsigned long*,RPC_AUTH_IDENTITY_HANDLE*,unsigned long*)
3486Keyword RpcBindingInqAuthInfoEx(RPC_BINDING_HANDLE,unsigned char**,unsigned long*,unsigned long*,RPC_AUTH_IDENTITY_HANDLE*,unsigned long*,unsigned long,RPC_SECURITY_QOS*)
3487Keyword RpcBindingInqObject(RPC_BINDING_HANDLE,UUID *)
3488Keyword RpcBindingReset(RPC_BINDING_HANDLE)
3489Keyword RpcBindingServerFromClient(RPC_BINDING_HANDLE,RPC_BINDING_HANDLE*)
3490Keyword RpcBindingSetAuthInfo(RPC_BINDING_HANDLE,unsigned char *,unsigned long,unsigned long,RPC_AUTH_IDENTITY_HANDLE,unsigned long)
3491Keyword RpcBindingSetAuthInfo(RPC_BINDING_HANDLE,unsigned char*,unsigned long,unsigned long,RPC_AUTH_IDENTITY_HANDLE,unsigned long)
3492Keyword RpcBindingSetAuthInfoEx(RPC_BINDING_HANDLE,unsigned char*,unsigned long,unsigned long,RPC_AUTH_IDENTITY_HANDLE,unsigned long,RPC_SECURITY_QOS*)
3493Keyword RpcBindingSetObject(RPC_BINDING_HANDLE,UUID *)
3494Keyword RpcBindingToStringBinding(RPC_BINDING_HANDLE,unsigned char **)
3495Keyword RpcBindingToStringBinding(RPC_BINDING_HANDLE,unsigned char**)
3496Keyword RpcBindingVectorFree(RPC_BINDING_VECTOR **)
3497Keyword RpcCancelThread(void*)
3498Keyword RpcEndExcept
3499Keyword RpcEndFinally
3500Keyword RpcEpRegister(RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*,unsigned char*)
3501Keyword RpcEpRegisterNoReplace(RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*,unsigned char*)
3502Keyword RpcEpResolveBinding(RPC_BINDING_HANDLE,RPC_IF_HANDLE)
3503Keyword RpcEpUnregister(RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*)
3504Keyword RpcExcept
3505Keyword RpcExceptionCode
3506Keyword RpcFinally
3507Keyword RpcIfIdVectorFree(RPC_IF_ID_VECTOR**)
3508Keyword RpcIfInqId(RPC_IF_HANDLE,RPC_IF_ID *)
3509Keyword RpcImpersonateClient(RPC_BINDING_HANDLE)
3510Keyword RpcMgmtBindingInqParameter(RPC_BINDING_HANDLE,unsigned int,unsigned long*)
3511Keyword RpcMgmtBindingSetParameter(RPC_BINDING_HANDLE,unsigned int,unsigned long)
3512Keyword RpcMgmtEnableIdleCleanup(void)
3513Keyword RpcMgmtEpEltInqBegin(RPC_BINDING_HANDLE,unsigned long,RPC_IF_ID*,unsigned long,UUID*,RPC_EP_INQ_HANDLE*)
3514Keyword RpcMgmtEpEltInqDone(RPC_EP_INQ_HANDLE*)
3515Keyword RpcMgmtEpEltInqNext(RPC_EP_INQ_HANDLE,RPC_IF_ID *,RPC_BINDING_HANDLE *,unsigned char **)
3516Keyword RpcMgmtEpEltInqNext(RPC_EP_INQ_HANDLE,RPC_IF_ID*,RPC_BINDING_HANDLE*,UUID*,unsigned char**)
3517Keyword RpcMgmtEpUnregister(RPC_BINDING_HANDLE,RPC_IF_ID*,RPC_BINDING_HANDLE,UUID*)
3518Keyword RpcMgmtInqComTimeout(RPC_BINDING_HANDLE,unsigned int*)
3519Keyword RpcMgmtInqDefaultProtectLevel(unsigned long,unsigned long *)
3520Keyword RpcMgmtInqIfIds(RPC_BINDING_HANDLE,RPC_IF_ID_VECTOR**)
3521Keyword RpcMgmtInqParameter(unsigned int,unsigned long*)
3522Keyword RpcMgmtInqServerPrincName(RPC_BINDING_HANDLE,unsigned long,unsigned char**)
3523Keyword RpcMgmtInqStats(RPC_BINDING_HANDLE,RPC_STATS_VECTOR**)
3524Keyword RpcMgmtIsServerListening(RPC_BINDING_HANDLE)
3525Keyword RpcMgmtSetAuthorizationFn(RPC_MGMT_AUTHORIZATION_FN)
3526Keyword RpcMgmtSetCancelTimeout(long Timeout)
3527Keyword RpcMgmtSetComTimeout(RPC_BINDING_HANDLE,unsigned int)
3528Keyword RpcMgmtSetParameter(unsigned int,unsigned long)
3529Keyword RpcMgmtSetServerStackSize(unsigned long)
3530Keyword RpcMgmtStatsVectorFree(RPC_STATS_VECTOR**)
3531Keyword RpcMgmtStopServerListening(RPC_BINDING_HANDLE)
3532Keyword RpcMgmtWaitServerListen(void)
3533Keyword RpcNetworkInqProtseqs(RPC_PROTSEQ_VECTOR **)
3534Keyword RpcNetworkInqProtseqs(RPC_PROTSEQ_VECTORA**)
3535Keyword RpcNetworkIsProtseqValid(unsigned char*)
3536Keyword RpcNsBindingExport(unsigned long,unsigned char*,RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*)
3537Keyword RpcNsBindingImportBegin(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID*,RPC_NS_HANDLE*)
3538Keyword RpcNsBindingImportDone(RPC_NS_HANDLE*)
3539Keyword RpcNsBindingImportNext(RPC_NS_HANDLE,RPC_BINDING_HANDLE*)
3540Keyword RpcNsBindingInqEntryName(RPC_BINDING_HANDLE,unsigned long,unsigned char**)
3541Keyword RpcNsBindingLookupBegin(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID*,unsigned long,RPC_NS_HANDLE*)
3542Keyword RpcNsBindingLookupDone(RPC_NS_HANDLE*)
3543Keyword RpcNsBindingLookupNext(RPC_NS_HANDLE,RPC_BINDING_VECTOR**)
3544Keyword RpcNsBindingSelect(RPC_BINDING_VECTOR*,RPC_BINDING_HANDLE*)
3545Keyword RpcNsBindingUnexport(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID_VECTOR*)
3546Keyword RpcNsEntryExpandName(unsigned long,unsigned char*,unsigned char**)
3547Keyword RpcNsEntryObjectInqBegin(unsigned long,unsigned char*,RPC_NS_HANDLE*)
3548Keyword RpcNsEntryObjectInqDone(IN OUT RPC_NS_HANDLE*)
3549Keyword RpcNsEntryObjectInqNext(IN RPC_NS_HANDLE,OUT UUID*)
3550Keyword RpcNsGroupDelete(unsigned long,unsigned char*)
3551Keyword RpcNsGroupMbrAdd(unsigned long,unsigned char*,unsigned long,unsigned char*)
3552Keyword RpcNsGroupMbrInqBegin(unsigned long,unsigned char*,unsigned long,RPC_NS_HANDLE*)
3553Keyword RpcNsGroupMbrInqDone(RPC_NS_HANDLE*)
3554Keyword RpcNsGroupMbrInqNext(RPC_NS_HANDLE,unsigned char**)
3555Keyword RpcNsGroupMbrRemove(unsigned long,unsigned char*,unsigned long,unsigned char*)
3556Keyword RpcNsMgmtBindingUnexport(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,UUID_VECTOR*)
3557Keyword RpcNsMgmtEntryCreate(unsigned long,unsigned char*)
3558Keyword RpcNsMgmtEntryDelete(unsigned long,unsigned char*)
3559Keyword RpcNsMgmtEntryInqIfIds(unsigned long,unsigned char*,RPC_IF_ID_VECTOR**)
3560Keyword RpcNsMgmtHandleSetExpAge(RPC_NS_HANDLE,unsigned long)
3561Keyword RpcNsMgmtInqExpAge(unsigned long*)
3562Keyword RpcNsMgmtSetExpAge(unsigned long)
3563Keyword RpcNsProfileDelete(unsigned long,unsigned char*)
3564Keyword RpcNsProfileEltAdd(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,unsigned char*,unsigned long,unsigned char*)
3565Keyword RpcNsProfileEltInqBegin(unsigned long,unsigned char*,unsigned long,RPC_IF_ID*,unsigned long,unsigned long,unsigned char*,RPC_NS_HANDLE*)
3566Keyword RpcNsProfileEltInqDone(RPC_NS_HANDLE*)
3567Keyword RpcNsProfileEltInqNext(RPC_NS_HANDLE,RPC_IF_ID*,unsigned char**,unsigned long*,unsigned char**)
3568Keyword RpcNsProfileEltRemove(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,unsigned char*)
3569Keyword RpcObjectInqType(UUID *,UUID *)
3570Keyword RpcObjectSetInqFn(RPC_OBJECT_INQ_FN *)
3571Keyword RpcObjectSetType(UUID *,UUID *)
3572Keyword RpcProtseqVectorFree(RPC_PROTSEQ_VECTOR **)
3573Keyword RpcProtseqVectorFree(RPC_PROTSEQ_VECTORA**)
3574Keyword RpcRaiseException(RPC_STATUS)
3575Keyword RpcRevertToSelf()
3576Keyword RpcServerInqBindings(RPC_BINDING_VECTOR **)
3577Keyword RpcServerInqDefaultPrincName(unsigned long,unsigned char**)
3578Keyword RpcServerInqIf(RPC_IF_HANDLE,UUID*,RPC_MGR_EPV**)
3579Keyword RpcServerListen(unsigned int,unsigned int,unsigned int)
3580Keyword RpcServerRegisterAuthInfo(unsigned char*,unsigned long,RPC_AUTH_KEY_RETRIEVAL_FN,void*)
3581Keyword RpcServerRegisterIf(RPC_IF_HANDLE,UUID*,RPC_MGR_EPV*)
3582Keyword RpcServerRegisterIfEx(RPC_IF_HANDLE,UUID*,RPC_MGR_EPV*,unsigned int,unsigned int,RPC_IF_CALLBACK_FN*)
3583Keyword RpcServerUnregisterIf(RPC_IF_HANDLE,UUID*,unsigned int)
3584Keyword RpcServerUseAllProtseqs(unsigned int,void*)
3585Keyword RpcServerUseAllProtseqsEx(unsigned int,void*,PRPC_POLICY)
3586Keyword RpcServerUseAllProtseqsIf(unsigned int,RPC_IF_HANDLE,void*)
3587Keyword RpcServerUseAllProtseqsIfEx(unsigned int,RPC_IF_HANDLE,void*,PRPC_POLICY)
3588Keyword RpcServerUseProtseq(unsigned char*,unsigned int,void*)
3589Keyword RpcServerUseProtseqEp(unsigned char*,unsigned int,unsigned char*,void*)
3590Keyword RpcServerUseProtseqEpEx(unsigned char*,unsigned int,unsigned char*,void*,PRPC_POLICY)
3591Keyword RpcServerUseProtseqEx(unsigned char*,unsigned int,void*,PRPC_POLICY)
3592Keyword RpcServerUseProtseqEx(unsigned char*,unsigned int MaxCalls,void*,PRPC_POLICY)
3593Keyword RpcServerUseProtseqIf(unsigned char*,unsigned int,RPC_IF_HANDLE,void*)
3594Keyword RpcServerUseProtseqIfEx(unsigned char*,unsigned int,RPC_IF_HANDLE,void*,PRPC_POLICY)
3595Keyword RpcSmAllocate(unsigned int,RPC_STATUS*)
3596Keyword RpcSmClientFree(void*)
3597Keyword RpcSmDestroyClientContext(void**)
3598Keyword RpcSmDisableAllocate(void)
3599Keyword RpcSmEnableAllocate(void)
3600Keyword RpcSmFree(void*)
3601Keyword RpcSmGetThreadHandle(RPC_STATUS*)
3602Keyword RpcSmSetClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*)
3603Keyword RpcSmSetThreadHandle(RPC_SS_THREAD_HANDLE)
3604Keyword RpcSmSwapClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*,RPC_CLIENT_ALLOC**,RPC_CLIENT_FREE**)
3605Keyword RpcSsAllocate(unsigned int)
3606Keyword RpcSsDestroyClientContext(void**)
3607Keyword RpcSsDisableAllocate(void)
3608Keyword RpcSsDontSerializeContext(void)
3609Keyword RpcSsEnableAllocate(void)
3610Keyword RpcSsFree(void*)
3611Keyword RpcSsGetThreadHandle(void)
3612Keyword RpcSsSetClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*)
3613Keyword RpcSsSetThreadHandle(RPC_SS_THREAD_HANDLE)
3614Keyword RpcSsSwapClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*,RPC_CLIENT_ALLOC**,RPC_CLIENT_FREE**)
3615Keyword RpcStringBindingCompose(unsigned char *,unsigned char *,unsigned char *,unsigned char *,unsigned char *,unsigned char **)
3616Keyword RpcStringBindingParse(unsigned char *,unsigned char **,unsigned char **,unsigned char **,unsigned char **,unsigned char **)
3617Keyword RpcStringFree(unsigned char**)
3618Keyword RpcTestCancel()
3619Keyword RpcTryExcept
3620Keyword RpcTryFinally
3621Keyword RtlCopyMemory
3622Keyword RtlFillMemory
3623Keyword RtlMoveMemory
3624Keyword RtlZeroMemory
3625Keyword RxRemoteApi(DWORD,LPCWSTR,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,DWORD,... )
3626Keyword SHAddToRecentDocs(UINT,PCVOID)
3627Keyword SHAppBarMessage(DWORD,PAPPBARDATA)
3628Keyword SHBrowseForFolder(PBROWSEINFO)
3629Keyword SHChangeNotify(LONG,UINT,PCVOID,PCVOID)
3630Keyword SHFileOperation(LPSHFILEOPSTRUCTA)
3631Keyword SHFreeNameMappings(HANDLE)
3632Keyword SHGetDesktopFolder(LPSHELLFOLDER*)
3633Keyword SHGetFileInfo(LPCSTR,DWORD,SHFILEINFOA*,UINT,UINT)
3634Keyword SHGetInstanceExplorer(LPUNKNOWN)
3635Keyword SHGetMalloc(LPMALLOC*)
3636Keyword SHGetPathFromIDList(LPCITEMIDLIST,LPSTR)
3637Keyword SHGetSpecialFolderLocation(HWND,int,LPITEMIDLIST*)
3638Keyword SHLoadInProc(REFCLSID)
3639Keyword SID_SShellBrowser
3640Keyword SNB_free_inst(SNB*)
3641Keyword SNB_free_xmit(RemSNB*)
3642Keyword SNB_from_xmit(RemSNB*,SNB*)
3643Keyword SNB_to_xmit(SNB*,RemSNB**)
3644Keyword SQLAllocConnect(SQLHENV,SQLHDBC*)
3645Keyword SQLAllocEnv(SQLHENV *)
3646Keyword SQLAllocHandle(SQLSMALLINT,SQLHANDLE,SQLHANDLE*)
3647Keyword SQLAllocStmt(SQLHDBC,SQLHSTMT*)
3648Keyword SQLBindCol(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLPOINTER,SQLINTEGER,SQLINTEGER*)
3649Keyword SQLBindParameter(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLSMALLINT,SQLSMALLINT,SQLUINTEGER,SQLSMALLINT,SQLPOINTER,SQLINTEGER,SQLINTEGER*)
3650Keyword SQLBrowseConnect(SQLHDBC,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*)
3651Keyword SQLCancel(SQLHSTMT)
3652Keyword SQLColAttributes(SQLHSTMT,SQLUSMALLINT,SQLUSMALLINT,SQLPOINTER,SQLSMALLINT,SQLSMALLINT*,SQLINTEGER*)
3653Keyword SQLColumnPrivileges(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3654Keyword SQLColumns(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3655Keyword SQLConnect(SQLHDBC,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3656Keyword SQLDataSources(SQLHENV,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*)
3657Keyword SQLDescribeCol(SQLHSTMT,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLSMALLINT*,SQLUINTEGER*,SQLSMALLINT*,SQLSMALLINT*)
3658Keyword SQLDescribeParam(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT*,SQLUINTEGER*,SQLSMALLINT*,SQLSMALLINT*)
3659Keyword SQLDisconnect(SQLHDBC)
3660Keyword SQLDriverConnect(SQLHDBC,SQLHWND,SQLCHAR,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLUSMALLINT)
3661Keyword SQLDrivers(SQLHENV,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*)
3662Keyword SQLError(SQLHENV,SQLHDBC,SQLHSTMT,SQLCHAR*,SQLINTEGER*,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*)
3663Keyword SQLExecDirect(SQLHSTMT,SQLCHAR*,SQLINTEGER)
3664Keyword SQLExecute(SQLHSTMT)
3665Keyword SQLExtendedFetch(SQLHSTMT,SQLUSMALLINT,SQLINTEGER,SQLUINTEGER*,SQLUSMALLINT*)
3666Keyword SQLFetch(SQLHSTMT)
3667Keyword SQLForeignKeys(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3668Keyword SQLFreeConnect(SQLHDBC)
3669Keyword SQLFreeEnv(SQLHENV)
3670Keyword SQLFreeHandle(SQLSMALLINT,SQLHANDLE)
3671Keyword SQLFreeStmt(SQLHSTMT,SQLUSMALLINT)
3672Keyword SQLGetConnectOption(SQLHDBC,SQLUSMALLINT,SQLPOINTER)
3673Keyword SQLGetCursorName(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*)
3674Keyword SQLGetData(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLPOINTER,SQLINTEGER,SQLINTEGER*)
3675Keyword SQLGetFunctions(SQLHDBC,SQLUSMALLINT,SQLUSMALLINT*)
3676Keyword SQLGetInfo(SQLHDBC,SQLUSMALLINT,SQLPOINTER,SQLSMALLINT,SQLSMALLINT*)
3677Keyword SQLGetStmtOption(SQLHSTMT,SQLUSMALLINT,SQLPOINTER)
3678Keyword SQLGetTypeInfo(SQLHSTMT,SQLSMALLINT)
3679Keyword SQLMoreResults(SQLHSTMT)
3680Keyword SQLNativeSql(SQLHDBC,SQLCHAR*,SQLINTEGER,SQLCHAR*,SQLINTEGER,SQLINTEGER*)
3681Keyword SQLNumParams(SQLHSTMT,SQLSMALLINT*)
3682Keyword SQLNumResultCols(SQLHSTMT,SQLSMALLINT*)
3683Keyword SQLParamData(SQLHSTMT,SQLPOINTER*)
3684Keyword SQLParamOptions(SQLHSTMT,SQLUINTEGER,SQLUINTEGER*)
3685Keyword SQLPrepare(SQLHSTMT,SQLCHAR*,SQLINTEGER)
3686Keyword SQLPrimaryKeys(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3687Keyword SQLProcedureColumns(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3688Keyword SQLProcedures(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3689Keyword SQLPutData(SQLHSTMT,SQLPOINTER,SQLINTEGER)
3690Keyword SQLRowCount(SQLHSTMT,SQLINTEGER*)
3691Keyword SQLSetConnectOption(SQLHDBC,SQLUSMALLINT,SQLUINTEGER)
3692Keyword SQLSetCursorName(SQLHSTMT,SQLCHAR*,SQLSMALLINT)
3693Keyword SQLSetParam(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLSMALLINT,SQLUINTEGER,SQLSMALLINT,SQLPOINTER,SQLINTEGER*)
3694Keyword SQLSetPos(SQLHSTMT,SQLUSMALLINT,SQLUSMALLINT,SQLUSMALLINT)
3695Keyword SQLSetScrollOptions(SQLHSTMT,SQLUSMALLINT,SQLINTEGER,SQLUSMALLINT)
3696Keyword SQLSetStmtOption(SQLHSTMT,SQLUSMALLINT,SQLUINTEGER)
3697Keyword SQLSpecialColumns(SQLHSTMT,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLUSMALLINT,SQLUSMALLINT fNullable)
3698Keyword SQLStatistics(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLUSMALLINT,SQLUSMALLINT)
3699Keyword SQLTablePrivileges(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3700Keyword SQLTables(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT)
3701Keyword SQLTransact(SQLHENV,SQLHDBC,SQLUSMALLINT)
3702Keyword SafeArrayAccessData(SAFEARRAY*,void**)
3703Keyword SafeArrayAllocData(SAFEARRAY*)
3704Keyword SafeArrayAllocDescriptor(unsigned int,SAFEARRAY**)
3705Keyword SafeArrayCopy(SAFEARRAY*,SAFEARRAY**)
3706Keyword SafeArrayDestroy(SAFEARRAY*)
3707Keyword SafeArrayDestroyData(SAFEARRAY*)
3708Keyword SafeArrayDestroyDescriptor(SAFEARRAY*)
3709Keyword SafeArrayGetElement(SAFEARRAY*,long*,void*)
3710Keyword SafeArrayGetLBound(SAFEARRAY*,unsigned int,long*)
3711Keyword SafeArrayGetUBound(SAFEARRAY*,unsigned int,long*)
3712Keyword SafeArrayLock(SAFEARRAY*)
3713Keyword SafeArrayPtrOfIndex(SAFEARRAY*,long*,void**)
3714Keyword SafeArrayPutElement(SAFEARRAY*,long*,void*)
3715Keyword SafeArrayRedim(SAFEARRAY*,SAFEARRAYBOUND*)
3716Keyword SafeArrayUnaccessData(SAFEARRAY*)
3717Keyword SafeArrayUnlock(SAFEARRAY*)
3718Keyword SaveDC(HDC)
3719Keyword ScaleViewportExtEx(HDC,int,int,int,int,LPSIZE)
3720Keyword ScaleWindowExtEx(HDC,int,int,int,int,LPSIZE)
3721Keyword ScheduleJob(HANDLE,DWORD)
3722Keyword ScreenSaverChangePassword(HWND)
3723Keyword ScreenSaverConfigureDialog(HWND,UINT,WPARAM,LPARAM)
3724Keyword ScreenSaverProc(HWND,UINT,WPARAM,LPARAM)
3725Keyword ScreenToClient(HWND,LPPOINT)
3726Keyword ScrollBar_Enable
3727Keyword ScrollBar_GetPos
3728Keyword ScrollBar_GetRange
3729Keyword ScrollBar_SetPos
3730Keyword ScrollBar_SetRange
3731Keyword ScrollBar_Show
3732Keyword ScrollConsoleScreenBuffer(HANDLE,const SMALL_RECT*,const SMALL_RECT*,COORD,const CHAR_INFO*)
3733Keyword ScrollDC(HDC,int,int,LPCRECT,LPCRECT,HRGN,LPRECT)
3734Keyword ScrollWindow(HWND,int,int,LPCRECT,LPCRECT)
3735Keyword ScrollWindowEx(HWND,int,int,LPCRECT,LPCRECT,HRGN,LPRECT,UINT)
3736Keyword SearchPath(LPCSTR,LPCSTR,LPCSTR,DWORD,LPSTR,LPSTR*)
3737Keyword SelectBitmap
3738Keyword SelectBrush
3739Keyword SelectClipPath(HDC,int)
3740Keyword SelectClipRgn(HDC,HRGN)
3741Keyword SelectFont
3742Keyword SelectObject(HDC,HGDIOBJ)
3743Keyword SelectPalette(HDC,HPALETTE,BOOL)
3744Keyword SelectPen
3745Keyword SendDlgItemMessage(HWND,int,UINT,WPARAM,LPARAM)
3746Keyword SendDriverMessage(HDRVR,UINT,LONG,LONG)
3747Keyword SendMessage(HWND,UINT,WPARAM,LPARAM)
3748Keyword SendMessageCallback(HWND,UINT,WPARAM,LPARAM,SENDASYNCPROC,DWORD)
3749Keyword SendMessageTimeout(HWND,UINT,WPARAM,LPARAM,UINT,UINT,PDWORD)
3750Keyword SendNotifyMessage(HWND,UINT,WPARAM,LPARAM)
3751Keyword SetAbortProc(HDC,ABORTPROC)
3752Keyword SetAclInformation(PACL,PVOID,DWORD,ACL_INFORMATION_CLASS)
3753Keyword SetActiveWindow(HWND)
3754Keyword SetArcDirection(HDC,int)
3755Keyword SetBitmapBits(HBITMAP,DWORD,PCVOID)
3756Keyword SetBitmapDimensionEx(HBITMAP,int,int,LPSIZE)
3757Keyword SetBkColor(HDC,COLORREF)
3758Keyword SetBkMode(HDC,int)
3759Keyword SetBoundsRect(HDC,LPCRECT,UINT)
3760Keyword SetBrushOrgEx(HDC,int,int,LPPOINT)
3761Keyword SetCapture(HWND hWnd)
3762Keyword SetCaretBlinkTime(UINT)
3763Keyword SetCaretPos(int,int)
3764Keyword SetClassLong(HWND,int,LONG)
3765Keyword SetClassWord(HWND,int,WORD)
3766Keyword SetClipboardData(UINT,HANDLE)
3767Keyword SetClipboardViewer(HWND)
3768Keyword SetColorAdjustment(HDC,const COLORADJUSTMENT*)
3769Keyword SetColorSpace(HDC,HCOLORSPACE)
3770Keyword SetCommBreak(HANDLE)
3771Keyword SetCommConfig(HANDLE,LPCOMMCONFIG,DWORD)
3772Keyword SetCommMask(HANDLE,DWORD)
3773Keyword SetCommState(HANDLE,LPDCB)
3774Keyword SetCommTimeouts(HANDLE,LPCOMMTIMEOUTS)
3775Keyword SetComputerName(LPCSTR)
3776Keyword SetConsoleActiveScreenBuffer(HANDLE)
3777Keyword SetConsoleCP(UINT)
3778Keyword SetConsoleCtrlHandler(PHANDLER_ROUTINE,BOOL)
3779Keyword SetConsoleCursorInfo(HANDLE,const CONSOLE_CURSOR_INFO*)
3780Keyword SetConsoleCursorPosition(HANDLE,COORD)
3781Keyword SetConsoleMode(HANDLE,DWORD)
3782Keyword SetConsoleOutputCP(UINT)
3783Keyword SetConsoleScreenBufferSize(HANDLE,COORD)
3784Keyword SetConsoleTextAttribute(HANDLE,WORD)
3785Keyword SetConsoleTitle(LPCSTR)
3786Keyword SetConsoleWindowInfo(HANDLE,BOOL,const SMALL_RECT*)
3787Keyword SetConvertStg(LPSTORAGE,BOOL)
3788Keyword SetCurrentDirectory(LPCSTR)
3789Keyword SetCursor(HCURSOR)
3790Keyword SetCursorPos(int,int)
3791Keyword SetDIBColorTable(HDC,UINT,UINT,const RGBQUAD*)
3792Keyword SetDIBits(HDC,HBITMAP,UINT,UINT,PCVOID,const BITMAPINFO*,UINT)
3793Keyword SetDIBitsToDevice(HDC,int,int,DWORD,DWORD,int,int,UINT,UINT,PCVOID,const BITMAPINFO*,UINT)
3794Keyword SetDebugErrorLevel(DWORD)
3795Keyword SetDefaultCommConfig(LPCSTR,LPCOMMCONFIG,DWORD)
3796Keyword SetDeviceGammaRamp(HDC,PVOID)
3797Keyword SetDlgItemInt(HWND,int,UINT,BOOL)
3798Keyword SetDlgItemText(HWND,int,LPCSTR)
3799Keyword SetDlgMsgResult
3800Keyword SetDoubleClickTime(UINT)
3801Keyword SetEndOfFile(HANDLE)
3802Keyword SetEnhMetaFileBits(UINT,const BYTE*)
3803Keyword SetEnvironmentVariable(LPCSTR,LPCSTR)
3804Keyword SetErrorInfo(unsigned long,LPERRORINFO)
3805Keyword SetErrorMode(UINT)
3806Keyword SetEvent(HANDLE)
3807Keyword SetFileApisToANSI(void)
3808Keyword SetFileApisToOEM(void)
3809Keyword SetFileAttributes(LPCSTR,DWORD)
3810Keyword SetFilePointer(HANDLE,LONG,PLONG,DWORD)
3811Keyword SetFileSecurity(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR)
3812Keyword SetFileTime(HANDLE,const FILETIME*,const FILETIME*,const FILETIME*)
3813Keyword SetFocus(HWND)
3814Keyword SetForegroundWindow(HWND)
3815Keyword SetForm(HANDLE,LPSTR,DWORD,PBYTE)
3816Keyword SetGraphicsMode(HDC,int)
3817Keyword SetHandleCount(UINT)
3818Keyword SetHandleInformation(HANDLE,DWORD,DWORD)
3819Keyword SetICMMode(HDC,int)
3820Keyword SetICMProfile(HDC,LPSTR)
3821Keyword SetJob(HANDLE,DWORD,DWORD,PBYTE,DWORD)
3822Keyword SetKernelObjectSecurity(HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR)
3823Keyword SetKeyboardState(PBYTE)
3824Keyword SetLastError(DWORD)
3825Keyword SetLastErrorEx(DWORD,DWORD)
3826Keyword SetLocalTime(const SYSTEMTIME*)
3827Keyword SetLocaleInfo(LCID,LCTYPE,LPCSTR)
3828Keyword SetMailslotInfo(HANDLE,DWORD)
3829Keyword SetMapMode(HDC,int)
3830Keyword SetMapperFlags(HDC,DWORD)
3831Keyword SetMenu(HWND,HMENU)
3832Keyword SetMenuContextHelpId(HMENU,DWORD)
3833Keyword SetMenuDefaultItem(HMENU,UINT,UINT)
3834Keyword SetMenuItemBitmaps(HMENU,UINT,UINT,HBITMAP,HBITMAP)
3835Keyword SetMenuItemInfo(HMENU,UINT,BOOL,LPCMENUITEMINFOA)
3836Keyword SetMessageExtraInfo(LPARAM)
3837Keyword SetMessageQueue(int)
3838Keyword SetMetaFileBitsEx(UINT,const BYTE *)
3839Keyword SetMetaRgn(HDC)
3840Keyword SetMiterLimit(HDC,FLOAT,PFLOAT)
3841Keyword SetNamedPipeHandleState(HANDLE,PDWORD,PDWORD,PDWORD)
3842Keyword SetPaletteEntries(HPALETTE,UINT,UINT,const PALETTEENTRY*)
3843Keyword SetParent(HWND,HWND)
3844Keyword SetPixel(HDC,int,int,COLORREF)
3845Keyword SetPixelFormat(HDC,int,PIXELFORMATDESCRIPTOR*)
3846Keyword SetPixelV(HDC,int,int,COLORREF)
3847Keyword SetPolyFillMode(HDC,int)
3848Keyword SetPrinter(HANDLE,DWORD,PBYTE,DWORD)
3849Keyword SetPrinterData(HANDLE,LPSTR,DWORD,PBYTE,DWORD)
3850Keyword SetPriorityClass(HANDLE,DWORD)
3851Keyword SetPrivateObjectSecurity(SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR *,PGENERIC_MAPPING,HANDLE)
3852Keyword SetProcessAffinityMask(HANDLE,DWORD)
3853Keyword SetProcessPriorityBoost(HANDLE,BOOL)
3854Keyword SetProcessShutdownParameters(DWORD,DWORD)
3855Keyword SetProcessWindowStation(HWINSTA)
3856Keyword SetProcessWorkingSetSize(HANDLE,DWORD,DWORD)
3857Keyword SetProp(HWND,LPCSTR,HANDLE)
3858Keyword SetROP2(HDC,int)
3859Keyword SetRect(LPRECT,int,int,int,int)
3860Keyword SetRectEmpty(LPRECT)
3861Keyword SetRectRgn(HRGN,int,int,int,int)
3862Keyword SetScrollInfo(HWND,int,LPCSCROLLINFO,BOOL)
3863Keyword SetScrollPos(HWND,int,int,BOOL)
3864Keyword SetScrollRange(HWND,int,int,int,BOOL)
3865Keyword SetSecurityDescriptorDacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL)
3866Keyword SetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR,PSID,BOOL)
3867Keyword SetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID,BOOL)
3868Keyword SetSecurityDescriptorSacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL)
3869Keyword SetServiceBits(SERVICE_STATUS_HANDLE,DWORD,BOOL,BOOL)
3870Keyword SetServiceObjectSecurity(SC_HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR)
3871Keyword SetServiceStatus(SERVICE_STATUS_HANDLE,LPSERVICE_STATUS)
3872Keyword SetStdHandle(DWORD,HANDLE)
3873Keyword SetStretchBltMode(HDC,int)
3874Keyword SetSwapAreaSize
3875Keyword SetSysColors(int,const INT *,const COLORREF *)
3876Keyword SetSysModalWindow
3877Keyword SetSystemCursor(HCURSOR,DWORD)
3878Keyword SetSystemPaletteUse(HDC,UINT)
3879Keyword SetSystemPowerState(BOOL,BOOL)
3880Keyword SetSystemTime(const SYSTEMTIME*)
3881Keyword SetSystemTimeAdjustment(DWORD,BOOL)
3882Keyword SetTapeParameters(HANDLE,DWORD,PVOID)
3883Keyword SetTapePosition(HANDLE,DWORD,DWORD,DWORD,DWORD,BOOL)
3884Keyword SetTextAlign(HDC,UINT)
3885Keyword SetTextCharacterExtra(HDC,int)
3886Keyword SetTextColor(HDC,COLORREF)
3887Keyword SetTextJustification(HDC,int,int)
3888Keyword SetThreadAffinityMask(HANDLE,DWORD)
3889Keyword SetThreadContext(HANDLE,const CONTEXT*)
3890Keyword SetThreadDesktop(HDESK)
3891Keyword SetThreadIdealProcessor(HANDLE,DWORD)
3892Keyword SetThreadLocale(LCID)
3893Keyword SetThreadPriority(HANDLE,int)
3894Keyword SetThreadPriorityBoost(HANDLE,BOOL)
3895Keyword SetThreadToken(PHANDLE,HANDLE)
3896Keyword SetTimeZoneInformation(const TIME_ZONE_INFORMATION *)
3897Keyword SetTimer(HWND,UINT,UINT,TIMERPROC)
3898Keyword SetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,PVOID,DWORD)
3899Keyword SetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER)
3900Keyword SetUrlCacheEntryInfo(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,DWORD)
3901Keyword SetUserObjectInformation(HANDLE,int,PVOID,DWORD)
3902Keyword SetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECURITY_DESCRIPTOR)
3903Keyword SetViewportExtEx(HDC,int,int,LPSIZE)
3904Keyword SetViewportOrgEx(HDC,int,int,LPPOINT)
3905Keyword SetVolumeLabel(LPCSTR,LPCSTR)
3906Keyword SetWaitableTimer(HANDLE,const LARGE_INTEGER*,LONG,PTIMERAPCROUTINE,PVOID,BOOL)
3907Keyword SetWinMetaFileBits(UINT,const BYTE*,HDC,const METAFILEPICT*)
3908Keyword SetWindowContextHelpId(HWND,DWORD)
3909Keyword SetWindowExtEx(HDC,int,int,LPSIZE)
3910Keyword SetWindowFont
3911Keyword SetWindowLong(HWND,int,LONG)
3912Keyword SetWindowOrgEx(HDC,int,int,LPPOINT)
3913Keyword SetWindowPlacement(HWND hWnd,const WINDOWPLACEMENT*)
3914Keyword SetWindowPos(HWND,HWND,int,int,int,int,UINT)
3915Keyword SetWindowRedraw
3916Keyword SetWindowRgn(HWND,HRGN,BOOL)
3917Keyword SetWindowText(HWND,LPCSTR)
3918Keyword SetWindowWord(HWND,int,WORD)
3919Keyword SetWindowsHook(int,HOOKPROC)
3920Keyword SetWindowsHookEx(int,HOOKPROC,HINSTANCE,DWORD)
3921Keyword SetWorldTransform(HDC,const XFORM *)
3922Keyword SetupComm(HANDLE,DWORD,DWORD)
3923Keyword ShGetDataFromIDList(LPSHELLFOLDER,LPCITEMIDLIST,int,PVOID,int)
3924Keyword ShellABout(HWND,LPCSTR,LPCSTR,HICON)
3925Keyword ShellExecute(HWND,LPCSTR,LPCSTR,LPCSTR,LPCSTR,INT)
3926Keyword ShellExecuteEx(LPSHELLEXECUTEINFOA)
3927Keyword Shell_NotifyIcon(DWORD,PNOTIFYICONDATAA)
3928Keyword ShowCaret(HWND)
3929Keyword ShowCursor(BOOL)
3930Keyword ShowHideMenuCtl(HWND,UINT,PINT)
3931Keyword ShowOwnedPopups(HWND,BOOL)
3932Keyword ShowScrollBar(HWND,int,BOOL)
3933Keyword ShowWindow(HWND,int)
3934Keyword ShowWindowAsync(HWND,int)
3935Keyword SignalObjectAndWait(HANDLE,HANDLE,DWORD,BOOL)
3936Keyword SizeofResource(HINSTANCE,HRSRC)
3937Keyword Sleep(DWORD)
3938Keyword SleepEx(DWORD,BOOL)
3939Keyword StartDoc(HDC,const DOCINFO*)
3940Keyword StartDocPrinter(HANDLE,DWORD,PBYTE)
3941Keyword StartPage(HDC)
3942Keyword StartPagePrinter(HANDLE)
3943Keyword StartService(SC_HANDLE,DWORD,LPCSTR*)
3944Keyword StartServiceCtrlDispatcher(LPSERVICE_TABLE_ENTRYA)
3945Keyword Static_Enable
3946Keyword Static_GetIcon
3947Keyword Static_GetText
3948Keyword Static_GetTextLength
3949Keyword Static_SetIcon
3950Keyword Static_SetText
3951Keyword StgCreateDocfile(const OLECHAR*,DWORD,DWORD,IStorage**)
3952Keyword StgCreateDocfileOnILockBytes(ILockBytes*,DWORD,DWORD,IStorage**)
3953Keyword StgIsStorageFile(const OLECHAR*)
3954Keyword StgIsStorageILockBytes(ILockBytes*)
3955Keyword StgOpenStorage(const OLECHAR*,IStorage*,DWORD,SNB,DWORD,IStorage**)
3956Keyword StgOpenStorageOnILockBytes(ILockBytes*,IStorage*,DWORD,SNB,DWORD,IStorage**)
3957Keyword StgSetTimes(OLECHAR const*,FILETIME const*,FILETIME const*,FILETIME const*)
3958Keyword StretchBlt(HDC,int,int,int,int,HDC,int,int,int,int,DWORD)
3959Keyword StretchDIBits(HDC,int,int,int,int,int,int,int,int,const VOID *,const BITMAPINFO *,UINT,DWORD)
3960Keyword StringFromCLSID(REFCLSID,LPOLESTR*)
3961Keyword StringFromIID(REFIID,LPOLESTR*)
3962Keyword StrokeAndFillPath(HDC)
3963Keyword StrokePath(HDC)
3964Keyword SubclassDialog
3965Keyword SubclassWindow
3966Keyword SubtractRect(LPRECT,LPCRECT,LPCRECT)
3967Keyword SubtractRgn
3968Keyword SuspendThread(HANDLE)
3969Keyword SwapBuffers(HDC)
3970Keyword SwapMouseButton(BOOL)
3971Keyword SwitchDesktop(HDESK)
3972Keyword SwitchToFiber(PVOID)
3973Keyword SwitchToThread(void)
3974Keyword SystemParametersInfo(UINT,UINT,PVOID,UINT)
3975Keyword SystemTimeToFileTime(const SYSTEMTIME*,LPFILETIME)
3976Keyword SystemTimeToTzSpecificLocalTime(LPTIME_ZONE_INFORMATION,LPSYSTEMTIME,LPSYSTEMTIME)
3977Keyword TabCtrl_AdjustRect
3978Keyword TabCtrl_DeleteAllItems
3979Keyword TabCtrl_DeleteItem
3980Keyword TabCtrl_DeselectAll
3981Keyword TabCtrl_GetCurFocus
3982Keyword TabCtrl_GetCurSel
3983Keyword TabCtrl_GetExtendedStyle
3984Keyword TabCtrl_GetItem
3985Keyword TabCtrl_GetItemCount
3986Keyword TabCtrl_GetItemRect
3987Keyword TabCtrl_GetRowCount
3988Keyword TabCtrl_GetToolTips
3989Keyword TabCtrl_GetUnicodeFormat
3990Keyword TabCtrl_HighlightItem
3991Keyword TabCtrl_HitTest
3992Keyword TabCtrl_InsertItem
3993Keyword TabCtrl_RemoveImage
3994Keyword TabCtrl_SetCurFocus
3995Keyword TabCtrl_SetCurSel
3996Keyword TabCtrl_SetExtendedStyle
3997Keyword TabCtrl_SetImageList
3998Keyword TabCtrl_SetItem
3999Keyword TabCtrl_SetItemExtra
4000Keyword TabCtrl_SetItemSize
4001Keyword TabCtrl_SetMinTabWidth
4002Keyword TabCtrl_SetPadding
4003Keyword TabCtrl_SetToolTips
4004Keyword TabCtrl_SetUnicodeFormat
4005Keyword TabbedTextOut(HDC,int,int,LPCSTR,int,int,LPINT,int)
4006Keyword TerminateProcess(HANDLE,UINT)
4007Keyword TerminateThread(HANDLE,DWORD)
4008Keyword TextOut(HDC,int,int,LPCSTR,int)
4009Keyword TileWindows(HWND,UINT,LPCRECT,UINT,const HWND *)
4010Keyword TlsAlloc(VOID)
4011Keyword TlsFree(DWORD)
4012Keyword TlsGetValue(DWORD)
4013Keyword TlsSetValue(DWORD,PVOID)
4014Keyword ToAscii(UINT,UINT,PBYTE,LPWORD,UINT)
4015Keyword ToAsciiEx(UINT,UINT,PBYTE,LPWORD,UINT,HKL)
4016Keyword ToUnicode(UINT,UINT,PBYTE,LPWSTR,int,UINT)
4017Keyword ToUnicodeEx(UINT,UINT,PBYTE,LPWSTR,int,UINT,HKL)
4018Keyword TrackMouseEvent(LPTRACKMOUSEEVENT)
4019Keyword TrackPopupMenu(HMENU,UINT,int,int,int,HWND,LPCRECT)
4020Keyword TrackPopupMenuEx(HMENU,UINT,int,int,HWND,LPTPMPARAMS)
4021Keyword TransactNamedPipe(HANDLE,PVOID,DWORD,PVOID,DWORD,PDWORD,LPOVERLAPPED)
4022Keyword TranslateAccelerator(HWND,HACCEL,LPMSG)
4023Keyword TranslateCharsetInfo(PDWORD,LPCHARSETINFO,DWORD)
4024Keyword TranslateMDISysAccel(HWND,LPMSG)
4025Keyword TranslateMessage(const MSG*)
4026Keyword TranslateURL(PCSTR,DWORD,PSTR*)
4027Keyword TransmitCommChar(HANDLE,char)
4028Keyword TransmitFile(SOCKET,HANDLE,DWORD,DWORD,LPOVERLAPPED,LPTRANSMIT_FILE_BUFFERS,DWORD)
4029Keyword TreeView_CreateDragImage
4030Keyword TreeView_DeleteAllItems
4031Keyword TreeView_DeleteItem
4032Keyword TreeView_EditLabel
4033Keyword TreeView_EndEditLabelNow
4034Keyword TreeView_EnsureVisible
4035Keyword TreeView_Expand
4036Keyword TreeView_GetChild
4037Keyword TreeView_GetCount
4038Keyword TreeView_GetDropHilight
4039Keyword TreeView_GetEditControl
4040Keyword TreeView_GetFirstVisible
4041Keyword TreeView_GetISearchString
4042Keyword TreeView_GetImageList
4043Keyword TreeView_GetIndent
4044Keyword TreeView_GetItem
4045Keyword TreeView_GetItemRect
4046Keyword TreeView_GetNextItem
4047Keyword TreeView_GetNextSibling
4048Keyword TreeView_GetNextVisible
4049Keyword TreeView_GetParent
4050Keyword TreeView_GetPrevSibling
4051Keyword TreeView_GetPrevVisible
4052Keyword TreeView_GetRoot
4053Keyword TreeView_GetSelection
4054Keyword TreeView_GetVisibleCount
4055Keyword TreeView_HitTest
4056Keyword TreeView_InsertItem
4057Keyword TreeView_Select
4058Keyword TreeView_SelectDropTarget
4059Keyword TreeView_SelectItem
4060Keyword TreeView_SelectSetFirstVisible
4061Keyword TreeView_SetImageList
4062Keyword TreeView_SetIndent
4063Keyword TreeView_SetItem
4064Keyword TreeView_SortChildren
4065Keyword TreeView_SortChildrenCB
4066Keyword TryEnterCriticalSection(LPCRITICAL_SECTION)
4067Keyword UInt32x32To64
4068Keyword ULISet32
4069Keyword URLAssociationDialog(HWND,DWORD,PCSTR,PCSTR,PSTR,UINT)
4070Keyword UnhandledExceptionFilter(LPEXCEPTION_POINTERS)
4071Keyword UnhookWindowsHook(int,HOOKPROC)
4072Keyword UnhookWindowsHookEx(HHOOK)
4073Keyword UnionRect(LPRECT,LPCRECT,LPCRECT)
4074Keyword UnionRgn
4075Keyword UnloadKeyboardLayout(HKL)
4076Keyword UnlockFile(HANDLE,DWORD,DWORD,DWORD,DWORD)
4077Keyword UnlockFileEx(HANDLE,DWORD,DWORD,DWORD,LPOVERLAPPED)
4078Keyword UnlockResource
4079Keyword UnlockSegment
4080Keyword UnlockServiceDatabase(SC_LOCK)
4081Keyword UnlockUrlCacheEntryFile(LPCSTR,DWORD)
4082Keyword UnlockUrlCacheEntryStream(HANDLE,DWORD)
4083Keyword UnmapViewOfFile(PVOID)
4084Keyword UnpackDDElParam(UINT,LONG,PUINT,PUINT)
4085Keyword UnrealizeObject(HGDIOBJ)
4086Keyword UnregisterClass(LPCSTR,HINSTANCE)
4087Keyword UnregisterHotKey(HWND,int)
4088Keyword UpdateColors(HDC)
4089Keyword UpdateICMRegKey(DWORD,DWORD,LPSTR,UINT)
4090Keyword UpdateResource(HANDLE,LPCSTR,LPCSTR,WORD,PVOID,DWORD)
4091Keyword UpdateWindow(HWND)
4092Keyword UuidCompare(UUID*,UUID*, RPC_STATUS*)
4093Keyword UuidCompare(UUID*,UUID*,RPC_STATUS*)
4094Keyword UuidCreate(UUID*)
4095Keyword UuidCreateNil(UUID*)
4096Keyword UuidEqual(UUID*,UUID*, RPC_STATUS*)
4097Keyword UuidEqual(UUID*,UUID*,RPC_STATUS*)
4098Keyword UuidFromString(unsigned char*,UUID*)
4099Keyword UuidHash(UUID*,RPC_STATUS*)
4100Keyword UuidIsNil(UUID*,RPC_STATUS*)
4101Keyword UuidToString(UUID*,unsigned char**)
4102Keyword VER_PLATFORM_WIN32s
4103Keyword VTableProvStruc
4104Keyword ValidateRect(HWND,LPCRECT)
4105Keyword ValidateRgn(HWND,HRGN)
4106Keyword VarBoolFromCy(CY,VARIANT_BOOL*)
4107Keyword VarBoolFromDate(DATE,VARIANT_BOOL*)
4108Keyword VarBoolFromDisp(LPDISPATCH*,LCID,VARIANT_BOOL*)
4109Keyword VarBoolFromI2(short,VARIANT_BOOL*)
4110Keyword VarBoolFromI4(long,VARIANT_BOOL*)
4111Keyword VarBoolFromR4(float,VARIANT_BOOL*)
4112Keyword VarBoolFromR8(double,VARIANT_BOOL*)
4113Keyword VarBoolFromStr(OLECHAR*,LCID,unsigned long,VARIANT_BOOL*)
4114Keyword VarBoolFromUI1(unsigned char,VARIANT_BOOL*)
4115Keyword VarBstrFromBool(VARIANT_BOOL,LCID,unsigned long,BSTR*)
4116Keyword VarBstrFromCy(CY,LCID,unsigned long,BSTR*)
4117Keyword VarBstrFromDate(DATE,LCID,unsigned long,BSTR*)
4118Keyword VarBstrFromDisp(LPDISPATCH*,LCID,unsigned long,BSTR*)
4119Keyword VarBstrFromI2(short,LCID,unsigned long,BSTR*)
4120Keyword VarBstrFromI4(long,LCID,unsigned long,BSTR*)
4121Keyword VarBstrFromR4(float,LCID,unsigned long,BSTR*)
4122Keyword VarBstrFromR8(double,LCID,unsigned long,BSTR*)
4123Keyword VarBstrFromUI1(unsigned char,LCID,unsigned long,BSTR*)
4124Keyword VarCyFromBool(VARIANT_BOOL,CY*)
4125Keyword VarCyFromDate(DATE,CY*)
4126Keyword VarCyFromDisp(LPDISPATCH*,LCID,CY*)
4127Keyword VarCyFromI2(short,CY*)
4128Keyword VarCyFromI4(long,CY*)
4129Keyword VarCyFromR4(float,CY*)
4130Keyword VarCyFromR8(double,CY*)
4131Keyword VarCyFromStr(OLECHAR*,LCID,unsigned long,CY*)
4132Keyword VarCyFromUI1(unsigned char,CY*)
4133Keyword VarDateFromBool(VARIANT_BOOL,DATE*)
4134Keyword VarDateFromCy(CY,DATE*)
4135Keyword VarDateFromDisp(LPDISPATCH*,LCID,DATE*)
4136Keyword VarDateFromI2(short,DATE*)
4137Keyword VarDateFromI4(long,DATE*)
4138Keyword VarDateFromR4(float,DATE*)
4139Keyword VarDateFromR8(double,DATE*)
4140Keyword VarDateFromStr(OLECHAR*,LCID,unsigned long,DATE*)
4141Keyword VarDateFromUI1(unsigned char,DATE*)
4142Keyword VarI2FromBool(VARIANT_BOOL,short*)
4143Keyword VarI2FromCy(CY cyIn,short*)
4144Keyword VarI2FromDate(DATE,short*)
4145Keyword VarI2FromDisp(LPDISPATCH*,LCID,short*)
4146Keyword VarI2FromI4(long,short*)
4147Keyword VarI2FromR4(float,short*)
4148Keyword VarI2FromR8(double,short*)
4149Keyword VarI2FromStr(OLECHAR*,LCID,unsigned long,short*)
4150Keyword VarI2FromUI1(unsigned char,short*)
4151Keyword VarI4FromBool(VARIANT_BOOL,long*)
4152Keyword VarI4FromCy(CY,long*)
4153Keyword VarI4FromDate(DATE,long*)
4154Keyword VarI4FromDisp(LPDISPATCH*,LCID,long*)
4155Keyword VarI4FromI2(short,long*)
4156Keyword VarI4FromR4(float,long*)
4157Keyword VarI4FromR8(double,long*)
4158Keyword VarI4FromStr(OLECHAR*,LCID,unsigned long,long*)
4159Keyword VarI4FromUI1(unsigned char,long*)
4160Keyword VarR4FromBool(VARIANT_BOOL,float*)
4161Keyword VarR4FromCy(CY,float*)
4162Keyword VarR4FromDate(DATE,float*)
4163Keyword VarR4FromDisp(LPDISPATCH*,LCID,float*)
4164Keyword VarR4FromI2(short,float*)
4165Keyword VarR4FromI4(long,float*)
4166Keyword VarR4FromR8(double,float*)
4167Keyword VarR4FromStr(OLECHAR*,LCID,unsigned long,float*)
4168Keyword VarR4FromUI1(unsigned char,float*)
4169Keyword VarR8FromBool(VARIANT_BOOL,double*)
4170Keyword VarR8FromCy(CY,double*)
4171Keyword VarR8FromDate(DATE,double*)
4172Keyword VarR8FromDisp(LPDISPATCH*,LCID,double*)
4173Keyword VarR8FromI2(short,double*)
4174Keyword VarR8FromI4(long,double*)
4175Keyword VarR8FromR4(float,double*)
4176Keyword VarR8FromStr(OLECHAR*,LCID,unsigned long,double*)
4177Keyword VarR8FromUI1(unsigned char,double*)
4178Keyword VarUI1FromBool(VARIANT_BOOL,unsigned char*)
4179Keyword VarUI1FromCy(CY,unsigned char*)
4180Keyword VarUI1FromDate(DATE,unsigned char*)
4181Keyword VarUI1FromDisp(LPDISPATCH*,LCID,unsigned char*)
4182Keyword VarUI1FromI2(short,unsigned char*)
4183Keyword VarUI1FromI4(long,unsigned char*)
4184Keyword VarUI1FromR4(float,unsigned char*)
4185Keyword VarUI1FromR8(double,unsigned char*)
4186Keyword VarUI1FromStr(OLECHAR*,LCID,unsigned long,unsigned char*)
4187Keyword VariantChangeType(VARIANTARG*,VARIANTARG*,unsigned short,VARTYPE)
4188Keyword VariantChangeTypeEx(VARIANTARG*,VARIANTARG*,LCID,unsigned short,VARTYPE)
4189Keyword VariantClear(VARIANTARG*)
4190Keyword VariantCopy(VARIANTARG*,VARIANTARG*)
4191Keyword VariantCopyInd(VARIANT*,VARIANTARG*)
4192Keyword VectorFromBstr(BSTR, SAFEARRAY **)
4193Keyword VerFindFile(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,PUINT,LPSTR,PUINT)
4194Keyword VerInstallFile(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,PUINT)
4195Keyword VerLanguageName(DWORD,LPSTR,DWORD)
4196Keyword VerQueryValue(PCVOID,LPSTR,PVOID*,PUINT)
4197Keyword VirtualAlloc(PVOID,DWORD,DWORD,DWORD)
4198Keyword VirtualFree(PVOID,DWORD,DWORD)
4199Keyword VirtualFreeEx(HANDLE,PVOID,DWORD,DWORD)
4200Keyword VirtualLock(PVOID,DWORD)
4201Keyword VirtualProtect(PVOID,DWORD,DWORD,PDWORD)
4202Keyword VirtualProtectEx(HANDLE,PVOID,DWORD,DWORD,PDWORD)
4203Keyword VirtualQuery(LPCVOID,PMEMORY_BASIC_INFORMATION,DWORD)
4204Keyword VirtualQueryEx(HANDLE,LPCVOID,PMEMORY_BASIC_INFORMATION,DWORD)
4205Keyword VirtualUnlock(PVOID,DWORD)
4206Keyword VkKeyScan(CHAR)
4207Keyword VkKeyScanEx(CHAR,HKL)
4208Keyword WHashValOfLHashVal
4209Keyword WNetAddConnection2(LPNETRESOURCEA,LPCSTR,LPCSTR,DWORD)
4210Keyword WNetAddConnection3(HWND,LPNETRESOURCEA,LPCSTR,LPCSTR,DWORD)
4211Keyword WNetAddConnection(LPCSTR,LPCSTR,LPCSTR)
4212Keyword WNetCancelConnection2(LPCSTR,DWORD,BOOL)
4213Keyword WNetCancelConnection(LPCSTR,BOOL)
4214Keyword WNetCloseEnum(HANDLE)
4215Keyword WNetConnectionDialog(HWND,DWORD)
4216Keyword WNetConnectionDialog1(LPCONNECTDLGSTRUCTA)
4217Keyword WNetDisconnectDialog(HWND,DWORD)
4218Keyword WNetDisconnectDialog1(LPDISCDLGSTRUCTA)
4219Keyword WNetEnumResource(HANDLE,PDWORD,PVOID,PDWORD)
4220Keyword WNetGetConnection(LPCSTR,LPSTR,PDWORD)
4221Keyword WNetGetLastError(PDWORD,LPSTR,DWORD,LPSTR,DWORD)
4222Keyword WNetGetNetworkInformation(LPCSTR,LPNETINFOSTRUCT)
4223Keyword WNetGetProviderName(DWORD,LPSTR,PDWORD)
4224Keyword WNetGetUniversalName(LPCSTR,DWORD,PVOID,PDWORD)
4225Keyword WNetGetUser(LPCSTR,LPSTR,PDWORD)
4226Keyword WNetOpenEnum(DWORD,DWORD,DWORD,LPNETRESOURCEA,LPHANDLE)
4227Keyword WNetSetConnection(LPCSTR,DWORD,PVOID)
4228Keyword WNetUseConnection(HWND,LPNETRESOURCEA,LPCSTR,LPCSTR,DWORD,LPSTR,PDWORD,PDWORD)
4229Keyword WSAAsyncGetHostByAddr(HWND,u_int,const char*,int,int,char*,int)
4230Keyword WSAAsyncGetHostByName(HWND,u_int,const char*,char*,int)
4231Keyword WSAAsyncGetProtoByName(HWND,u_int,const char*,char*,int)
4232Keyword WSAAsyncGetProtoByNumber(HWND,u_int,int,char*,int)
4233Keyword WSAAsyncGetServByName(HWND,u_int,const char*,const char*,char*,int)
4234Keyword WSAAsyncGetServByPort(HWND,u_int,int,const char*,char*,int)
4235Keyword WSAAsyncSelect(SOCKET,HWND,u_int,long)
4236Keyword WSACancelAsyncRequest(HANDLE)
4237Keyword WSACancelBlockingCall(void)
4238Keyword WSACleanup(void)
4239Keyword WSACreateEvent
4240Keyword WSAData
4241Keyword WSAEnumNetworkEvents(SOCKET s, WSAEVENT hEventObject, LPWSANETWORKEVENTS lpNetworkEvents)
4242Keyword WSAEventSelect(SOCKET s, WSAEVENT hEventObject, long lNetworkEvents)
4243Keyword WSAGetLastError(void)
4244Keyword WSAIsBlocking(void)
4245Keyword WSARecvEx(SOCKET,char*,int,int*)
4246Keyword WSASetBlockingHook(FARPROC)
4247Keyword WSASetLastError(int)
4248Keyword WSAStartup(WORD,LPWSADATA)
4249Keyword WSAUnhookBlockingHook(void)
4250Keyword WaitCommEvent(HANDLE,PDWORD,LPOVERLAPPED)
4251Keyword WaitForDebugEvent(LPDEBUG_EVENT,DWORD)
4252Keyword WaitForInputIdle(HANDLE,DWORD)
4253Keyword WaitForMultipleObjects(DWORD,const HANDLE*,BOOL,DWORD)
4254Keyword WaitForMultipleObjectsEx(DWORD,const HANDLE*,BOOL,DWORD,BOOL)
4255Keyword WaitForPrinterChange(HANDLE,DWORD)
4256Keyword WaitForSingleObject(HANDLE,DWORD)
4257Keyword WaitForSingleObjectEx(HANDLE,DWORD,BOOL)
4258Keyword WaitMessage(void)
4259Keyword WaitNamedPipe(LPCSTR,DWORD)
4260Keyword WideCharToMultiByte(UINT,DWORD,LPCWSTR,int,LPSTR,int,LPCSTR,LPBOOL)
4261Keyword WidenPath(HDC)
4262Keyword WinExec(LPCSTR,UINT)
4263Keyword WinHelp(HWND,LPCSTR,UINT,DWORD)
4264Keyword WinLoadTrustProvider(GUID*)
4265Keyword WinMain(HINSTANCE,HINSTANCE,LPSTR,int)
4266Keyword WinMain(HINSTANCE,HINSTANCE,LPWSTR,int)
4267Keyword WindowFromDC(HDC hDC)
4268Keyword WindowFromPoint(POINT)
4269Keyword WriteClassStg(LPSTORAGE,REFCLSID)
4270Keyword WriteClassStm(LPSTREAM,REFCLSID)
4271Keyword WriteConsole(HANDLE,PCVOID,DWORD,PDWORD,PVOID)
4272Keyword WriteConsoleInput(HANDLE,const INPUT_RECORD*,DWORD,PDWORD)
4273Keyword WriteConsoleOutput(HANDLE,const CHAR_INFO*,COORD,COORD,PSMALL_RECT)
4274Keyword WriteConsoleOutputAttribute(HANDLE,const WORD*,DWORD,COORD,PDWORD)
4275Keyword WriteConsoleOutputCharacter(HANDLE,LPCSTR,DWORD,COORD,PDWORD)
4276Keyword WriteFile(HANDLE,PCVOID,DWORD,PDWORD,LPOVERLAPPED)
4277Keyword WriteFileEx(HANDLE,PCVOID,DWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE)
4278Keyword WriteFmtUserTypeStg(LPSTORAGE,CLIPFORMAT,LPOLESTR)
4279Keyword WritePrinter(HANDLE,PVOID,DWORD,PDWORD)
4280Keyword WritePrivateProfileSection(LPCSTR,LPCSTR,LPCSTR)
4281Keyword WritePrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPCSTR)
4282Keyword WritePrivateProfileStruct(LPCSTR,LPCSTR,PVOID,UINT,LPCSTR)
4283Keyword WriteProcessMemory(HANDLE,PVOID,PVOID,DWORD,PDWORD)
4284Keyword WriteProfileSection(LPCSTR,LPCSTR)
4285Keyword WriteProfileString(LPCSTR,LPCSTR,LPCSTR)
4286Keyword WriteTapemark(HANDLE,DWORD,DWORD,BOOL)
4287Keyword XorRgn
4288Keyword Yield
4289Keyword ZeroMemory
4290Keyword abs(int n)
4291Keyword accept(SOCKET,struct sockaddr*,int*)
4292Keyword access(const char* szFileName, int nAccessMode)
4293Keyword acos(double x)
4294Keyword asctime(const struct tm* tmsp)
4295Keyword asin(double x)
4296Keyword assert
4297Keyword atan(double x)
4298Keyword atan2(double y, double x)
4299Keyword atexit(void(*pfuncExitProcessing)(void))
4300Keyword atof(const char* szNumber)
4301Keyword atoi(const char* szNumber)
4302Keyword atol(const char* szNumber)
4303Keyword auxGetDevCaps(UINT,LPAUXCAPSA,UINT)
4304Keyword auxGetNumDevs(void)
4305Keyword auxGetVolume(UINT,PDWORD)
4306Keyword auxOutMessage(UINT,UINT,DWORD,DWORD)
4307Keyword auxSetVolume(UINT,DWORD)
4308Keyword bind(SOCKET,const struct sockaddr*,int)
4309Keyword boolean_array_from_ndr
4310Keyword boolean_from_ndr
4311Keyword bsearch(const void* pKey, const void* pBase, size_t cntObjects, size_t sizeObject, _pfunccmp_t pfuncCmp)
4312Keyword btowc(int)
4313Keyword byte
4314Keyword byte_array_from_ndr
4315Keyword byte_from_ndr
4316Keyword cabs(struct _complex x)
4317Keyword calloc(size_t sizeObjCnt, size_t sizeObject)
4318Keyword cbNDRContext
4319Keyword ceil(double x)
4320Keyword char_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned char*)
4321Keyword char_from_ndr(PRPC_MESSAGE,unsigned char*)
4322Keyword chdir(const char* szPath)
4323Keyword chsize(int nHandle, long lnNewSize)
4324Keyword chx1
4325Keyword chx10
4326Keyword chx11
4327Keyword chx12
4328Keyword chx13
4329Keyword chx14
4330Keyword chx15
4331Keyword chx16
4332Keyword chx2
4333Keyword chx3
4334Keyword chx4
4335Keyword chx5
4336Keyword chx6
4337Keyword chx7
4338Keyword chx8
4339Keyword chx9
4340Keyword clearerr(FILE* fileClearErrors)
4341Keyword clock_t clock()
4342Keyword clock_t
4343Keyword close(int nHandle)
4344Keyword closedir(DIR* dir)
4345Keyword closesocket(SOCKET)
4346Keyword cmb1
4347Keyword cmb10
4348Keyword cmb11
4349Keyword cmb12
4350Keyword cmb13
4351Keyword cmb14
4352Keyword cmb15
4353Keyword cmb16
4354Keyword cmb2
4355Keyword cmb3
4356Keyword cmb4
4357Keyword cmb5
4358Keyword cmb6
4359Keyword cmb7
4360Keyword cmb8
4361Keyword cmb9
4362Keyword connect(SOCKET,const struct sockaddr*,int)
4363Keyword cos(double x)
4364Keyword cosh(double x)
4365Keyword creat(const char* szFileName, int nAccessMode)
4366Keyword ctime(const time_t* tp)
4367Keyword ctlFirst
4368Keyword ctlLast
4369Keyword cwait(int* pnStatus, pid_t pid, int nAction)
4370Keyword data_from_ndr(PRPC_MESSAGE,void*,char*,unsigned char)
4371Keyword data_into_ndr(void*,PRPC_MESSAGE,char*,unsigned char)
4372Keyword data_size_ndr(void*,PRPC_MESSAGE,char*,unsigned char)
4373Keyword daylight
4374Keyword difftime(time_t t2, time_t t1)
4375Keyword dirent
4376Keyword diskfree_t
4377Keyword div_t div(int nNumerator, int nDenominator)
4378Keyword div_t
4379Keyword double_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,void*)
4380Keyword double_from_ndr(PRPC_MESSAGE,void*)
4381Keyword dup(int nHandle)
4382Keyword dup2(int nOldHandle, int nNewHandle)
4383Keyword ecvt(double dValue, int nDig, int* pnDec, int* pnSign)
4384Keyword edt1
4385Keyword edt10
4386Keyword edt11
4387Keyword edt12
4388Keyword edt13
4389Keyword edt14
4390Keyword edt15
4391Keyword edt16
4392Keyword edt2
4393Keyword edt3
4394Keyword edt4
4395Keyword edt5
4396Keyword edt6
4397Keyword edt7
4398Keyword edt8
4399Keyword edt9
4400Keyword enum_from_ndr(PRPC_MESSAGE,unsigned int*)
4401Keyword environ
4402Keyword eof(int nHandle)
4403Keyword errno
4404Keyword error_status_t
4405Keyword execl(const char* szPath, const char* szArgv0, ...)
4406Keyword execle(const char* szPath, const char* szArgv0, ...)
4407Keyword execlp(const char* szPath, const char* szArgv0, ...)
4408Keyword execlpe(const char* szPath, const char* szArgv0, ...)
4409Keyword execv(const char* szPath, char* const* szaArgv)
4410Keyword execve(const char* szPath, char* const* szaArgv, char* const* szaEnv)
4411Keyword execvp(const char* szPath, char* const* szaArgv)
4412Keyword execvpe(const char* szPath, char* const* szaArgv, char* const* szaEnv)
4413Keyword exp(double x)
4414Keyword fabs(double x)
4415Keyword far
4416Keyword fclose(FILE* fileClose)
4417Keyword fcvt(double dValue, int nDig, int* pnDec, int* pnSign)
4418Keyword fd_set
4419Keyword fdopen(int nHandle, const char* szMode)
4420Keyword feof(FILE* fileIsAtEnd)
4421Keyword ferror(FILE* fileIsError)
4422Keyword fflush(FILE* fileFlush)
4423Keyword fgetc(FILE* fileRead)
4424Keyword fgetchar()
4425Keyword fgetpos(FILE* fileGetPosition, fpos_t* pfpos)
4426Keyword fgets(char* caBuffer, int nBufferSize, FILE* fileRead)
4427Keyword fgetwc(FILE* fileRead)
4428Keyword fgetwchar(void)
4429Keyword filelength(int nHandle)
4430Keyword fileno(FILE* fileGetHandle)
4431Keyword float_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,void*)
4432Keyword float_from_ndr(PRPC_MESSAGE,void*)
4433Keyword floor(double x)
4434Keyword fmod(double x, double y)
4435Keyword fopen(const char* szFileName, const char* szMode)
4436Keyword fpos_t
4437Keyword fprintf(FILE* filePrintTo, const char* szFormat, ...)
4438Keyword fputc(int c, FILE* fileWrite)
4439Keyword fputchar(int c)
4440Keyword fputs(const char* szOutput, FILE* fileWrite)
4441Keyword fputwc(wchar_t wc, FILE* fileWrite)
4442Keyword fputwchar(wint_t c)
4443Keyword fread(void* pBuffer, size_t sizeObject, size_t sizeObjCount, FILE* fileRead)
4444Keyword free(void* pObject)
4445Keyword freopen(const char* szNewFileName, const char* szNewMode, FILE* fileChangeAssociation)
4446Keyword frexp(double x, int* exp)
4447Keyword frm1
4448Keyword frm2
4449Keyword frm3
4450Keyword frm4
4451Keyword fscanf(FILE* fileReadFrom, const char* szFormat, ...)
4452Keyword fseek(FILE* fileSetPosition, long lnOffset, int nOrigin)
4453Keyword fsetpos(FILE* fileSetPosition, fpos_t* pfpos)
4454Keyword ftell(FILE* fileGetPosition)
4455Keyword fwprintf(FILE* filePrintTo, const wchar_t* wsFormat, ...)
4456Keyword fwrite(const void* pObjArray, size_t sizeObject, size_t sizeObjCount, FILE* fileWrite)
4457Keyword fwscanf(FILE* fileReadFrom, const wchar_t* wsFormat, ...)
4458Keyword gcvt(double dValue, int nDec, char* caBuf)
4459Keyword getc(FILE* fileRead)
4460Keyword getch()
4461Keyword getchar()
4462Keyword getche()
4463Keyword getcwd(char* caBuffer, int nBufferSize)
4464Keyword getenv(const char* szVarName)
4465Keyword gethostbyaddr(const char*,int,int)
4466Keyword gethostbyname(const char*)
4467Keyword gethostname(char*,int)
4468Keyword getpeername(SOCKET,struct sockaddr*,int*)
4469Keyword getpid()
4470Keyword getprotobyname(const char*)
4471Keyword getprotobynumber(int)
4472Keyword gets(char* caBuffer) /* Unsafe: how does gets know how long the
4473Keyword getservbyname(const char*,const char*)
4474Keyword getservbyport(int,const char*)
4475Keyword getsockname(SOCKET,struct sockaddr*,int*)
4476Keyword getsockopt(SOCKET,int,int,char*,int*)
4477Keyword getw(FILE*)
4478Keyword gmonhdr
4479Keyword gmonparam
4480Keyword gmtime(const time_t* tm)
4481Keyword grp1
4482Keyword grp2
4483Keyword grp3
4484Keyword grp4
4485Keyword h_addr
4486Keyword h_errno
4487Keyword handle_t
4488Keyword heapwalk(_HEAPINFO* pHeapinfo)
4489Keyword hmemcpy
4490Keyword hostent
4491Keyword htonl(u_long)
4492Keyword htons(u_long)
4493Keyword htons(u_short)
4494Keyword hyper
4495Keyword hyper_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,hyper*)
4496Keyword hyper_from_ndr(PRPC_MESSAGE,hyper*)
4497Keyword hyper_from_ndr_temp(unsigned char**,hyper*,unsigned long)
4498Keyword hypot(double x, double y)
4499Keyword ico1
4500Keyword ico2
4501Keyword ico3
4502Keyword ico4
4503Keyword idsAppName
4504Keyword idsBadOldPW
4505Keyword idsChangePW
4506Keyword idsDefKeyword
4507Keyword idsDifferentPW
4508Keyword idsHelpFile
4509Keyword idsIniFile
4510Keyword idsIsPassword
4511Keyword idsNoHelpMemory
4512Keyword idsPassword
4513Keyword idsScreenSaver
4514Keyword in_addr
4515Keyword inet_addr(const char*)
4516Keyword inet_ntoa(struct in_addr)
4517Keyword interface
4518Keyword ioctlsocket(SOCKET,long,u_long *)
4519Keyword ip_mreq
4520Keyword is_wctype(wint_t wc, wctype_t wctypeFlags) /* Obsolete! */
4521Keyword isalnum(int c)
4522Keyword isalpha(int c)
4523Keyword isascii(int c)
4524Keyword isatty(int nHandle)
4525Keyword iscntrl(int c)
4526Keyword iscsym(int c)
4527Keyword iscsymf(int c)
4528Keyword isdigit(int c)
4529Keyword isgraph(int c)
4530Keyword isleadbyte(int c)
4531Keyword islower(int c)
4532Keyword isprint(int c)
4533Keyword ispunct(int c)
4534Keyword isspace(int c)
4535Keyword isupper(int c)
4536Keyword iswalnum(wint_t wc)
4537Keyword iswalpha(wint_t wc)
4538Keyword iswascii(wint_t wc)
4539Keyword iswcntrl(wint_t wc)
4540Keyword iswctype(wint_t wc, wctype_t wctypeFlags)
4541Keyword iswdigit(wint_t wc)
4542Keyword iswgraph(wint_t wc)
4543Keyword iswlower(wint_t wc)
4544Keyword iswprint(wint_t wc)
4545Keyword iswpunct(wint_t wc)
4546Keyword iswspace(wint_t wc)
4547Keyword iswupper(wint_t wc)
4548Keyword iswxdigit(wint_t wc)
4549Keyword isxdigit(int c)
4550Keyword itoa(int nValue, char* sz, int nRadix)
4551Keyword iurl_invokecommand_flags
4552Keyword iurl_seturl_flags
4553Keyword j0(double x)
4554Keyword j1(double x)
4555Keyword jmp_buf
4556Keyword jn(int n, double x)
4557Keyword joyGetDevCaps(UINT,LPJOYCAPSA,UINT)
4558Keyword joyGetNumDevs(void)
4559Keyword joyGetPos(UINT,LPJOYINFO)
4560Keyword joyGetPosEx(UINT,LPJOYINFOEX)
4561Keyword joyGetThreshold(UINT,LPUINT)
4562Keyword joyReleaseCapture(UINT)
4563Keyword joySetCapture(HWND,UINT,UINT,BOOL)
4564Keyword joySetThreshold(UINT,UINT)
4565Keyword joyinfo_tag
4566Keyword joyinfoex_tag
4567Keyword kbhit()
4568Keyword keybd_event(BYTE,BYTE,DWORD,DWORD)
4569Keyword lDefaultTab
4570Keyword labs(long n)
4571Keyword lconv
4572Keyword ldexp(double x, int n)
4573Keyword ldiv_t ldiv(long lNumerator, long lDenominator)
4574Keyword ldiv_t
4575Keyword linger
4576Keyword listen(SOCKET,int)
4577Keyword localeconv()
4578Keyword localtime(const time_t* tm)
4579Keyword log(double x)
4580Keyword log10(double x)
4581Keyword long_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned long*)
4582Keyword long_from_ndr(PRPC_MESSAGE,unsigned long*)
4583Keyword long_from_ndr_temp(unsigned char**,unsigned long*,unsigned long)
4584Keyword longjmp(jmp_buf, int)
4585Keyword lseek(int nHandle, long lnOffset, int nOrigin)
4586Keyword lst1
4587Keyword lst10
4588Keyword lst11
4589Keyword lst12
4590Keyword lst13
4591Keyword lst14
4592Keyword lst15
4593Keyword lst16
4594Keyword lst2
4595Keyword lst3
4596Keyword lst4
4597Keyword lst5
4598Keyword lst6
4599Keyword lst7
4600Keyword lst8
4601Keyword lst9
4602Keyword lstrcat(LPSTR,LPCSTR)
4603Keyword lstrcmp(LPCSTR,LPCSTR)
4604Keyword lstrcmpi(LPCSTR,LPCSTR)
4605Keyword lstrcpy(LPSTR,LPCSTR)
4606Keyword lstrcpyn(LPSTR,LPCSTR,int)
4607Keyword lstrlen(LPCSTR)
4608Keyword ltoa(long lnValue, char* sz, int nRadix)
4609Keyword malloc(size_t sizeObject)
4610Keyword max
4611Keyword mblen(const char* mbs, size_t sizeString)
4612Keyword mbrlen(const char *, size_t, mbstate_t *)
4613Keyword mbrtowc(wchar_t *, const char *, size_t, mbstate_t *)
4614Keyword mbsrtowcs(wchar_t *, const char **, size_t, mbstate_t *)
4615Keyword mbstate_t
4616Keyword mbstowcs(wchar_t* wcaDest, const char* mbsConvert, size_t size)
4617Keyword mbtowc(wchar_t* wcDest, const char* mbConvert, size_t size)
4618Keyword mciGetCreatorTask(MCIDEVICEID)
4619Keyword mciGetDeviceID(LPCSTR)
4620Keyword mciGetDeviceIDFromElementID(DWORD,LPCSTR)
4621Keyword mciGetErrorString(MCIERROR,LPSTR,UINT)
4622Keyword mciGetYieldProc(MCIDEVICEID,PDWORD)
4623Keyword mciSendCommand(MCIDEVICEID,UINT,DWORD,DWORD)
4624Keyword mciSendString(LPCSTR,LPSTR,UINT,HWND)
4625Keyword mciSetYieldProc(MCIDEVICEID,YIELDPROC,DWORD)
4626Keyword memccpy(void* pCopyTo, const void* pSource, int cTerminator, size_t sizeMaxCopy)
4627Keyword memchr(const void* p, int cSearchFor, size_t sizeSearch)
4628Keyword memcmp(const void* p1, const void* p2, size_t sizeSearch)
4629Keyword memcpy(void* pCopyTo, const void* pSource, size_t sizeSource)
4630Keyword memicmp(const void* p1, const void* p2, size_t sizeSearch)
4631Keyword memmove(void* pMoveTo, const void* pSource, size_t sizeSource)
4632Keyword memset(void* p, int cFill, size_t sizeRepeatCount)
4633Keyword midiConnect(HMIDI,HMIDIOUT,PVOID)
4634Keyword midiDisconnect(HMIDI,HMIDIOUT,PVOID)
4635Keyword midiInAddBuffer(HMIDIIN,LPMIDIHDR,UINT)
4636Keyword midiInClose(HMIDIIN)
4637Keyword midiInGetDevCaps(UINT,LPMIDIINCAPSA,UINT)
4638Keyword midiInGetErrorText(MMRESULT,LPSTR,UINT)
4639Keyword midiInGetID(HMIDIIN,LPUINT)
4640Keyword midiInGetNumDevs(void)
4641Keyword midiInMessage(HMIDIIN,UINT,DWORD,DWORD)
4642Keyword midiInOpen(LPHMIDIIN,UINT,DWORD,DWORD,DWORD)
4643Keyword midiInPrepareHeader(HMIDIIN,LPMIDIHDR,UINT)
4644Keyword midiInReset(HMIDIIN)
4645Keyword midiInStart(HMIDIIN)
4646Keyword midiInStop(HMIDIIN)
4647Keyword midiInUnprepareHeader(HMIDIIN,LPMIDIHDR,UINT)
4648Keyword midiOutCacheDrumPatches(HMIDIOUT,UINT,LPWORD,UINT)
4649Keyword midiOutCachePatches(HMIDIOUT,UINT,LPWORD,UINT)
4650Keyword midiOutClose(HMIDIOUT)
4651Keyword midiOutGetDevCaps(UINT,LPMIDIOUTCAPSA,UINT)
4652Keyword midiOutGetErrorText(MMRESULT,LPSTR,UINT)
4653Keyword midiOutGetID(HMIDIOUT,LPUINT)
4654Keyword midiOutGetNumDevs(void)
4655Keyword midiOutGetVolume(HMIDIOUT,PDWORD)
4656Keyword midiOutLongMsg(HMIDIOUT,LPMIDIHDR,UINT)
4657Keyword midiOutMessage(HMIDIOUT,UINT,DWORD,DWORD)
4658Keyword midiOutOpen(LPHMIDIOUT,UINT,DWORD,DWORD,DWORD)
4659Keyword midiOutPrepareHeader(HMIDIOUT,LPMIDIHDR,UINT)
4660Keyword midiOutReset(HMIDIOUT)
4661Keyword midiOutSetVolume(HMIDIOUT,DWORD)
4662Keyword midiOutShortMsg(HMIDIOUT,DWORD)
4663Keyword midiOutUnprepareHeader(HMIDIOUT,LPMIDIHDR,UINT)
4664Keyword midiStreamClose(HMIDISTRM)
4665Keyword midiStreamOpen(LPHMIDISTRM,LPUINT,DWORD,DWORD,DWORD,DWORD)
4666Keyword midiStreamOut(HMIDISTRM,LPMIDIHDR,UINT)
4667Keyword midiStreamPause(HMIDISTRM)
4668Keyword midiStreamPosition(HMIDISTRM,LPMMTIME,UINT)
4669Keyword midiStreamProperty(HMIDISTRM,LPBYTE,DWORD)
4670Keyword midiStreamRestart(HMIDISTRM)
4671Keyword midiStreamStop(HMIDISTRM)
4672Keyword midievent_tag
4673Keyword midihdr_tag
4674Keyword midiproptempo_tag
4675Keyword midiproptimediv_tag
4676Keyword midistrmbuffver_tag
4677Keyword midl_allocate(int)
4678Keyword midl_user_allocate
4679Keyword midl_user_free
4680Keyword mimeassociationdialog_in_flags
4681Keyword min
4682Keyword mixerClose(HMIXER)
4683Keyword mixerGetControlDetails(HMIXEROBJ,LPMIXERCONTROLDETAILS,DWORD)
4684Keyword mixerGetDevCaps(UINT,LPMIXERCAPSA,UINT)
4685Keyword mixerGetID(HMIXEROBJ,PUINT,DWORD)
4686Keyword mixerGetLineControls(HMIXEROBJ,LPMIXERLINECONTROLSA,DWORD)
4687Keyword mixerGetLineInfo(HMIXEROBJ,LPMIXERLINEA,DWORD)
4688Keyword mixerGetNumDevs(void)
4689Keyword mixerMessage(HMIXER,UINT,DWORD,DWORD)
4690Keyword mixerOpen(LPHMIXER,UINT,DWORD,DWORD,DWORD)
4691Keyword mixerSetControlDetails(HMIXEROBJ,LPMIXERCONTROLDETAILS,DWORD)
4692Keyword mkdir(const char* szPath)
4693Keyword mktemp(char* szTemplate)
4694Keyword mktime(struct tm* tmsp)
4695Keyword mmioAdvance(HMMIO,LPMMIOINFO,UINT)
4696Keyword mmioAscend(HMMIO,LPMMCKINFO,UINT)
4697Keyword mmioClose(HMMIO,UINT)
4698Keyword mmioCreateChunk(HMMIO,LPMMCKINFO,UINT)
4699Keyword mmioDescend(HMMIO,LPMMCKINFO,const MMCKINFO*,UINT)
4700Keyword mmioFOURCC
4701Keyword mmioFlush(HMMIO,UINT)
4702Keyword mmioGetInfo(HMMIO,LPMMIOINFO,UINT)
4703Keyword mmioInstallIOProc(FOURCC,LPMMIOPROC,DWORD)
4704Keyword mmioOpen(LPSTR,LPMMIOINFO,DWORD)
4705Keyword mmioRead(HMMIO,HPSTR,LONG)
4706Keyword mmioRename(LPCSTR,LPCSTR,LPCMMIOINFO,DWORD)
4707Keyword mmioSeek(HMMIO,LONG,int)
4708Keyword mmioSendMessage(HMMIO,UINT,LPARAM,LPARAM)
4709Keyword mmioSetBuffer(HMMIO,LPSTR,LONG,UINT)
4710Keyword mmioSetInfo(HMMIO,LPCMMIOINFO,UINT)
4711Keyword mmioStringToFOURCC(LPCSTR,UINT)
4712Keyword mmioWrite(HMMIO,LPCSTR,LONG)
4713Keyword mmsystemGetVersion(void)
4714Keyword mmtime_tag
4715Keyword modf(double x, double* ip)
4716Keyword mouse_event(DWORD,DWORD,DWORD,DWORD,DWORD)
4717Keyword near
4718Keyword netent
4719Keyword ntohl(u_long)
4720Keyword ntohs(u_long)
4721Keyword ntohs(u_short)
4722Keyword offsetof
4723Keyword open(const char* szFileName, int nFlags, ...)
4724Keyword opendir(const char* szPath)
4725Keyword pascal
4726Keyword pclose(FILE* pipeClose)
4727Keyword pcmwaveformat_tag
4728Keyword perror(const char* szErrorMessage)
4729Keyword popen(const char* szPipeName, const char* szMode)
4730Keyword pow(double x, double y)
4731Keyword printf(const char* szFormat, ...)
4732Keyword profil(char *, size_t, u_long, u_int)
4733Keyword profile_ctl(struct profinfo *, char *, size_t, u_long, u_int)
4734Keyword profinfo
4735Keyword protoent
4736Keyword psh1
4737Keyword psh10
4738Keyword psh11
4739Keyword psh12
4740Keyword psh13
4741Keyword psh14
4742Keyword psh15
4743Keyword psh16
4744Keyword psh2
4745Keyword psh3
4746Keyword psh4
4747Keyword psh5
4748Keyword psh6
4749Keyword psh7
4750Keyword psh8
4751Keyword psh9
4752Keyword pshHelp
4753Keyword ptrdiff_t
4754Keyword putc(int c, FILE* fileWrite)
4755Keyword putch(int cPut)
4756Keyword putchar(int c)
4757Keyword putenv(const char* szNameEqValue)
4758Keyword puts(const char* szOutput)
4759Keyword putw(int, FILE*)
4760Keyword qsort(const void* pBase, size_t cntObjects, size_t sizeObject, _pfunccmp_t pfuncCmp)
4761Keyword rad1
4762Keyword rad10
4763Keyword rad11
4764Keyword rad12
4765Keyword rad13
4766Keyword rad14
4767Keyword rad15
4768Keyword rad16
4769Keyword rad2
4770Keyword rad3
4771Keyword rad4
4772Keyword rad5
4773Keyword rad6
4774Keyword rad7
4775Keyword rad8
4776Keyword rad9
4777Keyword raise(int sig)
4778Keyword rand()
4779Keyword rawarc
4780Keyword rct1
4781Keyword rct2
4782Keyword rct3
4783Keyword rct4
4784Keyword read(int nHandle, void* caBuffer, unsigned int nToRead)
4785Keyword readdir(DIR* dir)
4786Keyword realloc(void* pObject, size_t sizeNew)
4787Keyword recv(SOCKET,char*,int,int)
4788Keyword recvfrom(SOCKET,char*,int,int,struct sockaddr*,int*)
4789Keyword remove(const char* szFileName)
4790Keyword rename(const char* szOldFileName, const char* szNewFileName)
4791Keyword rewind(FILE* fileRewind)
4792Keyword rewinddir(DIR* dir)
4793Keyword rmdir(const char* szPath)
4794Keyword rmm
4795Keyword rpc_binding_handle_t
4796Keyword rpc_binding_vector_t
4797Keyword rune_t
4798Keyword rup
4799Keyword s_addr
4800Keyword s_host
4801Keyword s_imp
4802Keyword s_impno
4803Keyword s_lh
4804Keyword s_net
4805Keyword scanf(const char* szFormat, ...)
4806Keyword scr1
4807Keyword scr2
4808Keyword scr3
4809Keyword scr4
4810Keyword scr5
4811Keyword scr6
4812Keyword scr7
4813Keyword scr8
4814Keyword searchenv(const char* szFileName, const char* szVar, char* szFullPathBuf)
4815Keyword seekdir(DIR* dir, long lPos)
4816Keyword select(int nfds,fd_set*,fd_set*,fd_set*,const struct timeval*)
4817Keyword send(SOCKET,const char*,int,int)
4818Keyword sendto(SOCKET,const char*,int,int,const struct sockaddr*,int)
4819Keyword servent
4820Keyword setbuf(FILE* fileSetBuffer, char* caBuffer)
4821Keyword setjmp
4822Keyword setlocale(int nCategory, const char* locale)
4823Keyword setmode(int nHandle, int nAccessMode)
4824Keyword setsockopt(SOCKET,int,int,const char*,int)
4825Keyword setvbuf(FILE* fileSetBuffer, char* caBuffer, int nMode, size_t sizeBuffer)
4826Keyword short_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned short*)
4827Keyword short_from_ndr(PRPC_MESSAGE,unsigned short*)
4828Keyword short_from_ndr_temp(unsigned char**,unsigned short*,unsigned long)
4829Keyword shutdown(SOCKET,int)
4830Keyword sig_atomic_t
4831Keyword signal(int sig, _p_sig_fn_t handler)
4832Keyword sin(double x)
4833Keyword sinh(double x)
4834Keyword small
4835Keyword small_array_from_ndr
4836Keyword small_from_ndr
4837Keyword small_from_ndr_temp
4838Keyword sndAlias
4839Keyword sndPlaySound(LPCSTR,UINT)
4840Keyword sockaddr
4841Keyword sockaddr_in
4842Keyword socket(int,int,int)
4843Keyword sockproto
4844Keyword sopen(const char* szFileName, int nAccess, int nFlag, ...)
4845Keyword spawnl(int nMode, const char* szPath, const char* szArgv0, ...)
4846Keyword spawnle(int nMode, const char* szPath, const char* szArgv0, ...)
4847Keyword spawnlp(int nMode, const char* szPath, const char* szArgv0, ...)
4848Keyword spawnlpe(int nMode, const char* szPath, const char* szArgv0, ...)
4849Keyword spawnv(int nMode, const char* szPath, char* const* szaArgv)
4850Keyword spawnve(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv)
4851Keyword spawnvp(int nMode, const char* szPath, char* const* szaArgv)
4852Keyword spawnvpe(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv)
4853Keyword sprintf(char* caBuffer, const char* szFormat, ...)
4854Keyword sqrt(double x)
4855Keyword srand(unsigned int nSeed)
4856Keyword sscanf(const char* szReadFrom, const char* szFormat, ...)
4857Keyword ssize_t
4858Keyword stc1
4859Keyword stc10
4860Keyword stc11
4861Keyword stc12
4862Keyword stc13
4863Keyword stc14
4864Keyword stc15
4865Keyword stc16
4866Keyword stc17
4867Keyword stc18
4868Keyword stc19
4869Keyword stc2
4870Keyword stc20
4871Keyword stc21
4872Keyword stc22
4873Keyword stc23
4874Keyword stc24
4875Keyword stc25
4876Keyword stc26
4877Keyword stc27
4878Keyword stc28
4879Keyword stc29
4880Keyword stc3
4881Keyword stc30
4882Keyword stc31
4883Keyword stc32
4884Keyword stc4
4885Keyword stc5
4886Keyword stc6
4887Keyword stc7
4888Keyword stc8
4889Keyword stc9
4890Keyword stderr
4891Keyword stdin
4892Keyword stdout
4893Keyword strcasecmp(const char* sz1, const char* sz2)
4894Keyword strcat(char* szAddTo, const char* szAdd)
4895Keyword strchr(const char* szSearch, int cFor)
4896Keyword strcmp(const char* sz1, const char* sz2)
4897Keyword strcmpi(const char* sz1, const char* sz2)
4898Keyword strcoll(const char* sz1, const char* sz2) /* Compare using locale */
4899Keyword strcpy(char* szCopyTo, const char* szSource)
4900Keyword strcspn(const char* szGetPrefix, const char* szNotIncluding)
4901Keyword strdup(const char *szDuplicate)
4902Keyword strerror(int nError) /* NOTE: NOT an old name wrapper. */
4903Keyword strftime(char* caBuffer, size_t sizeMax, const char* szFormat, const struct tm* tpPrint)
4904Keyword strftime(char*, size_t, const char*, const struct tm*)
4905Keyword stricmp(const char* sz1, const char* sz2)
4906Keyword stricoll(const char* sz1, const char* sz2)
4907Keyword strlen(const char* sz)
4908Keyword strlwr(char* szToConvert)
4909Keyword strncasecmp(const char* sz1, const char* sz2, size_t sizeMaxCompare)
4910Keyword strncat(char* szAddTo, const char* szAdd, size_t sizeMaxAdd)
4911Keyword strncmp(const char* sz1, const char* sz2, size_t sizeMaxCompare)
4912Keyword strncpy(char* szCopyTo, const char* szSource, size_t sizeMaxCopy)
4913Keyword strnicmp(const char* sz1, const char* sz2, size_t sizeMaxCompare)
4914Keyword strnset(char* szToFill, int cFill, size_t sizeMaxFill)
4915Keyword strpbrk(const char* szSearch, const char* szAnyOf)
4916Keyword strrchr(const char* szSearch, int cFor)
4917Keyword strrev(char* szToReverse)
4918Keyword strset(char* szToFill, int cFill)
4919Keyword strspn(const char* szGetPrefix, const char *szIncluding)
4920Keyword strstr(const char* szSearch, const char *szFor)
4921Keyword strtod(const char* szNumber, char** pszAfterNumber)
4922Keyword strtok(char* szTokenize, const char* szDelimiters)
4923Keyword strtol(const char* szNumber, char** pszAfterNumber, int nBase)
4924Keyword strtoul(const char* szNumber, char** pszAfterNumber, int nBase)
4925Keyword strupr(char* szToConvert)
4926Keyword strxfrm(char* szTransformed, const char *szSource, size_t sizeTransform)
4927Keyword swab(const char* caFrom, char* caTo, size_t sizeToCopy)
4928Keyword swprintf(wchar_t* wcaBuffer, const wchar_t* wsFormat, ...)
4929Keyword swscanf(wchar_t* wsReadFrom, const wchar_t* wsFormat, ...)
4930Keyword sys_errlist
4931Keyword sys_nerr
4932Keyword system(const char* szCommand)
4933Keyword tMIXERCONTROLDETAILS
4934Keyword tMIXERCONTROLDETAILS_BOOLEAN
4935Keyword tMIXERCONTROLDETAILS_SIGNED
4936Keyword tMIXERCONTROLDETAILS_UNSIGNED
4937Keyword tWAVEFORMATEX
4938Keyword tagABORTPATH
4939Keyword tagACCEL
4940Keyword tagACCESSTIMEOUT
4941Keyword tagADVF
4942Keyword tagANIMATIONINFO
4943Keyword tagARRAYDESC
4944Keyword tagAUXCAPSA
4945Keyword tagAUXCAPSW
4946Keyword tagBIND_FLAGS
4947Keyword tagBIND_OPTS
4948Keyword tagBIND_OPTS2
4949Keyword tagBITMAP
4950Keyword tagBITMAPCOREHEADER
4951Keyword tagBITMAPFILEHEADER
4952Keyword tagBITMAPINFO
4953Keyword tagBITMAPINFOHEADER
4954Keyword tagBSTRBLOB
4955Keyword tagCABOOL
4956Keyword tagCABSTR
4957Keyword tagCABSTRBLOB
4958Keyword tagCACLIPDATA
4959Keyword tagCACLSID
4960Keyword tagCACY
4961Keyword tagCADATE
4962Keyword tagCADBL
4963Keyword tagCADWORD
4964Keyword tagCAFILETIME
4965Keyword tagCAFLT
4966Keyword tagCAH
4967Keyword tagCAI
4968Keyword tagCAL
4969Keyword tagCALLCONV
4970Keyword tagCALLTYPE
4971Keyword tagCALPOLESTR
4972Keyword tagCALPSTR
4973Keyword tagCALPWSTR
4974Keyword tagCANDIDATEFORM
4975Keyword tagCANDIDATELIST
4976Keyword tagCAPROPVARIANT
4977Keyword tagCASCODE
4978Keyword tagCAUB
4979Keyword tagCAUH
4980Keyword tagCAUI
4981Keyword tagCAUL
4982Keyword tagCAUUID
4983Keyword tagCBTACTIVATESTRUCT
4984Keyword tagCBT_CREATEWND
4985Keyword tagCCINFOA
4986Keyword tagCCINFOW
4987Keyword tagCCSTYLEA
4988Keyword tagCCSTYLEFLAGA
4989Keyword tagCCSTYLEFLAGW
4990Keyword tagCCSTYLEW
4991Keyword tagCHOOSECOLORA
4992Keyword tagCHOOSECOLORW
4993Keyword tagCHOOSEFONTA
4994Keyword tagCHOOSEFONTW
4995Keyword tagCIEXYZ
4996Keyword tagCIEXYZTRIPLE
4997Keyword tagCInterfaceProxyHeader
4998Keyword tagCInterfaceProxyVtbl
4999Keyword tagCInterfaceStubHeader
5000Keyword tagCInterfaceStubVtbl
5001Keyword tagCLEANLOCALSTORAGE
5002Keyword tagCLIENTCREATESTRUCT
5003Keyword tagCLIPDATA
5004Keyword tagCLSCTX
5005Keyword tagCOLORADJUSTMENT
5006Keyword tagCOLORSCHEME
5007Keyword tagCOMPAREITEMSTRUCT
5008Keyword tagCOMPOSITIONFORM
5009Keyword tagCONNECTDATA
5010Keyword tagCONTROLINFO
5011Keyword tagCONVCONTEXT
5012Keyword tagCONVINFO
5013Keyword tagCOPYDATASTRUCT
5014Keyword tagCPLINFO
5015Keyword tagCREATESTRUCT
5016Keyword tagCRGB
5017Keyword tagCStdPSFactoryBuffer
5018Keyword tagCStdStubBuffer
5019Keyword tagCURSORSHAPE
5020Keyword tagCUSTDATA
5021Keyword tagCUSTDATAITEM
5022Keyword tagCWPRETSTRUCT
5023Keyword tagCWPSTRUCT
5024Keyword tagCY
5025Keyword tagDATADIR
5026Keyword tagDATE_STRUCT
5027Keyword tagDDEML_MSG_HOOK_DATA
5028Keyword tagDEBUGHOOKINFO
5029Keyword tagDEC
5030Keyword tagDELETEITEMSTRUCT
5031Keyword tagDEVNAMES
5032Keyword tagDIBSECTION
5033Keyword tagDISPPARAMS
5034Keyword tagDRAWITEMSTRUCT
5035Keyword tagDROPEFFECT
5036Keyword tagDROPSTRUCT
5037Keyword tagDRVCONFIGINFO
5038Keyword tagDVASPECT
5039Keyword tagDVASPECT2
5040Keyword tagDVTARGETDEVICE
5041Keyword tagELEMDESC
5042Keyword tagEMR
5043Keyword tagEMRANGLEARC
5044Keyword tagEMRARC
5045Keyword tagEMRBITBLT
5046Keyword tagEMRCREATEBRUSHINDIRECT
5047Keyword tagEMRCREATECOLORSPACE
5048Keyword tagEMRCREATEDIBPATTERNBRUSHPT
5049Keyword tagEMRCREATEMONOBRUSH
5050Keyword tagEMRCREATEPALETTE
5051Keyword tagEMRCREATEPEN
5052Keyword tagEMRELLIPSE
5053Keyword tagEMREOF
5054Keyword tagEMREXCLUDECLIPRECT
5055Keyword tagEMREXTCREATEFONTINDIRECTW
5056Keyword tagEMREXTCREATEPEN
5057Keyword tagEMREXTFLOODFILL
5058Keyword tagEMREXTSELECTCLIPRGN
5059Keyword tagEMREXTTEXTOUTA
5060Keyword tagEMRFILLPATH
5061Keyword tagEMRFILLRGN
5062Keyword tagEMRFORMAT
5063Keyword tagEMRFRAMERGN
5064Keyword tagEMRGDICOMMENT
5065Keyword tagEMRINVERTRGN
5066Keyword tagEMRLINETO
5067Keyword tagEMRMASKBLT
5068Keyword tagEMRMODIFYWORLDTRANSFORM
5069Keyword tagEMROFFSETCLIPRGN
5070Keyword tagEMRPLGBLT
5071Keyword tagEMRPOLYDRAW
5072Keyword tagEMRPOLYDRAW16
5073Keyword tagEMRPOLYLINE
5074Keyword tagEMRPOLYLINE16
5075Keyword tagEMRPOLYPOLYLINE
5076Keyword tagEMRPOLYPOLYLINE16
5077Keyword tagEMRPOLYTEXTOUTA
5078Keyword tagEMRRESIZEPALETTE
5079Keyword tagEMRRESTOREDC
5080Keyword tagEMRROUNDRECT
5081Keyword tagEMRSCALEVIEWPORTEXTEX
5082Keyword tagEMRSELECTCLIPPATH
5083Keyword tagEMRSELECTCOLORSPACE
5084Keyword tagEMRSELECTOBJECT
5085Keyword tagEMRSELECTPALETTE
5086Keyword tagEMRSETARCDIRECTION
5087Keyword tagEMRSETCOLORADJUSTMENT
5088Keyword tagEMRSETDIBITSTODEVICE
5089Keyword tagEMRSETMAPPERFLAGS
5090Keyword tagEMRSETMITERLIMIT
5091Keyword tagEMRSETPALETTEENTRIES
5092Keyword tagEMRSETPIXELV
5093Keyword tagEMRSETTEXTCOLOR
5094Keyword tagEMRSETVIEWPORTEXTEX
5095Keyword tagEMRSETVIEWPORTORGEX
5096Keyword tagEMRSETWORLDTRANSFORM
5097Keyword tagEMRSTRETCHBLT
5098Keyword tagEMRSTRETCHDIBITS
5099Keyword tagEMRTEXT
5100Keyword tagENHMETAHEADER
5101Keyword tagENHMETARECORD
5102Keyword tagENUMLOGFONTA
5103Keyword tagENUMLOGFONTEXA
5104Keyword tagENUMLOGFONTEXW
5105Keyword tagENUMLOGFONTW
5106Keyword tagEVENTMSG
5107Keyword tagEXCEPINFO
5108Keyword tagEXTCONN
5109Keyword tagEXTLOGFONTA
5110Keyword tagEXTLOGFONTW
5111Keyword tagEXTLOGPEN
5112Keyword tagFILTERKEYS
5113Keyword tagFONTDESC
5114Keyword tagFONTSIGNATURE
5115Keyword tagFORMATETC
5116Keyword tagFUNCDESC
5117Keyword tagFUNCFLAGS
5118Keyword tagFUNCKIND
5119Keyword tagGCP_RESULTSA
5120Keyword tagGCP_RESULTSW
5121Keyword tagHANDLETABLE
5122Keyword tagHELPINFO
5123Keyword tagHELPWININFOA
5124Keyword tagHELPWININFOW
5125Keyword tagHIGHCONTRASTA
5126Keyword tagHIGHCONTRASTW
5127Keyword tagHLITEM
5128Keyword tagHSZPAIR
5129Keyword tagHW_PROFILE_INFOA
5130Keyword tagHW_PROFILE_INFOW
5131Keyword tagICONMETRICSA
5132Keyword tagICONMETRICSW
5133Keyword tagIDLDESC
5134Keyword tagIMAGELISTDRAWPARAMS
5135Keyword tagIMEMENUITEMINFOA
5136Keyword tagIMEMENUITEMINFOW
5137Keyword tagINITCOMMONCONTROLSEX
5138Keyword tagINTERFACEDATA
5139Keyword tagINTERFACEINFO
5140Keyword tagINVOKEKIND
5141Keyword tagJOYCAPSA
5142Keyword tagJOYCAPSW
5143Keyword tagKERNINGPAIR
5144Keyword tagLAYERPLANEDESCRIPTOR
5145Keyword tagLIBFLAGS
5146Keyword tagLICINFO
5147Keyword tagLOCALESIGNATURE
5148Keyword tagLOCKTYPE
5149Keyword tagLOGBRUSH
5150Keyword tagLOGCOLORSPACEA
5151Keyword tagLOGCOLORSPACEW
5152Keyword tagLOGFONTA
5153Keyword tagLOGFONTW
5154Keyword tagLOGPALETTE
5155Keyword tagLOGPEN
5156Keyword tagMCHITTESTINFO
5157Keyword tagMCI_ANIM_OPEN_PARMSA
5158Keyword tagMCI_ANIM_OPEN_PARMSW
5159Keyword tagMCI_ANIM_PLAY_PARMS
5160Keyword tagMCI_ANIM_RECT_PARMS
5161Keyword tagMCI_ANIM_STEP_PARMS
5162Keyword tagMCI_ANIM_UPDATE_PARMS
5163Keyword tagMCI_ANIM_WINDOW_PARMSA
5164Keyword tagMCI_ANIM_WINDOW_PARMSW
5165Keyword tagMCI_BREAK_PARMS
5166Keyword tagMCI_GENERIC_PARMS
5167Keyword tagMCI_GETDEVCAPS_PARMS
5168Keyword tagMCI_INFO_PARMSA
5169Keyword tagMCI_INFO_PARMSW
5170Keyword tagMCI_LOAD_PARMSA
5171Keyword tagMCI_LOAD_PARMSW
5172Keyword tagMCI_OPEN_PARMSA
5173Keyword tagMCI_OPEN_PARMSW
5174Keyword tagMCI_OVLY_LOAD_PARMSA
5175Keyword tagMCI_OVLY_LOAD_PARMSW
5176Keyword tagMCI_OVLY_OPEN_PARMSA
5177Keyword tagMCI_OVLY_OPEN_PARMSW
5178Keyword tagMCI_OVLY_RECT_PARMS
5179Keyword tagMCI_OVLY_SAVE_PARMSA
5180Keyword tagMCI_OVLY_SAVE_PARMSW
5181Keyword tagMCI_OVLY_WINDOW_PARMSA
5182Keyword tagMCI_OVLY_WINDOW_PARMSW
5183Keyword tagMCI_PLAY_PARMS
5184Keyword tagMCI_RECORD_PARMS
5185Keyword tagMCI_SAVE_PARMSA
5186Keyword tagMCI_SAVE_PARMSW
5187Keyword tagMCI_SEEK_PARMS
5188Keyword tagMCI_SEQ_SET_PARMS
5189Keyword tagMCI_SET_PARMS
5190Keyword tagMCI_STATUS_PARMS
5191Keyword tagMCI_SYSINFO_PARMSA
5192Keyword tagMCI_SYSINFO_PARMSW
5193Keyword tagMCI_VD_ESCAPE_PARMSA
5194Keyword tagMCI_VD_ESCAPE_PARMSW
5195Keyword tagMCI_VD_PLAY_PARMS
5196Keyword tagMCI_VD_STEP_PARMS
5197Keyword tagMCI_WAVE_DELETE_PARMS
5198Keyword tagMCI_WAVE_OPEN_PARMSA
5199Keyword tagMCI_WAVE_OPEN_PARMSW
5200Keyword tagMCI_WAVE_SET_PARMS
5201Keyword tagMDICREATESTRUCTA
5202Keyword tagMDICREATESTRUCTW
5203Keyword tagMDINEXTMENU
5204Keyword tagMEASUREITEMSTRUCT
5205Keyword tagMEMCTX
5206Keyword tagMENUITEMINFOA
5207Keyword tagMENUITEMINFOW
5208Keyword tagMETAFILEPICT
5209Keyword tagMETAHEADER
5210Keyword tagMETARECORD
5211Keyword tagMETHODDATA
5212Keyword tagMIDIINCAPSA
5213Keyword tagMIDIINCAPSW
5214Keyword tagMIDIOUTCAPSA
5215Keyword tagMIDIOUTCAPSW
5216Keyword tagMINIMIZEDMETRICS
5217Keyword tagMINMAXINFO
5218Keyword tagMIXERCAPSA
5219Keyword tagMIXERCAPSW
5220Keyword tagMIXERCONTROLA
5221Keyword tagMIXERCONTROLDETAILS_LISTTEXTA
5222Keyword tagMIXERCONTROLDETAILS_LISTTEXTW
5223Keyword tagMIXERCONTROLW
5224Keyword tagMIXERLINEA
5225Keyword tagMIXERLINECONTROLSA
5226Keyword tagMIXERLINECONTROLSW
5227Keyword tagMIXERLINEW
5228Keyword tagMKREDUCE
5229Keyword tagMKSYS
5230Keyword tagMSG
5231Keyword tagMSHCTX
5232Keyword tagMSHLFLAGS
5233Keyword tagMULTIKEYHELPA
5234Keyword tagMULTIKEYHELPW
5235Keyword tagNEWCPLINFOA
5236Keyword tagNEWCPLINFOW
5237Keyword tagNEWTEXTMETRICA
5238Keyword tagNEWTEXTMETRICEXA
5239Keyword tagNEWTEXTMETRICEXW
5240Keyword tagNEWTEXTMETRICW
5241Keyword tagNMDAYSTATE
5242Keyword tagNMHDR
5243Keyword tagNMRBAUTOSIZE
5244Keyword tagNMREBAR
5245Keyword tagNMREBARCHILDSIZE
5246Keyword tagNONCLIENTMETRICSA
5247Keyword tagNONCLIENTMETRICSW
5248Keyword tagOCPFIPARAMS
5249Keyword tagOFNA
5250Keyword tagOFNW
5251Keyword tagOIFI
5252Keyword tagOLECLOSE
5253Keyword tagOLEGETMONIKER
5254Keyword tagOLEUIBUSYA
5255Keyword tagOLEUIBUSYW
5256Keyword tagOLEUICHANGEICONA
5257Keyword tagOLEUICHANGEICONW
5258Keyword tagOLEUICHANGESOURCEA
5259Keyword tagOLEUICHANGESOURCEW
5260Keyword tagOLEUICONVERTA
5261Keyword tagOLEUICONVERTW
5262Keyword tagOLEUIEDITLINKSA
5263Keyword tagOLEUIEDITLINKSW
5264Keyword tagOLEUIGNRLPROPSA
5265Keyword tagOLEUIGNRLPROPSW
5266Keyword tagOLEUIINSERTOBJECTA
5267Keyword tagOLEUIINSERTOBJECTW
5268Keyword tagOLEUILINKPROPSA
5269Keyword tagOLEUILINKPROPSW
5270Keyword tagOLEUIOBJECTPROPSA
5271Keyword tagOLEUIOBJECTPROPSW
5272Keyword tagOLEUIPASTEENTRYA
5273Keyword tagOLEUIPASTEENTRYW
5274Keyword tagOLEUIPASTEFLAG
5275Keyword tagOLEUIPASTESPECIALA
5276Keyword tagOLEUIPASTESPECIALW
5277Keyword tagOLEUIVIEWPROPSA
5278Keyword tagOLEUIVIEWPROPSW
5279Keyword tagOLEVERB
5280Keyword tagOLEWHICHMK
5281Keyword tagOleMenuGroupWidths
5282Keyword tagPAINTSTRUCT
5283Keyword tagPALETTEENTRY
5284Keyword tagPANOSE
5285Keyword tagPARAMDATA
5286Keyword tagPARAMDESC
5287Keyword tagPARAMDESCEX
5288Keyword tagPBRANGE
5289Keyword tagPDA
5290Keyword tagPDW
5291Keyword tagPELARRAY
5292Keyword tagPENDINGMSG
5293Keyword tagPENDINGTYPE
5294Keyword tagPICTDESC
5295Keyword tagPIXELFORMATDESCRIPTOR
5296Keyword tagPOINT
5297Keyword tagPOINTF
5298Keyword tagPOINTFX
5299Keyword tagPOINTS
5300Keyword tagPROPPAGEINFO
5301Keyword tagPROPSPEC
5302Keyword tagPROPVARIANT
5303Keyword tagPSDA
5304Keyword tagPSDW
5305Keyword tagProxyFileInfo
5306Keyword tagREBARBANDINFOA
5307Keyword tagREBARBANDINFOW
5308Keyword tagREBARINFO
5309Keyword tagRECT
5310Keyword tagREGCLS
5311Keyword tagREGISTERWORDA
5312Keyword tagREGISTERWORDW
5313Keyword tagRGBQUAD
5314Keyword tagRGBTRIPLE
5315Keyword tagRPCOLEMESSAGE
5316Keyword tagRemSNB
5317Keyword tagRemSTGMEDIUM
5318Keyword tagSAFEARRAY
5319Keyword tagSAFEARRAYBOUND
5320Keyword tagSCROLLINFO
5321Keyword tagSERIALKEYSA
5322Keyword tagSERIALKEYSW
5323Keyword tagSERVERCALL
5324Keyword tagSF_TYPE
5325Keyword tagSHCONTF
5326Keyword tagSHGDN
5327Keyword tagSIZE
5328Keyword tagSOUNDSENTRYA
5329Keyword tagSOUNDSENTRYW
5330Keyword tagSTATDATA
5331Keyword tagSTATFLAG
5332Keyword tagSTATPROPSETSTG
5333Keyword tagSTATPROPSTG
5334Keyword tagSTATSTG
5335Keyword tagSTGC
5336Keyword tagSTGMEDIUM
5337Keyword tagSTGMOVE
5338Keyword tagSTGTY
5339Keyword tagSTICKYKEYS
5340Keyword tagSTORAGELAYOUT
5341Keyword tagSTREAM_SEEK
5342Keyword tagSTYLEBUFA
5343Keyword tagSTYLEBUFW
5344Keyword tagSTYLESTRUCT
5345Keyword tagSYSKIND
5346Keyword tagTBADDBITMAP
5347Keyword tagTBNOTIFYA
5348Keyword tagTBNOTIFYW
5349Keyword tagTBSAVEPARAMSA
5350Keyword tagTBSAVEPARAMSW
5351Keyword tagTCHITTESTINFO
5352Keyword tagTCITEM
5353Keyword tagTEXTMETRICA
5354Keyword tagTEXTMETRICW
5355Keyword tagTIMESTAMP_STRUCT
5356Keyword tagTIME_STRUCT
5357Keyword tagTLIBATTR
5358Keyword tagTOGGLEKEYS
5359Keyword tagTOKEN_TYPE
5360Keyword tagTOOLINFOA
5361Keyword tagTOOLINFOW
5362Keyword tagTOOLTIPTEXTA
5363Keyword tagTOOLTIPTEXTW
5364Keyword tagTPMPARAMS
5365Keyword tagTRACKMOUSEEVENT
5366Keyword tagTTPOLYCURVE
5367Keyword tagTTPOLYGONHEADER
5368Keyword tagTYMED
5369Keyword tagTYPEATTR
5370Keyword tagTYPEDESC
5371Keyword tagTYPEFLAGS
5372Keyword tagTYPEKIND
5373Keyword tagUSEROBJECTFLAGS
5374Keyword tagVARDESC
5375Keyword tagVARFLAGS
5376Keyword tagVARIANT
5377Keyword tagVARKIND
5378Keyword tagVS_FIXEDFILEINFO
5379Keyword tagWAVEINCAPSA
5380Keyword tagWAVEINCAPSW
5381Keyword tagWAVEOUTCAPSA
5382Keyword tagWAVEOUTCAPSW
5383Keyword tan(double x)
5384Keyword tanh(double x)
5385Keyword tell(int nHandle)
5386Keyword telldir(DIR* dir)
5387Keyword tempnam(const char* szPath, const char* szPrefix)
5388Keyword time_t time(time_t* tp)
5389Keyword timeBeginPeriod(UINT)
5390Keyword timeEndPeriod(UINT)
5391Keyword timeGetDevCaps(LPTIMECAPS,UINT)
5392Keyword timeGetSystemTime(LPMMTIME,UINT)
5393Keyword timeGetTime(void)
5394Keyword timeKillEvent(UINT)
5395Keyword timeSetEvent(UINT,UINT,LPTIMECALLBACK,DWORD,UINT)
5396Keyword time_t
5397Keyword timecaps_tag
5398Keyword timerclear
5399Keyword timercmp
5400Keyword timerisset
5401Keyword timeval
5402Keyword tm
5403Keyword tmpfile()
5404Keyword tmpnam(char caName[])
5405Keyword toascii(int c)
5406Keyword tolower(int c)
5407Keyword tostruct
5408Keyword toupper(int c)
5409Keyword translateurl_in_flags
5410Keyword tree_into_ndr(void*,PRPC_MESSAGE,char*,unsigned char)
5411Keyword tree_peek_ndr(PRPC_MESSAGE,unsigned char**,char*,unsigned char)
5412Keyword tree_size_ndr(void*,PRPC_MESSAGE,char*,unsigned char)
5413Keyword tzname
5414Keyword tzset(void)
5415Keyword u_char
5416Keyword u_int
5417Keyword u_long
5418Keyword u_short
5419Keyword umask(int nMode)
5420Keyword ungetc(int c, FILE* fileWasRead)
5421Keyword ungetch(int cUnget)
5422Keyword ungetwc(wchar_t wc, FILE* fileWasRead)
5423Keyword unlink(const char* szFileName)
5424Keyword urlassociationdialog_in_flags
5425Keyword urlinvokecommandinfo
5426Keyword uuid_t
5427Keyword uuid_vector_t
5428Keyword va_alist
5429Keyword va_arg
5430Keyword va_dcl
5431Keyword va_end
5432Keyword va_list
5433Keyword va_start
5434Keyword value_entA
5435Keyword value_entW
5436Keyword vfprintf(FILE* filePrintTo, const char* szFormat, va_list varg)
5437Keyword vfwprintf(FILE* filePrintTo, const wchar_t* wsFormat, va_list varg)
5438Keyword vprintf(const char* szFormat, va_list varg)
5439Keyword vsprintf(char* caBuffer, const char* szFormat, va_list varg)
5440Keyword vswprintf(wchar_t* wcaBuffer, const wchar_t* wsFormat, va_list varg)
5441Keyword vwprintf(const wchar_t* wsFormat, va_list varg)
5442Keyword wWinMain(HINSTANCE,HINSTANCE,LPWSTR,int)
5443Keyword waccess(const wchar_t *, int)
5444Keyword waveInAddBuffer(HWAVEIN,LPWAVEHDR,UINT)
5445Keyword waveInClose(HWAVEIN)
5446Keyword waveInGetDevCaps(UINT,LPWAVEINCAPSA,UINT)
5447Keyword waveInGetErrorText(MMRESULT,LPSTR,UINT)
5448Keyword waveInGetID(HWAVEIN,LPUINT)
5449Keyword waveInGetNumDevs(void)
5450Keyword waveInGetPosition(HWAVEIN,LPMMTIME,UINT)
5451Keyword waveInMessage(HWAVEIN,UINT,DWORD,DWORD)
5452Keyword waveInOpen(LPHWAVEIN,UINT,LPCWAVEFORMATEX,DWORD,DWORD,DWORD)
5453Keyword waveInPrepareHeader(HWAVEIN,LPWAVEHDR,UINT)
5454Keyword waveInReset(HWAVEIN)
5455Keyword waveInStart(HWAVEIN)
5456Keyword waveInStop(HWAVEIN)
5457Keyword waveInUnprepareHeader(HWAVEIN,LPWAVEHDR,UINT)
5458Keyword waveOutBreakLoop(HWAVEOUT)
5459Keyword waveOutClose(HWAVEOUT)
5460Keyword waveOutGetDevCaps(UINT,LPWAVEOUTCAPSA,UINT)
5461Keyword waveOutGetErrorText(MMRESULT,LPSTR,UINT)
5462Keyword waveOutGetID(HWAVEOUT,LPUINT)
5463Keyword waveOutGetNumDevs(void)
5464Keyword waveOutGetPitch(HWAVEOUT,PDWORD)
5465Keyword waveOutGetPlaybackRate(HWAVEOUT,PDWORD)
5466Keyword waveOutGetPosition(HWAVEOUT,LPMMTIME,UINT)
5467Keyword waveOutGetVolume(HWAVEOUT,PDWORD)
5468Keyword waveOutMessage(HWAVEOUT,UINT,DWORD,DWORD)
5469Keyword waveOutOpen(LPHWAVEOUT,UINT,LPCWAVEFORMATEX,DWORD,DWORD,DWORD)
5470Keyword waveOutPause(HWAVEOUT)
5471Keyword waveOutPrepareHeader(HWAVEOUT,LPWAVEHDR,UINT)
5472Keyword waveOutReset(HWAVEOUT)
5473Keyword waveOutRestart(HWAVEOUT)
5474Keyword waveOutSetPitch(HWAVEOUT,DWORD)
5475Keyword waveOutSetPlaybackRate(HWAVEOUT,DWORD)
5476Keyword waveOutSetVolume(HWAVEOUT,DWORD)
5477Keyword waveOutUnprepareHeader(HWAVEOUT,LPWAVEHDR,UINT)
5478Keyword waveOutWrite(HWAVEOUT,LPWAVEHDR,UINT)
5479Keyword waveformat_tag
5480Keyword wavehdr_tag
5481Keyword wchmod(const wchar_t *, int)
5482Keyword wcreat(const wchar_t *, int)
5483Keyword wcrtomb(char *, wchar_t, mbstate_t *)
5484Keyword wcscmp(const wchar_t* ws1, const wchar_t* ws2)
5485Keyword wcscmpi(const wchar_t* ws1, const wchar_t* ws2)
5486Keyword wcscoll(const wchar_t* ws1, const wchar_t* ws2)
5487Keyword wcscspn(const wchar_t* wsGetPrefix, const wchar_t* wsNotIncluding)
5488Keyword wcsftime(wchar_t* wcaBuffer, size_t sizeMax, const wchar_t* wsFormat, const struct tm* tpPrint)
5489Keyword wcsftime(wchar_t*, size_t, const wchar_t*, const struct tm*)
5490Keyword wcsicmp(const wchar_t* ws1, const wchar_t* ws2)
5491Keyword wcsicoll(const wchar_t* ws1, const wchar_t* ws2)
5492Keyword wcslen(const wchar_t* ws)
5493Keyword wcsncmp(const wchar_t* ws1, const wchar_t* ws2, size_t sizeMaxCompare)
5494Keyword wcsnicmp(const wchar_t* ws1, const wchar_t* ws2, size_t sizeMaxCompare)
5495Keyword wcsrtombs(char *, const wchar_t **, size_t, mbstate_t *)
5496Keyword wcsspn(const wchar_t* wsGetPrefix, const wchar_t* wsIncluding)
5497Keyword wcstod(const wchar_t* wsNumber, wchar_t** pwsAfterNumber)
5498Keyword wcstol(const wchar_t* wsNumber, wchar_t** pwsAfterNumber, int nBase)
5499Keyword wcstombs(char* mbsDest, const wchar_t* wsConvert, size_t size)
5500Keyword wcstoul(const wchar_t* wsNumber, wchar_t** pwsAfterNumber, int nBase)
5501Keyword wcsxfrm(wchar_t* wsTransformed, const wchar_t *wsSource, size_t sizeTransform)
5502Keyword wctob(wint_t)
5503Keyword wctomb(char* mbDest, wchar_t wc)
5504Keyword wctype_t
5505Keyword wfindfirst(wchar_t *, struct _wfinddata_t *)
5506Keyword wfindnext(long, struct _wfinddata_t *)
5507Keyword wglCopyContext(HGLRC,HGLRC,UINT)
5508Keyword wglCreateContext(HDC)
5509Keyword wglCreateLayerContext(HDC,int)
5510Keyword wglDeleteContext(HGLRC)
5511Keyword wglDescribeLayerPlane(HDC,int,int,UINT,LPLAYERPLANEDESCRIPTOR)
5512Keyword wglGetCurrentContext(void)
5513Keyword wglGetCurrentDC(void)
5514Keyword wglGetLayerPaletteEntries(HDC,int,int,int,COLORREF*)
5515Keyword wglGetProcAddress(LPCSTR)
5516Keyword wglMakeCurrent(HDC,HGLRC)
5517Keyword wglRealizeLayerPalette(HDC,int,BOOL)
5518Keyword wglSetLayerPaletteEntries(HDC,int,int,int,const COLORREF*)
5519Keyword wglShareLists(HGLRC,HGLRC)
5520Keyword wglSwapLayerBuffers(HDC,UINT)
5521Keyword wglUseFontBitmaps(HDC,DWORD,DWORD,DWORD)
5522Keyword wglUseFontOutlines(HDC,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,LPGLYPHMETRICSFLOAT)
5523Keyword wint_t
5524Keyword wireBSTR
5525Keyword wirePSAFEARRAY
5526Keyword wireSAFEARRAY
5527Keyword wireVARIANT
5528Keyword wopen(const wchar_t *, int, ...)
5529Keyword wpopen
5530Keyword wprintf(const wchar_t* wsFormat, ...)
5531Keyword wremove(const wchar_t *)
5532Keyword wrename(const wchar_t *, const wchar_t *)
5533Keyword write(int nHandle, const void* caBuffer, unsigned int nToWrite)
5534Keyword wscanf(const wchar_t* wsFormat, ...)
5535Keyword wsopen(const wchar_t *, int, int, ...)
5536Keyword wsprintf(LPSTR,LPCSTR,...)
5537Keyword wunlink(const wchar_t *)
5538Keyword wvsprintf(LPSTR,LPCSTR,va_list arglist)
5539Keyword y0(double x)
5540Keyword y1(double x)
5541Keyword yHeightCharPtsMost
5542Keyword yn(int n, double x)
5543
5544Preprocessor #define |define macrodefinition
5545Preprocessor #elif |conditional operators
5546Preprocessor #else |conditional operators
5547Preprocessor #endif |conditional operators
5548Preprocessor #error |display an error message
5549Preprocessor #if |conditional operators
5550Preprocessor #ifdef |conditional operators
5551Preprocessor #ifndef |conditional operators
5552Preprocessor #include |insert the contents of another file
5553Preprocessor #line |set line and file information
5554Preprocessor #pragma |implementation specific command
5555Preprocessor #undef |used to undefine macrodefinitions
5556Preprocessor #warning |display a warning message
5557Type bool
5558Type char
5559Type class
5560Type double
5561Type float
5562Type int
5563Type long
5564Type short
5565Type signed
5566Type size_t
5567Type struct
5568Type unsigned
5569Type void
5570