diff --git a/files/32bit/apps/CudaText b/files/32bit/apps/CudaText new file mode 100755 index 0000000..1f42a62 Binary files /dev/null and b/files/32bit/apps/CudaText differ diff --git a/files/64bit/apps/CudaText b/files/64bit/apps/CudaText new file mode 100755 index 0000000..73fe0ad Binary files /dev/null and b/files/64bit/apps/CudaText differ diff --git a/files/data/cudatext/data/autocomplete/Bash script.acp b/files/data/cudatext/data/autocomplete/Bash script.acp new file mode 100644 index 0000000..656da00 --- /dev/null +++ b/files/data/cudatext/data/autocomplete/Bash script.acp @@ -0,0 +1,238 @@ +Command adduser |Add a user to the system +Command addgroup |Add a group to the system +Command alias |Create an alias +Command apropos |Search Help manual pages (man -k) +Command apt-get |Search for and install software packages (Debian/Ubuntu) +Command aptitude |Search for and install software packages (Debian/Ubuntu) +Command aspell |Spell Checker +Command awk |Find and Replace text, database sort/validate/index +Command basename |Strip directory and suffix from filenames +Command bash |GNU Bourne-Again SHell +Command bc |Arbitrary precision calculator language +Command bg |Send to background +Command break |Exit from a loop +Command builtin |Run a shell builtin +Command bzip2 |Compress or decompress named file(s) +Command cal |Display a calendar +Command case |Conditionally perform a command +Command cat |Display the contents of a file +Command cd |Change Directory +Command cfdisk |Partition table manipulator for Linux +Command chgrp |Change group ownership +Command chmod |Change access permissions +Command chown |Change file owner and group +Command chroot |Run a command with a different root directory +Command chkconfig |System services (runlevel) +Command cksum |Print CRC checksum and byte counts +Command clear |Clear terminal screen +Command cmp |Compare two files +Command comm |Compare two sorted files line by line +Command command |Run a command - ignoring shell functions +Command continue |Resume the next iteration of a loop +Command cp |Copy one or more files to another location +Command cron |Daemon to execute scheduled commands +Command crontab |Schedule a command to run at a later time +Command csplit |Split a file into context-determined pieces +Command cut |Divide a file into several parts +Command date |Display or change the date & time +Command dc |Desk Calculator +Command dd |Convert and copy a file, write disk headers, boot records +Command ddrescue |Data recovery tool +Command declare |Declare variables and give them attributes +Command df |Display free disk space +Command diff |Display the differences between two files +Command diff3 |Show differences among three files +Command dig |DNS lookup +Command dir |Briefly list directory contents +Command dircolors |Colour setup for `ls' +Command dirname |Convert a full pathname to just a path +Command dirs |Display list of remembered directories +Command dmesg |Print kernel & driver messages +Command du |Estimate file space usage +Command echo |Display message on screen +Command egrep |Search file(s) for lines that match an extended expression +Command eject |Eject removable media +Command enable |Enable and disable builtin shell commands +Command env |Environment variables +Command ethtool |Ethernet card settings +Command eval |Evaluate several commands/arguments +Command exec |Execute a command +Command exit |Exit the shell +Command expect |Automate arbitrary applications accessed over a terminal +Command expand |Convert tabs to spaces +Command export |Set an environment variable +Command expr |Evaluate expressions +Command false |Do nothing, unsuccessfully +Command fdformat |Low-level format a floppy disk +Command fdisk |Partition table manipulator for Linux +Command fg |Send job to foreground +Command fgrep |Search file(s) for lines that match a fixed string +Command file |Determine file type +Command find |Search for files that meet a desired criteria +Command fmt |Reformat paragraph text +Command fold |Wrap text to fit a specified width. +Command for |Expand words, and execute commands +Command format |Format disks or tapes +Command free |Display memory usage +Command fsck |File system consistency check and repair +Command ftp |File Transfer Protocol +Command function |Define Function Macros +Command fuser |Identify/kill the process that is accessing a file +Command gawk |Find and Replace text within file(s) +Command getopts |Parse positional parameters +Command grep |Search file(s) for lines that match a given pattern +Command groups |Print group names a user is in +Command gzip |Compress or decompress named file(s) +Command hash |Remember the full pathname of a name argument +Command head |Output the first part of file(s) +Command help |Display help for a built-in command +Command history |Command History +Command hostname |Print or set system name +Command id |Print user and group id's +Command if |Conditionally perform a command +Command ifconfig |Configure a network interface +Command ifdown |Stop a network interface +Command ifup |Start a network interface up +Command import |Capture an X server screen and save the image to file +Command install |Copy files and set attributes +Command jobs |List active jobs +Command join |Join lines on a common field +Command kill |Stop a process from running +Command killall |Kill processes by name +Command less |Display output one screen at a time +Command let |Perform arithmetic on shell variables +Command ln |Make links between files +Command local |Create variables +Command locate |Find files +Command logname |Print current login name +Command logout |Exit a login shell +Command look |Display lines beginning with a given string +Command lpc |Line printer control program +Command lpr |Off line print +Command lprint |Print a file +Command lprintd |Abort a print job +Command lprintq |List the print queue +Command lprm |Remove jobs from the print queue +Command ls |List information about file(s) +Command lsof |List open files +Command make |Recompile a group of programs +Command man |Help manual +Command mkdir |Create new folder(s) +Command mkfifo |Make FIFOs (named pipes) +Command mkisofs |Create an hybrid ISO9660/JOLIET/HFS filesystem +Command mknod |Make block or character special files +Command more |Display output one screen at a time +Command mount |Mount a file system +Command mtools |Manipulate MS-DOS files +Command mtr |Network diagnostics (traceroute/ping) +Command mv |Move or rename files or directories +Command mmv |Mass Move and rename (files) +Command netstat |Networking information +Command nice |Set the priority of a command or job +Command nl |Number lines and write files +Command nohup |Run a command immune to hangups +Command notify-send |Send desktop notifications +Command nslookup |Query Internet name servers interactively +Command open |Open a file in its default application +Command op |Operator access +Command passwd |Modify a user password +Command paste |Merge lines of files +Command pathchk |Check file name portability +Command ping |Test a network connection +Command pkill |Stop processes from running +Command popd |Restore the previous value of the current directory +Command pr |Prepare files for printing +Command printcap |Printer capability database +Command printenv |Print environment variables +Command printf |Format and print data +Command ps |Process status +Command pushd |Save and then change the current directory +Command pwd |Print Working Directory +Command quota |Display disk usage and limits +Command quotacheck |Scan a file system for disk usage +Command quotactl |Set disk quotas +Command ram |ram disk device +Command rcp |Copy files between two machines +Command read |Read a line from standard input +Command readarray |Read from stdin into an array variable +Command readonly |Mark variables/functions as readonly +Command reboot |Reboot the system +Command rename |Rename files +Command renice |Alter priority of running processes +Command remsync |Synchronize remote files via email +Command return |Exit a shell function +Command rev |Reverse lines of a file +Command rm |Remove files +Command rmdir |Remove folder(s) +Command rsync |Remote file copy (Synchronize file trees) +Command screen |Multiplex terminal, run remote shells via ssh +Command scp |Secure copy (remote file copy) +Command sdiff |Merge two files interactively +Command sed |Stream Editor +Command select |Accept keyboard input +Command seq |Print numeric sequences +Command set |Manipulate shell variables and functions +Command sftp |Secure File Transfer Program +Command shift |Shift positional parameters +Command shopt |Shell Options +Command shutdown |Shutdown or restart linux +Command sleep |Delay for a specified time +Command slocate |Find files +Command sort |Sort text files +Command source |Run commands from a file `.' +Command split |Split a file into fixed-size pieces +Command ssh |Secure Shell client (remote login program) +Command strace |Trace system calls and signals +Command su |Substitute user identity +Command sudo |Execute a command as another user +Command sum |Print a checksum for a file +Command suspend |Suspend execution of this shell +Command symlink |Make a new name for a file +Command sync |Synchronize data on disk with memory +Command tail |Output the last part of files +Command tar |Tape ARchiver +Command tee |Redirect output to multiple files +Command test |Evaluate a conditional expression +Command time |Measure Program running time +Command times |User and system times +Command touch |Change file timestamps +Command top |List processes running on the system +Command traceroute |Trace Route to Host +Command trap |Run a command when a signal is set(bourne) +Command tr |Translate, squeeze, and/or delete characters +Command true |Do nothing, successfully +Command tsort |Topological sort +Command tty |Print filename of terminal on stdin +Command type |Describe a command +Command ulimit |Limit user resources +Command umask |Users file creation mask +Command umount |Unmount a device +Command unalias |Remove an alias +Command uname |Print system information +Command unexpand |Convert spaces to tabs +Command uniq |Uniquify files +Command units |Convert units from one scale to another +Command unset |Remove variable or function names +Command unshar |Unpack shell archive scripts +Command until |Execute commands (until error) +Command useradd |Create new user account +Command usermod |Modify user account +Command users |List users currently logged in +Command uuencode |Encode a binary file +Command uudecode |Decode a file created by uuencode +Command v |Verbosely list directory contents (`ls -l -b') +Command vdir |Verbosely list directory contents (`ls -l -b') +Command vi |Text Editor +Command vmstat |Report virtual memory statistics +Command watch |Execute/display a program periodically +Command wc |Print byte, word, and line counts +Command whereis |Search the user's $path, man pages and source files for a program +Command which |Search the user's $path for a program file +Command while |Execute commands +Command who |Print all usernames currently logged in +Command whoami |Print the current user id and name (`id -un') +Command Wget |Retrieve web pages or files via HTTP, HTTPS or FTP +Command write |Send a message to another user +Command xargs |Execute utility, passing constructed argument list(s) +Command xdg-open |Open a file or URL in the user's preferred application. +Command yes |Print a string until interrupted diff --git a/files/data/cudatext/data/autocomplete/Batch files.acp b/files/data/cudatext/data/autocomplete/Batch files.acp new file mode 100644 index 0000000..d6dfd02 --- /dev/null +++ b/files/data/cudatext/data/autocomplete/Batch files.acp @@ -0,0 +1,232 @@ +Command ACINIUPD |Modify INI files (TS only) +Command ANSI.SYS |Text attributes, cursor & keyboard manipulation +Command APPEND |Allows programs to open data files in specified directories as if they were in the current directory (DOS) +Command ARP |Display or modify IP-to-Physical address translation tables used by ARP +Command ASSOC |Associate a file extension with a file type, or list all associations +Command AT |Command line scheduler +Command ATTRIB |List & manipulate file attributes +Command AUTOFAIL |Suppress network connection error messages at startup +Command BACKUP |Backup files to floppy disks (requires RESTORE from the exact same DOS version) +Command BASICA |Basic interpreter for IBM PC-DOS +Command BCDEDIT |Sets properties in boot database to control boot loading (Windows 7) +Command BOOTCFG |Edit Windows boot settings in BOOT.INI (XP) +Command BREAK |Enable/disable extended Ctrl+C checking (16-bits) +Command CACLS |Read and set file access permissions +Command CALL |Run a batch file from within another batch file +Command CD |Show or change the current directory (same as CHDIR) +Command CDBURN |Write ISO images to CD (Windows Server 2003 Resource Kit tool) +Command CERTREQ |Request certificates from a certification authority (Windows Server 2003) +Command CERTUTIL |Manage certificates (Windows Server 2003) +Command CHANGE |Change TS port mappings, install mode, or enable/disable TS logon +Command CHCP |Display or set the active Code Page +Command CHDIR |Show or change the current directory (same as CD) +Command CHGLOGON |Enable/disable TS logon +Command CHGPORT |Change TS port mappings +Command CHGUSR |Change TS install mode +Command CHKDSK |Check a disk for file system errors or bad sectors +Command CHKNTFS |Display or modify the checking of disk at boot time +Command CHOICE |Prompt user for choosing option from list of choices +Command CIPHER |Display or alter the encryption of directories [files] on NTFS partitions +Command CLEANMGR |Automate cleanup of temporary files, IE cache, downloaded files & recycle bin (XP) +Command CLS |Clear the screen/window +Command CMD.EXE |Command interpreter (32-bits) +Command CMDKEY |Manage stored user names and passwords (Windows Server 2003 and later) +Command COLOR |Change text and background color in console +Command COMMAND.COM |Command interpreter (16-bits) +Command COMP |Compare files +Command COMPACT |Display or modify file compression on NTFS partitions +Command %COMSPEC% |Command interpreter specification in master environment +Command CONTROL |Start Control Panel or a Control Panel applet +Command CONVERT |Convert a FAT volume to NTFS +Command COPY |Copy files +Command CPROFILE |Clean profiles of wasted space (Windows Server 2003) +Command CSCRIPT |Console mode interpreter for VBScript/JScript +Command CSVDE |Import/export data from Active Directory in CSV format +Command CTTY |Redirect all input and output to a file or (serial, parallel or null) device +Command DATE |Display & manipulate system date +Command DEBUG |Debugger & assembler +Command DEFRAG |Locate and consolidate fragmented boot files, data files, and folders on local volumes +Command DEL |Delete one or more files +Command DELTREE |Delete an entire folder including files and subfolders +Command DEVCON |Command line Device Manager (free Microsoft download) +Command DHCPLOC |Discover rogue DHCP servers +Command DIANTZ |Compress and add files to new or existing .CAB files(equivalent of MAKECAB) +Command DIR |List files & directories +Command DISKCOMP |Compare two floppy disks on a track by track basis +Command DISKCOPY |Copy a floppy disks on a track by track basis +Command DOSKEY |Edit or recall command lines, or create command line macros +Command DISKPART |Manipulate harddisk partitions and logical drives +Command DRIVERQUERY |List installed drivers (Windows XP) +Command DSADD |Add objects to (active) directory +Command DSGET |Display (active) directory object properties +Command DSMOD |Modify objects in (active) directory +Command DSMOVE |Move or rename objects in (active) directory +Command DSQUERY |Query (active) directory +Command DSRM |Remove object from (active) directory +Command DVDBURN |Write ISO images to DVD (Windows Server 2003 Resource Kit tool) +Command ECHO |Display text on screen +Command EDIT |Text editor in MS-DOS 5+ (requires QBASIC) +Command EDLIN |Line editor in MS-DOS 4- +Command ENDLOCAL |Terminate local environment +Command EPAL |Elevated Privileges Application Launcher (free Microsoft download) +Command ERASE |Delete one or more files +Command EVENTCREATE |Write an event in one of the event logs +Command EVENTQUERY.VBS |List events and event properties +Command EVENTTRIGGERS |Display and configure "Event Triggers" that monitor and act upon the occurrence of NT Log Events of given criteria +Command EXIT |Terminate a batch file or command prompt +Command EXPAND |Expand compressed files or folders on NTFS volumes +Command EXPLORER |Open a folder in an Explorer window +Command EXTRACT |Extract compressed files +Command EXE2BIN |Convert .EXE files to binary format (DOS) +Command FASTOPEN |Open DOS programs faster by memorizing their locations on disk (DOS) +Command FC |Compare files +Command FDISK |Manipulate harddisk partitions and logical drives +Command FILEVER |Display a program file's version +Command FIND |Search files or standard output +Command FINDRAMD |Find the RAM drive letter +Command FINDSTR |Search files or standard output with advanced options +Command FOR |Loop through a set of files or variables +Command FORCEDOS |Force XP to start the specified program in the MS-DOS subsystem +Command FORFILES |Selects and executes a command on a file or set of files +Command FORMAT |Format disks (initialize file system) +Command FSUTIL |Manage FAT and NTFS file systems (XP) +Command FTP |File Transfer Protocol client +Command FTYPE |Display or define the "Open" command for a file type +Command GETMAC |Display MAC address for local or remote network adapters (XP and later) +Command GETTYPE |Queries the OS type, version or SP and returns it as an errorlevel (Resource Kit tool) +Command GOTO |Jump to a label or subroutine +Command GPRESULT |Enable display of extended character set in graphics mode +Command GRAFTABL |Enable display of extended character set in graphics mode +Command GWBASIC |Basic interpreter for MS-DOS up to version 4 +Command HELP |Display help text for a command +Command ICACLS |Display, modify, backup, or restore ACLs for files and directories (Windows 7) +Command IEXPRESS |(Installation) script packager (XP) +Command IF |Test statement +Command IFCONFIG |Configure network adapters +Command INUSE |Replace locked files on the next reboot (Resource Kit tool) +Command IPCONFIG |Configure network adapters +Command JT |Command line scheduler for Windows 2000 and later (Resource Kit utility) +Command LABEL |Show or set a disk's volume label +Command LFNFOR |Tells the FOR command to use either "8.3" or long file names +Command LH |Load TSRs in high memory (same as LOADHIGH) +Command LOADHIGH |Load TSRs in high memory (same as LH) +Command LOCK |Grant 16-bits DOS programs direct access to a disk +Command LOGMAN |Command line Performance Monitor management tool +Command LOGOFF |Logoff/terminate Windows TS sessions or (local) OS/2 +Command MAKECAB |Compress and add files to new or existing .CAB files (equivalent of DIANTZ) +Command MD |Create a new (sub)directory (same as MKDIR) +Command MEM |Check memory usage (MS-DOS and 16-bits sessions only) +Command MKDIR |Create a new (sub)directory (same as MD) +Command MODE |Configures system devices +Command MORE |Displays output one screen at a time +Command MOUNTVOL |Create, delete or list volume mount points (XP) +Command MOVE |Move or rename files or folders +Command MSD |Query for basic system configuration information (MS-DOS 6 & 7) +Command MSG |Send a popup message to TS users/sessions +Command MSIEXEC |Install, modify, and perform operations on Windows Installer from the command line +Command MSINFO32 |Query for basic system configuration information (Windows 2000+) +Command NBTSTAT |Display protocol statistics and current TCP/IP connections using NBT +Command NET |Command line NetBIOS tool +Command NETDOM |Manage domains and trust relationships (join computers to a domain, rename computers, and more) +Command NETSH |Command line network configuration tool for Windows XP and later +Command NETSTAT |Command line NetBIOS tool +Command NLTEST |Command line Netlogon management tool +Command NOTEPAD |Text editor (GUI editing, command line & GUI printing) +Command NSLOOKUP |Diagnose DNS infrastructure +Command NTBACKUP |Backup files to any Windows supported media +Command OCSETUP |Windows Optional Component Setup (Windows 7) +Command ODBCCONF |MDAC ODBC configuration tool +Command OPENFILES |List or disconnect open files and folders +Command PATH |Display or change the program search path +Command PATHPING |Extended PING utility +Command PAUSE |Wait until a key is pressed +Command PENTNT |Detects floating point division error (if present) in the Pentium chip, disables floating point hardware, and turns on floating point emulation +Command PING |Check the TCP/IP connection to a remote IP address +Command PING6 |IPv6 version of PING +Command PKGMGR |Command line package manager +Command POPD |Move back to the last directory that was "pushed" on the stack by PUSHD +Command POWERCFG |Configure power management (Windows Server 2003) +Command PRINT |Print a text file +Command PRINTUI.EXE |Shorthand command for RUNDLL32 PRINTUI.DLL,PrintUIEntry (Windows 7) +Command PRNCFG.VBS |Configure or display printer configuration information +Command PRNDRVR.VBS |Add, delete, or list printer drivers +Command PRNJOBS.VBS |Pause, resume, cancel, or list print jobs +Command PRNMNGR.VBS |Add, delete, or lists printers or printer connections; set or display default printer +Command PRNPORT.VBS |Create, delete, or lists standard TCP/IP printer ports; display or change port configuration +Command PRNQCTL.VBS |Print a test page; pause or resume a printer; clear a printer queue +Command PROMPT |Configure the DOS prompt string +Command PUBPRN.VBS |Publish a printer in Active Directory +Command PUSHD |Move to a new directory, "pushing" the current directory on the stack +Command QAPPSRV |Query available TS application servers +Command QBASIC |Basic interpreter for MS-DOS 5+ +Command QCHAIN |Install multiple hotfixes with only a single reboot +Command QFARM |Query local TS farm +Command QPROCESS |Query TS servers for running processes +Command QSERVER |Query available ICA-enabled TS servers +Command QUERY |Query TS resources +Command QUSER |Query logged on TS users +Command QWINSTA |Query TS sessions +Command RASDIAL |Use existing RAS/DUN connections +Command RASPHONE |Manage RAS/DUN connections +Command RD |Remove a (sub)directory (same as RMDIR) +Command READLINE |Read a single line from standard output +Command RECOVER |Recover readable information from a bad or defective disk (may sometimes destroy other files in the process) +Command REG |Read and write the registry (W2K and later) +Command REGEDIT |Read and write the registry (GUI as well as command line) +Command REGEDT32 |Read and write the registry (includes setting access permissions) +Command REGINI |Read and write the registry, including permissions (NT4 Resource Kit, native in XP) +Command REGSVR32 |Register .DLL & .OCX files as command components in the registry +Command REM |Insert comment line +Command REN |Rename a file or folder (same as RENAME) +Command RENAME |Rename a file or folder (same as REN) +Command REPLACE |Copy only files that already exist in the target directory, or copy only files that don't exist yet +Command RESET |Reset TS session subsystem defaults +Command RESTORE |Restore files backed up with BACKUP (from the exact same DOS version) +Command RMDIR |Remove a (sub)directory (same as RD) +Command ROBOCOPY |Copy directories, optionally including subdirectory trees and/or permissions, and optionally deleting removed files in the target directory (Resource Kit utility, native in Windows 7) +Command ROUTE |Display and modify the entries in the local IP routing table +Command RUNAS |Run a command with different credentials (will always prompt for a password; use CPAU if you need to make this unattended) +Command RUNDLL |Command line wrapper for 16-bit DLL routines +Command RUNDLL32 |Command line wrapper for 32-bit DLL routines +Command SC |Command line services management (XP) +Command SCHTASKS |Command line task scheduler (XP) +Command SECEDIT |Configure and analyze system security by comparing your current configuration to a template (Windows 2000+) +Command SET |Manipulate environment variables +Command SETLOCAL |Start local environment +Command SHADOW |Monitor or take over a TS session +Command SHELL |Primary command interpreter specification in CONFIG.SYS +Command SHIFT |Parse command line variables in batch files +Command SHUTDOWN |Shutdown a computer (Resource Kit utility for NT 4 and 2000, native in XP and later) +Command SORT |Read a file or standard input and return it sorted alphabetically +Command START |Run a command in a separate process, or run a file with its default associated application +Command SUBINACL |Display/modify ACEs for file and folder permissions, ownership and domain (Resource Kit utility) +Command SUBST |Associate or disassociate a drive alias with a path +Command SYSTEMINFO |Query for basic system configuration information +Command TASKKILL |Kill an active process (XP) +Command TASKLIST |List active processes (XP) +Command TIME |Display & manipulate system time +Command TITLE |Set the window title for the command prompt window +Command TRACERT |Analyze the response times on the route to a remote IP address +Command TRACERT6 |IPv6 version of TRACERT +Command TRACERTE |Analyze the response times on the route to a remote IP address (OS/2) +Command TREE |"Graphically" display the folder structure of a drive or path +Command TRUENAME |Display the real fully qualified path +Command TSCON |Attach a TS user session to a terminal session +Command TSDISCON |Disconnect a TS terminal session +Command TSKILL |Terminate a process in a TS session +Command TSPROF |Copy/update TS user configuration information +Command TSSHUTDN |Shut down or reboot a TS server +Command TYPE |Display text file content in console +Command TZCHANGE |Configure/edit time zones +Command UNLOCK |Revoke 16-bits direct disk access granted by the LOCK command +Command VER |Display the OS version +Command VERIFY |Enable/disable verification of disk write operations +Command VHDMOUNT |Mount and access VHD files as virtual disk drives (part of Virtual Server 2005 R2 SP1) +Command VOL |Display a disk's volume label +Command WINMSD |Query for basic system configuration information (for Windows NT 4; in Windows 2000 WINMSD was replaced by MSINFO32) +Command WINMSDP |Command line helper tool for WINMSD +Command WMIC |Query & manipulate objects in WMI (XP Pro and later) +Command WSCRIPT |GUI mode interpreter for VBScript/JScript +Command WUPDMGR |Start Windows Update in Internet Explorer +Command XCACLS |Read and set file access permissions (improved CACLS from the Resource Kits) +Command XCOPY |Copy files & directories with advanced options \ No newline at end of file diff --git a/files/data/cudatext/data/autocomplete/C++.acp b/files/data/cudatext/data/autocomplete/C++.acp new file mode 100644 index 0000000..b2feacf --- /dev/null +++ b/files/data/cudatext/data/autocomplete/C++.acp @@ -0,0 +1,5569 @@ +#chars # +KeyWord __asm +KeyWord __cdecl +KeyWord __declspec +KeyWord __except +KeyWord __export +KeyWord __fastcall +KeyWord __finally +KeyWord __import +KeyWord __inline +KeyWord __int16 +KeyWord __int32 +KeyWord __int64 +KeyWord __int8 +KeyWord __stdcall +KeyWord __try +Keyword and |alternative to && operator +Keyword and_eq |alternative to &= operator +Keyword asm |insert an assembly instruction +Keyword auto |(C++0x) automatically detect variable type from initializer expression (meaningless declare a local variable in pre-C++0x) +Keyword bitand |alternative to bitwise & operator +Keyword bitor |alternative to | operator +Keyword bool |name of builtin boolean type +Keyword break |break out of a loop +Keyword case |in switch statement, defines a value label +Keyword catch |handles exceptions from throw +KeyWord catch(except) | +Keyword char |name of builtin character type (also 8-bit integer type) +Keyword class |declare a class +Keyword compl |alternative to ~ operator +Keyword const |modifier for a variable, a pointer to, or a reference to, which states that the variable cannot be modified +Keyword const_cast |cast that only allows to strip 'const' or 'volatile' modifiers +Keyword continue |bypass iterations of a loop +Keyword default |default handler in a case statement (in C++0x also force default implementation of a method) +Keyword delete |make dynamic memory available (in C++0x also remove a method that would be provided by default otherwise) +Keyword do |begin of a 'do-while' looping construct +Keyword double |name of a builtin double precision floating-point type +Keyword dynamic_cast |cast a pointer/reference from base (polymorphic) class to derived class, with runtime error reporting, if cast is not correct +Keyword else |alternate case for an if statement +Keyword enum |declare an enumeration type +Keyword explicit |make a class's one-argument constructor not allowed to be used for implicit conversions +Keyword export |states that the following template declaration will be defined in another compilation unit +Keyword 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 +Keyword false |a constant representing the boolean false value +Keyword float |name of a single precision floating-point type +KeyWord for([initialization]; [condition]; [increment]) |looping construct +Keyword friend |grant non-member function access to private data +Keyword goto |jump to a label (within the same function) +Keyword if(bool condition) |execute code based on the result of a test +Keyword inline |declare that a function is to be expanded in place when called (or to undergo vague linkage, if expanding is not possible) +Keyword int |name of a builtin default integer type +Keyword long |name of a builtin long integer variable +Keyword mutable |wipe constness from a class's field, when whole object is const +Keyword namespace |partition the global namespace by defining a scope +Keyword new |create an object, allocating memory from dynamic pool +Keyword not |alternative to ! operator +Keyword not_eq |alternative to != operator +Keyword operator |create overloaded operator functions +Keyword or |alternative to || operator +Keyword or_eq |alternative to |= operator +Keyword private |declare private members of a class +Keyword protected |declare protected members of a class +Keyword public |declare public members of a class +Keyword register |request that a variable be implemented by machine's register rather than on function's stack +Keyword reinterpret_cast |cast between any pointers or any integer with no change, which does not strip const or volatile modifiers +Keyword return |return from a function +Keyword short |declare a short integer variable +Keyword signed |modify variable type declarations +Keyword sizeof(Type) |return the size of a variable or type +Keyword static |create permanent storage for a variable +Keyword static_cast |cast that can be done implicitly in reverse, with changing the pointer for derived class, if required +Keyword struct |define a new structure +Keyword switch(int variable) |execute code based on different possible values for a variable +Keyword template |create generic functions or classes +Keyword this |a pointer to the current object inside a class's method +Keyword throw |throws an exception +Keyword true |a constant representing the boolean true value +Keyword try |execute code that can throw an exception +Keyword typedef |create a new type name from an existing type +Keyword typeid |describes an object +Keyword 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 +Keyword union |a structure that assigns multiple variables to the same memory location +Keyword unsigned |modifier for integer types that makes them only positive range +Keyword using |import complete or partial namespaces into the current scope +Keyword virtual |create a function that can be overridden by a derived class +Keyword void |name of a builtin void type or declare no return value in function +Keyword volatile |warn the compiler about variables that can be modified unexpectedly +Keyword wchar_t |name of a builtin wide-character type +Keyword while(bool condition) |begin of 'while' or end of 'do-while' looping constructs +Keyword xor |alternative to ^ operator +Keyword xor_eq |alternative to ^= operator +Keyword AF_DECnet +Keyword AbnormalTermination +Keyword AbortDoc(HDC) +Keyword AbortPath(HDC) +Keyword AbortPrinter(HANDLE) +Keyword AbortSystemShutdown(LPCSTR) +Keyword AccessCheck(PSECURITY_DESCRIPTOR,HANDLE,DWORD,PGENERIC_MAPPING,PPRIVILEGE_SET,PDWORD,PDWORD,PBOOL) +Keyword AccessCheckAndAuditAlarm(LPCSTR,LPVOID,LPSTR,LPSTR,PSECURITY_DESCRIPTOR,DWORD,PGENERIC_MAPPING,BOOL,PDWORD,PBOOL,PBOOL) +Keyword ActivateKeyboardLayout(HKL,UINT) +Keyword AddAccessAllowedAce(PACL,DWORD,DWORD,PSID) +Keyword AddAccessDeniedAce(PACL,DWORD,DWORD,PSID) +Keyword AddAce(PACL,DWORD,DWORD,PVOID,DWORD) +Keyword AddAtom(LPCSTR) +Keyword AddAuditAccessAce(PACL,DWORD,DWORD,PSID,BOOL,BOOL) +Keyword AddFontResource(LPCSTR) +Keyword AddForm(HANDLE,DWORD,PBYTE) +Keyword AddJob(HANDLE,DWORD,PBYTE,DWORD,PDWORD) +Keyword AddMonitor(LPSTR,DWORD,PBYTE) +Keyword AddPort(LPSTR,HWND,LPSTR) +Keyword AddPrintProcessor(LPSTR,LPSTR,LPSTR,LPSTR) +Keyword AddPrintProvidor(LPSTR,DWORD,PBYTE) +Keyword AddPrinter(LPSTR,DWORD,PBYTE) +Keyword AddPrinterConnection(LPSTR) +Keyword AddPrinterDriver(LPSTR,DWORD,PBYTE) +Keyword AdjustTokenGroups(HANDLE,BOOL,PTOKEN_GROUPS,DWORD,PTOKEN_GROUPS,PDWORD) +Keyword AdjustTokenPrivileges(HANDLE,BOOL,PTOKEN_PRIVILEGES,DWORD,PTOKEN_PRIVILEGES,PDWORD) +Keyword AdjustWindowRect(LPRECT,DWORD,BOOL) +Keyword AdjustWindowRectEx(LPRECT,DWORD,BOOL,DWORD) +Keyword AdvancedDocumentProperties(HWND,HANDLE,LPSTR,PDEVMODE,PDEVMODEA) +Keyword AllocConsole(void) +Keyword AllocateAndInitializeSid(PSID_IDENTIFIER_AUTHORITY,BYTE,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,PSID*) +Keyword AllocateLocallyUniqueId(PLUID) +Keyword AngleArc(HDC,int,int,DWORD,FLOAT,FLOAT) +Keyword AnimatePalette(HPALETTE,UINT,UINT,const PALETTEENTRY*) +Keyword Animate_Close +Keyword Animate_Create +Keyword Animate_Open +Keyword Animate_Play +Keyword Animate_Seek +Keyword Animate_Stop +Keyword AnyPopup(void) +Keyword AppendMenu(HMENU,UINT,UINT,LPCSTR) +Keyword Arc(HDC,int,int,int,int,int,int,int,int) +Keyword ArcTo(HDC,int,int,int,int,int,int,int,int) +Keyword AreAllAccessesGranted(DWORD,DWORD) +Keyword AreAnyAccessesGranted(DWORD,DWORD) +Keyword AreFileApisANSI(void) +Keyword ArrangeIconicWindows(HWND) +Keyword AttachThreadInput(DWORD,DWORD,BOOL) +Keyword AuthenticateUser(PVOID*,LPSTR,LPSTR,DWORD,LPSTR,DWORD,LPSTR,LPSTR) +Keyword BackupEventLog(HANDLE,LPCSTR) +Keyword BackupRead(HANDLE,PBYTE,DWORD,PDWORD,BOOL,BOOL,PVOID) +Keyword BackupSeek(HANDLE,DWORD,DWORD,PDWORD,PDWORD,PVOID) +Keyword BackupWrite(HANDLE,PBYTE,DWORD,PDWORD,BOOL,BOOL,PVOID) +Keyword Beep(DWORD,DWORD) +Keyword BeginDeferWindowPos(int) +Keyword BeginPaint(HWND,LPPAINTSTRUCT) +Keyword BeginPath(HDC) +Keyword BeginUpdateResource(LPCSTR,BOOL) +Keyword BindMoniker(LPMONIKER,DWORD,REFIID,PVOID*) +Keyword BitBlt(HDC,int,int,int,int,HDC,int,int,DWORD) +Keyword BringWindowToTop(HWND) +Keyword BroadcastSystemMessage(DWORD,LPDWORD,UINT,WPARAM,LPARAM) +Keyword BstrFromVector(SAFEARRAY *, BSTR *) +Keyword BuildCommDCB(LPCSTR,LPDCB) +Keyword BuildCommDCBAndTimeouts(LPCSTR,LPDCB,LPCOMMTIMEOUTS) +Keyword Button_Enable +Keyword Button_GetCheck +Keyword Button_GetState +Keyword Button_GetText +Keyword Button_GetTextLength +Keyword Button_SetCheck +Keyword Button_SetState +Keyword Button_SetStyle +Keyword Button_SetText +Keyword CIUniformResourceLocator +Keyword CInterfaceProxyHeader +Keyword CInterfaceProxyVtbl +Keyword CInterfaceStubHeader +Keyword CInterfaceStubVtbl +Keyword CLSIDFromProgID(LPCOLESTR,LPCLSID) +Keyword CLSIDFromString(LPOLESTR,LPCLSID) +Keyword CONTEXT_i386 +Keyword CONTEXT_i486 +Keyword CStdPSFactoryBuffer +Keyword CStdStubBuffer +Keyword CStdStubBuffer2_Release(IRpcStubBuffer*) +Keyword CStdStubBuffer_AddRef(IRpcStubBuffer*) +Keyword CStdStubBuffer_Connect(IRpcStubBuffer*,IUnknown*) +Keyword CStdStubBuffer_CountRefs(IRpcStubBuffer*) +Keyword CStdStubBuffer_DELEGATING_METHODS +Keyword CStdStubBuffer_DebugServerQueryInterface(IRpcStubBuffer*,void**) +Keyword CStdStubBuffer_DebugServerRelease(IRpcStubBuffer*,void*) +Keyword CStdStubBuffer_Disconnect(IRpcStubBuffer*) +Keyword CStdStubBuffer_Invoke(IRpcStubBuffer*,RPCOLEMESSAGE*,IRpcChannelBuffer*) +Keyword CStdStubBuffer_IsIIDSupported(IRpcStubBuffer*,REFIID) +Keyword CStdStubBuffer_METHODS +Keyword CStdStubBuffer_QueryInterface(IRpcStubBuffer*,REFIID,void**) +Keyword CStdStubBuffer_Release(IRpcStubBuffer*) +Keyword CallMsgFilter(PMSG,int) +Keyword CallNamedPipe(LPCSTR,PVOID,DWORD,PVOID,DWORD,PDWORD,DWORD) +Keyword CallNextHookEx(HHOOK,int,WPARAM,LPARAM) +Keyword CallWindowProc(WNDPROC,HWND,UINT,WPARAM,LPARAM) +Keyword CancelDC(HDC) +Keyword CancelIO(HANDLE) +Keyword CancelWaitableTimer(HANDLE) +Keyword CascadeWindows(HWND,UINT,LPCRECT,UINT,const HWND*) +Keyword ChangeClipboardChain(HWND,HWND) +Keyword ChangeDisplaySettings(PDEVMODEA,DWORD) +Keyword ChangeMenu(HMENU,UINT,LPCSTR,UINT,UINT) +Keyword ChangeServiceConfig(SC_HANDLE,DWORD,DWORD,DWORD,LPCSTR,LPCSTR,LPDWORD,LPCSTR,LPCSTR,LPCSTR,LPCSTR) +Keyword CharLower(LPSTR) +Keyword CharLowerBuff(LPSTR,DWORD) +Keyword CharNext(LPCSTR) +Keyword CharNextEx(WORD,LPCSTR,DWORD) +Keyword CharPrev(LPCSTR,LPCSTR) +Keyword CharPrevEx(WORD,LPCSTR,LPCSTR,DWORD) +Keyword CharToOem(LPCSTR,LPSTR) +Keyword CharToOemBuff(LPCSTR,LPSTR,DWORD) +Keyword CharUpper(LPSTR) +Keyword CharUpperBuff(LPSTR,DWORD) +Keyword CheckColorsInGamut(HDC,PVOID,PVOID,DWORD) +Keyword CheckDefDlgRecursion +Keyword CheckDlgButton(HWND,int,UINT) +Keyword CheckMenuItem(HMENU,UINT,UINT) +Keyword CheckMenuRadioItem(HMENU,UINT,UINT,UINT,UINT) +Keyword CheckRadioButton(HWND,int,int,int) +Keyword ChildWindowFromPoint(HWND,POINT) +Keyword ChildWindowFromPointEx(HWND,POINT,UINT) +Keyword ChooseColor(LPCHOOSECOLORA) +Keyword ChooseFont(LPCHOOSEFONTA) +Keyword ChoosePixelFormat(HDC,CONST PIXELFORMATDESCRIPTOR*) +Keyword Chord(HDC,int,int,int,int,int,int,int,int) +Keyword ClearCommBreak(HANDLE) +Keyword ClearCommError(HANDLE,PDWORD,LPCOMSTAT) +Keyword ClearEventLog(HANDLE,LPCSTR) +Keyword ClientToScreen(HWND,LPPOINT) +Keyword ClipCursor(LPCRECT) +Keyword CloseClipboard(void) +Keyword CloseDesktop(HDESK) +Keyword CloseDriver(HDRVR,LONG,LONG) +Keyword CloseEnhMetaFile(HDC) +Keyword CloseEventLog(HANDLE) +Keyword CloseFigure(HDC) +Keyword CloseHandle(HANDLE) +Keyword CloseMetaFile(HDC) +Keyword ClosePrinter(HANDLE) +Keyword CloseServiceHandle(SC_HANDLE) +Keyword CloseWindow(HWND) +Keyword CloseWindowStation(HWINSTA) +Keyword CoCreateFreeThreadedMarshaler(LPUNKNOWN,LPUNKNOWN*) +Keyword CoCreateGuid(GUID*) +Keyword CoCreateInstance(REFCLSID,LPUNKNOWN,DWORD,REFIID,PVOID*) +Keyword CoCreateStandardMalloc(DWORD,IMalloc**) +Keyword CoDisconnectObject(LPUNKNOWN,DWORD) +Keyword CoFileTimeNow(FILETIME*) +Keyword CoGetClassObject(REFCLSID,DWORD,PVOID,REFIID,PVOID*) +Keyword CoGetInterfaceAndReleaseStream(LPSTREAM,REFIID,PVOID*) +Keyword CoGetMalloc(DWORD,LPMALLOC*) +Keyword CoGetMarshalSizeMax(ULONG*,REFIID,LPUNKNOWN,DWORD,PVOID,DWORD) +Keyword CoGetStandardMarshal(REFIID,LPUNKNOWN,DWORD,PVOID,DWORD,LPMARSHAL*) +Keyword CoGetTreatAsClass(REFCLSID,LPCLSID) +Keyword CoLockObjectExternal(LPUNKNOWN,BOOL,BOOL) +Keyword CoMarshalHresult(LPSTREAM,HRESULT) +Keyword CoMarshalInterThreadInterfaceInStream(REFIID,LPUNKNOWN,LPSTREAM*) +Keyword CoMarshalInterface(LPSTREAM,REFIID,LPUNKNOWN,DWORD,PVOID,DWORD) +Keyword CoRegisterClassObject(REFCLSID,LPUNKNOWN,DWORD,DWORD,PDWORD) +Keyword CoRegisterMessageFilter(LPMESSAGEFILTER,LPMESSAGEFILTER*) +Keyword CoReleaseMarshalData(LPSTREAM) +Keyword CoRevokeClassObject(DWORD) +Keyword CoRevokeMallocSpy(void) +Keyword CoTreatAsClass(REFCLSID,REFCLSID) +Keyword CoUnmarshalHresult(LPSTREAM,HRESULT*) +Keyword CoUnmarshalInterface(LPSTREAM,REFIID,PVOID*) +Keyword ColorMatchToTarget(HDC,HDC,DWORD) +Keyword CombineRgn(HRGN,HRGN,HRGN,int) +Keyword CombineTransform(LPXFORM,const XFORM*,const XFORM*) +Keyword ComboBox_AddItemData +Keyword ComboBox_AddString +Keyword ComboBox_DeleteString +Keyword ComboBox_Dir +Keyword ComboBox_Enable +Keyword ComboBox_FindItemData +Keyword ComboBox_FindString +Keyword ComboBox_FindStringExact +Keyword ComboBox_GetCount +Keyword ComboBox_GetCurSel +Keyword ComboBox_GetDroppedControlRect +Keyword ComboBox_GetDroppedState +Keyword ComboBox_GetEditSel +Keyword ComboBox_GetExtendedUI +Keyword ComboBox_GetItemData +Keyword ComboBox_GetItemHeight +Keyword ComboBox_GetLBText +Keyword ComboBox_GetLBTextLen +Keyword ComboBox_GetText +Keyword ComboBox_GetTextLength +Keyword ComboBox_InsertItemData +Keyword ComboBox_InsertString +Keyword ComboBox_LimitText +Keyword ComboBox_ResetContent +Keyword ComboBox_SelectItemData +Keyword ComboBox_SelectString +Keyword ComboBox_SetCurSel +Keyword ComboBox_SetEditSel +Keyword ComboBox_SetExtendedUI +Keyword ComboBox_SetItemData +Keyword ComboBox_SetItemHeight +Keyword ComboBox_SetText +Keyword ComboBox_ShowDropdown +Keyword CommConfigDialog(LPSTR,HWND,LPCOMMCONFIG) +Keyword CommDlgExtendedError(void) +Keyword CommDlg_OpenSave_GetFilePath +Keyword CommDlg_OpenSave_GetFilePathA +Keyword CommDlg_OpenSave_GetFilePathW +Keyword CommDlg_OpenSave_GetFolderIDList +Keyword CommDlg_OpenSave_GetFolderPath +Keyword CommDlg_OpenSave_GetFolderPathA +Keyword CommDlg_OpenSave_GetFolderPathW +Keyword CommDlg_OpenSave_GetSpec +Keyword CommDlg_OpenSave_GetSpecA +Keyword CommDlg_OpenSave_GetSpecW +Keyword CommDlg_OpenSave_HideControl +Keyword CommDlg_OpenSave_SetControlText +Keyword CommDlg_OpenSave_SetDefExt +Keyword CommitUrlCacheEntry(LPCSTR,LPCSTR,FILETIME,FILETIME,DWORD,LPBYTE,DWORD,LPCSTR,DWORD) +Keyword CompareFileTime(CONST FILETIME*,CONST FILETIME*) +Keyword CompareString(LCID,DWORD,LPCSTR,int,LPCSTR,int) +Keyword ConfigurePort(LPSTR,HWND,LPSTR) +Keyword ConnectNamedPipe(HANDLE,LPOVERLAPPED) +Keyword ConnectToPrinterDlg(HWND,DWORD) +Keyword ContinueDebugEvent(DWORD,DWORD,DWORD) +Keyword ControlService(SC_HANDLE,DWORD,LPSERVICE_STATUS) +Keyword ConvertDefaultLocale(LCID) +Keyword ConvertLongToLargeInteger(LONG) +Keyword ConvertLongToLargeInteger +Keyword ConvertThreadToFiber(PVOID) +Keyword ConvertUlongToLargeInteger(ULONG) +Keyword ConvertUlongToLargeInteger +Keyword CopyAcceleratorTable(HACCEL,LPACCEL,int) +Keyword CopyCursor(HCURSOR) +Keyword CopyEnhMetaFile(HENHMETAFILE,LPCSTR) +Keyword CopyFile(LPCSTR,LPCSTR,BOOL) +Keyword CopyFileEx(LPCSTR,LPCSTR,LPPROGRESS_ROUTINE,LPVOID,LPBOOL,DWORD) +Keyword CopyIcon(HICON) +Keyword CopyImage(HANDLE,UINT,int,int,UINT) +Keyword CopyLZFile(INT,INT) +Keyword CopyMemory +Keyword CopyMetaFile(HMETAFILE,LPCSTR) +Keyword CopyRect(LPRECT,LPCRECT) +Keyword CopyRgn +Keyword CopySid(DWORD,PSID,PSID) +Keyword CountClipboardFormats(void) +Keyword CreateAcceleratorTable(LPACCEL,int) +Keyword CreateAntiMoniker(LPMONIKER*) +Keyword CreateBindCtx(DWORD,LPBC*) +Keyword CreateBitmap(int,int,UINT,UINT,PCVOID) +Keyword CreateBitmapIndirect(const BITMAP*) +Keyword CreateBrushIndirect(const LOGBRUSH*) +Keyword CreateCaret(HWND,HBITMAP,int,int) +Keyword CreateColorSpace(LPLOGCOLORSPACEA) +Keyword CreateCompatibleBitmap(HDC,int,int) +Keyword CreateCompatibleDC(HDC) +Keyword CreateConsoleScreenBuffer(DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,PVOID) +Keyword CreateCursor(HINSTANCE,int,int,int,int,PCVOID,PCVOID) +Keyword CreateDC(LPCSTR,LPCSTR,LPCSTR,const DEVMODEA*) +Keyword CreateDIBPatternBrush(HGLOBAL,UINT) +Keyword CreateDIBPatternBrushPt(PCVOID,UINT) +Keyword CreateDIBSection(HDC,const BITMAPINFO*,UINT,void**,HANDLE,DWORD) +Keyword CreateDIBitmap(HDC,const BITMAPINFOHEADER*,DWORD,PCVOID,const BITMAPINFO*,UINT) +Keyword CreateDataAdviseHolder(LPDATAADVISEHOLDER*) +Keyword CreateDataCache(LPUNKNOWN,REFCLSID,REFIID,PVOID*) +Keyword CreateDesktop(LPSTR,LPSTR,LPDEVMODEA,DWORD,DWORD,LPSECURITY_ATTRIBUTES) +Keyword CreateDialogA +Keyword CreateDialogIndirectA +Keyword CreateDialogIndirectParam(HINSTANCE,LPCDLGTEMPLATE,HWND,DLGPROC,LPARAM) +Keyword CreateDialogIndirectW +Keyword CreateDialogParam(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM) +Keyword CreateDialogW +Keyword CreateDirectory(LPCSTR,LPSECURITY_ATTRIBUTES) +Keyword CreateDirectoryEx(LPCSTR,LPCSTR,LPSECURITY_ATTRIBUTES) +Keyword CreateDiscardableBitmap(HDC,int,int) +Keyword CreateDispTypeInfo(INTERFACEDATA*,LCID,LPTYPEINFO*) +Keyword CreateEllipticRgn(int,int,int,int) +Keyword CreateEllipticRgnIndirect(LPCRECT) +Keyword CreateEnhMetaFile(HDC,LPCSTR,LPCRECT,LPCSTR) +Keyword CreateErrorInfo(LPCREATEERRORINFO*) +Keyword CreateEvent(LPSECURITY_ATTRIBUTES,BOOL,BOOL,LPCSTR) +Keyword CreateFiber(DWORD,LPFIBER_START_ROUTINE,LPVOID) +Keyword CreateFile(LPCSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES,DWORD,DWORD,HANDLE) +Keyword CreateFileMapping(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,DWORD,DWORD,LPCSTR) +Keyword CreateFileMoniker(LPCOLESTR,LPMONIKER*) +Keyword CreateFont(int,int,int,int,int,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPCSTR) +Keyword CreateFontIndirect(const LOGFONTA*) +Keyword CreateGenericComposite(LPMONIKER,LPMONIKER,LPMONIKER*) +Keyword CreateHalftonePalette(HDC) +Keyword CreateHatchBrush(int,COLORREF) +Keyword CreateIC(LPCSTR,LPCSTR,LPCSTR,const DEVMODEA*) +Keyword CreateILockBytesOnHGlobal(HGLOBAL,BOOL,LPLOCKBYTES*) +Keyword CreateIcon(HINSTANCE,int,int,BYTE,BYTE,const BYTE*,const BYTE*) +Keyword CreateIconFromResource(PBYTE,DWORD,BOOL,DWORD) +Keyword CreateIconFromResourceEx(PBYTE,DWORD,BOOL,DWORD,int,int,UINT) +Keyword CreateIconIndirect(PICONINFO) +Keyword CreateIoCompletionPort(HANDLE,HANDLE,DWORD,DWORD) +Keyword CreateItemMoniker(LPCOLESTR,LPCOLESTR,LPMONIKER*) +Keyword CreateMDIWindow(LPSTR,LPSTR,DWORD,int,int,int,int,HWND,HINSTANCE,LPARAM) +Keyword CreateMailslot(LPCSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES) +Keyword CreateMappedBitmap(HINSTANCE,int,UINT,LPCOLORMAP,int) +Keyword CreateMenu(void) +Keyword CreateMetaFile(LPCSTR) +Keyword CreateMutex(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR) +Keyword CreateNamedPipe(LPCSTR,DWORD,DWORD,DWORD,DWORD,DWORD,DWORD,LPSECURITY_ATTRIBUTES) +Keyword CreateOleAdviseHolder(LPOLEADVISEHOLDER*) +Keyword CreatePalette(const LOGPALETTE*) +Keyword CreatePatternBrush(HBITMAP) +Keyword CreatePen(int,int,COLORREF) +Keyword CreatePenIndirect(const LOGPEN*) +Keyword CreatePipe(PHANDLE,PHANDLE,LPSECURITY_ATTRIBUTES,DWORD) +Keyword CreatePointerMoniker(LPUNKNOWN,LPMONIKER*) +Keyword CreatePolyPolygonRgn(const POINT*,const INT*,int,int) +Keyword CreatePolygonRgn(const POINT*,int,int) +Keyword CreatePopupMenu(void) +Keyword CreatePrivateObjectSecurity(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR*,BOOL,HANDLE,PGENERIC_MAPPING) +Keyword CreateProcess(LPCSTR,LPSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,PVOID,LPCSTR,LPSTARTUPINFOA,LPPROCESS_INFORMATION) +Keyword CreateProcessAsUser(HANDLE,LPCSTR,LPSTR,LPSECURITY_ATTRIBUTES,LPSECURITY_ATTRIBUTES,BOOL,DWORD,PVOID,LPCSTR,LPSTARTUPINFOA,LPPROCESS_INFORMATION) +Keyword CreatePropertySheetPage(LPCPROPSHEETPAGEA) +Keyword CreateRectRgn(int,int,int,int) +Keyword CreateRectRgnIndirect(LPCRECT) +Keyword CreateRemoteThread(HANDLE,LPSECURITY_ATTRIBUTES,DWORD,LPTHREAD_START_ROUTINE,LPVOID,DWORD,LPDWORD) +Keyword CreateRoundRectRgn(int,int,int,int,int,int) +Keyword CreateScalableFontResource(DWORD,LPCSTR,LPCSTR,LPCSTR) +Keyword CreateSemaphore(LPSECURITY_ATTRIBUTES,LONG,LONG,LPCSTR) +Keyword CreateService(SC_HANDLE,LPCSTR,LPCSTR,DWORD,DWORD,DWORD,DWORD,LPCSTR,LPCSTR,PDWORD,LPCSTR,LPCSTR,LPCSTR) +Keyword CreateSolidBrush(COLORREF) +Keyword CreateStatusWindow(LONG,LPCSTR,HWND,UINT) +Keyword CreateStdDispatch(IUnknown*,void*,LPTYPEINFO,IUnknown**) +Keyword CreateStreamOnHGlobal(HGLOBAL,BOOL,LPSTREAM*) +Keyword CreateTapePartition(HANDLE,DWORD,DWORD,DWORD) +Keyword CreateThread(LPSECURITY_ATTRIBUTES,DWORD,LPTHREAD_START_ROUTINE,PVOID,DWORD,PDWORD) +Keyword CreateToolbarEx(HWND,DWORD,UINT,int,HINSTANCE,UINT,LPCTBBUTTON,int,int,int,int,int,UINT) +Keyword CreateTypeLib(SYSKIND,const OLECHAR*,LPCREATETYPELIB*) +Keyword CreateUpDownControl(DWORD,int,int,int,int,HWND,int,HINSTANCE,HWND,int,int,int) +Keyword CreateUrlCacheEntry(LPCSTR,DWORD,LPCSTR,LPSTR,DWORD) +Keyword CreateWaitableTimer(LPSECURITY_ATTRIBUTES,BOOL,LPCSTR) +Keyword CreateWindowA +Keyword CreateWindowEx(DWORD,LPCSTR,LPCSTR,DWORD,int,int,int,int,HWND,HMENU,HINSTANCE,LPVOID) +Keyword CreateWindowStation(LPSTR,DWORD,DWORD,LPSECURITY_ATTRIBUTES) +Keyword CreateWindowW +Keyword CryptAcquireContext(HCRYPTPROV*,LPCSTR,LPCSTR,DWORD,DWORD) +Keyword CryptCreateHash(HCRYPTPROV,ALG_ID,HCRYPTKEY,DWORD,HCRYPTHASH*) +Keyword CryptDecrypt(HCRYPTKEY,HCRYPTHASH,BOOL,DWORD,PBYTE,PDWORD) +Keyword CryptDeriveKey(HCRYPTPROV,ALG_ID,HCRYPTHASH,DWORD,HCRYPTKEY*) +Keyword CryptDestroyHash(HCRYPTHASH) +Keyword CryptDestroyKey(HCRYPTKEY) +Keyword CryptEncrypt(HCRYPTKEY,HCRYPTHASH,BOOL,DWORD,PBYTE,PDWORD,DWORD) +Keyword CryptExportKey(HCRYPTKEY,HCRYPTKEY,DWORD,DWORD,PBYTE,PDWORD) +Keyword CryptGenKey(HCRYPTPROV,ALG_ID,DWORD,HCRYPTKEY*) +Keyword CryptGenRandom(HCRYPTPROV,DWORD,PBYTE) +Keyword CryptGetHashParam(HCRYPTHASH,DWORD,PBYTE,PDWORD,DWORD) +Keyword CryptGetHashValue(HCRYPTHASH,DWORD,PBYTE,PDWORD) +Keyword CryptGetKeyParam(HCRYPTKEY,DWORD,PBYTE,PDWORD,DWORD) +Keyword CryptGetProvParam(HCRYPTPROV,DWORD,PBYTE,PDWORD,DWORD) +Keyword CryptGetUserKey(HCRYPTPROV,DWORD,HCRYPTKEY*) +Keyword CryptHashData(HCRYPTHASH,PBYTE,DWORD,DWORD) +Keyword CryptHashSessionKey(HCRYPTHASH,HCRYPTKEY,DWORD) +Keyword CryptImportKey(HCRYPTPROV,PBYTE,DWORD,HCRYPTKEY,DWORD,HCRYPTKEY*) +Keyword CryptReleaseContext(HCRYPTPROV,DWORD) +Keyword CryptSetHashParam(HCRYPTHASH,DWORD,PBYTE,DWORD) +Keyword CryptSetKeyParam(HCRYPTKEY,DWORD,PBYTE,DWORD) +Keyword CryptSetProvParam(HCRYPTPROV,DWORD,PBYTE,DWORD) +Keyword CryptSetProvider(LPCSTR,DWORD) +Keyword CryptSignHash(HCRYPTHASH,DWORD,LPCSTR,DWORD,PBYTE,PDWORD) +Keyword CryptVerifySignature(HCRYPTHASH,PBYTE,DWORD,HCRYPTKEY,LPCSTR,DWORD) +Keyword CustomControlInfo(LPCCINFOA acci) +Keyword DPtoLP(HDC,LPPOINT,int) +Keyword DateTime_GetMonthCal +Keyword DateTime_GetMonthCalColor +Keyword DateTime_GetMonthCalFont +Keyword DateTime_GetRange +Keyword DateTime_GetSystemTime +Keyword DateTime_SetFormat +Keyword DateTime_SetMonthCalColor +Keyword DateTime_SetMonthCalFont +Keyword DateTime_SetRange +Keyword DateTime_SetSystemTime +Keyword DceErrorInqText(RPC_STATUS,unsigned char*) +Keyword DdeAbandonTransaction(DWORD,HCONV,DWORD) +Keyword DdeAccessData(HDDEDATA,PDWORD) +Keyword DdeAddData(HDDEDATA,PBYTE,DWORD,DWORD) +Keyword DdeClientTransaction(PBYTE,DWORD,HCONV,HSZ,UINT,UINT,DWORD,PDWORD) +Keyword DdeCmpStringHandles(HSZ,HSZ) +Keyword DdeConnect(DWORD,HSZ,HSZ,PCONVCONTEXT) +Keyword DdeConnectList(DWORD,HSZ,HSZ,HCONVLIST,PCONVCONTEXT) +Keyword DdeCreateDataHandle(DWORD,PBYTE,DWORD,DWORD,HSZ,UINT,UINT) +Keyword DdeCreateStringHandle(DWORD,LPSTR,int) +Keyword DdeDisconnect(HCONV) +Keyword DdeDisconnectList(HCONVLIST) +Keyword DdeEnableCallback(DWORD,HCONV,UINT) +Keyword DdeFreeDataHandle(HDDEDATA) +Keyword DdeFreeStringHandle(DWORD,HSZ) +Keyword DdeGetData(HDDEDATA,PBYTE,DWORD,DWORD) +Keyword DdeGetLastError(DWORD) +Keyword DdeImpersonateClient(HCONV) +Keyword DdeInitialize(PDWORD,PFNCALLBACK,DWORD,DWORD) +Keyword DdeKeepStringHandle(DWORD,HSZ) +Keyword DdeNameService(DWORD,HSZ,HSZ,UINT) +Keyword DdePostAdvise(DWORD,HSZ,HSZ) +Keyword DdeQueryConvInfo(HCONV,DWORD,PCONVINFO) +Keyword DdeQueryNextServer(HCONVLIST,HCONV) +Keyword DdeQueryString(DWORD,HSZ,LPSTR,DWORD,int) +Keyword DdeReconnect(HCONV) +Keyword DdeSetQualityOfService(HWND,const SECURITY_QUALITY_OF_SERVICE*,PSECURITY_QUALITY_OF_SERVICE) +Keyword DdeSetUserHandle(HCONV,DWORD,DWORD) +Keyword DdeUnaccessData(HDDEDATA) +Keyword DdeUninitialize(DWORD) +Keyword DebugActiveProcess(DWORD) +Keyword DebugBreak(void) +Keyword DefDlgProc(HWND,UINT,WPARAM,LPARAM) +Keyword DefDlgProcEx +Keyword DefDriverProc(DWORD,HDRVR,UINT,LPARAM,LPARAM) +Keyword DefFrameProc(HWND,HWND,UINT,WPARAM,LPARAM) +Keyword DefHookProc +Keyword DefMDIChildProc(HWND,UINT,WPARAM,LPARAM) +Keyword DefScreenSaverProc(HWND,UINT,WPARAM,LPARAM) +Keyword DefWindowProc(HWND,UINT,WPARAM,LPARAM) +Keyword DeferWindowPos(HDWP,HWND,HWND,int,int,int,int,UINT) +Keyword DefineDosDevice(DWORD,LPCSTR,LPCSTR) +Keyword DefineHandleTable +Keyword DeleteAce(PACL,DWORD) +Keyword DeleteAtom(ATOM) +Keyword DeleteBitmap +Keyword DeleteBrush +Keyword DeleteColorSpace(HCOLORSPACE) +Keyword DeleteCriticalSection(PCRITICAL_SECTION) +Keyword DeleteDC(HDC) +Keyword DeleteEnhMetaFile(HENHMETAFILE) +Keyword DeleteFiber(PVOID) +Keyword DeleteFile(LPCSTR) +Keyword DeleteFont +Keyword DeleteForm(HANDLE,LPSTR) +Keyword DeleteMenu(HMENU,UINT,UINT) +Keyword DeleteMetaFile(HMETAFILE) +Keyword DeleteMonitor(LPSTR,LPSTR,LPSTR) +Keyword DeleteObject(HGDIOBJ) +Keyword DeletePalette +Keyword DeletePen +Keyword DeletePort(LPSTR,HWND,LPSTR) +Keyword DeletePrintProcessor(LPSTR,LPSTR,LPSTR) +Keyword DeletePrintProvidor(LPSTR,LPSTR,LPSTR) +Keyword DeletePrinter(HANDLE) +Keyword DeletePrinterConnection(LPSTR) +Keyword DeletePrinterData(HANDLE,LPSTR) +Keyword DeletePrinterDriver(LPSTR,LPSTR,LPSTR) +Keyword DeleteRgn +Keyword DeleteService(SC_HANDLE) +Keyword DeleteUrlCacheEntry(LPCSTR) +Keyword DeregisterEventSource(HANDLE) +Keyword DeregisterTypeLib(REFGUID,WORD,WORD,LCID) +Keyword DescribePixelFormat(HDC,int,UINT,LPPIXELFORMATDESCRIPTOR) +Keyword DestroyAcceleratorTable(HACCEL) +Keyword DestroyCaret(void) +Keyword DestroyCursor(HCURSOR) +Keyword DestroyIcon(HICON) +Keyword DestroyMenu(HMENU) +Keyword DestroyPrivateObjectSecurity(PSECURITY_DESCRIPTOR*) +Keyword DestroyPropertySheetPage(HPROPSHEETPAGE) +Keyword DestroyWindow(HWND) +Keyword DeviceCapabilities(LPCSTR,LPCSTR,WORD,LPSTR,const DEVMODEA*) +Keyword DeviceIoControl(HANDLE,DWORD,PVOID,DWORD,PVOID,DWORD,PDWORD,POVERLAPPED) +Keyword DialogBoxA +Keyword DialogBoxIndirectA +Keyword DialogBoxIndirectParam(HINSTANCE,LPCDLGTEMPLATE,HWND,DLGPROC,LPARAM) +Keyword DialogBoxIndirectW +Keyword DialogBoxParam(HINSTANCE,LPCSTR,HWND,DLGPROC,LPARAM) +Keyword DialogBoxW +Keyword DisableThreadLibraryCalls(HMODULE) +Keyword DisconnectNamedPipe(HANDLE) +Keyword DispGetIDsOfNames(LPTYPEINFO,OLECHAR**,UINT,DISPID*) +Keyword DispGetParam(DISPPARAMS*,UINT,VARTYPE,VARIANT*,UINT*) +Keyword DispInvoke(void*,LPTYPEINFO,DISPID,WORD,DISPPARAMS*,VARIANT*,EXCEPINFO*,UINT*) +Keyword DispatchMessage(const MSG*) +Keyword DlgDirList(HWND,LPSTR,int,int,UINT) +Keyword DlgDirListComboBox(HWND,LPSTR,int,int,UINT) +Keyword DlgDirSelectComboBoxEx(HWND,LPSTR,int,int) +Keyword DlgDirSelectEx(HWND,LPSTR,int,int) +Keyword DllCanUnloadNow(void) +Keyword DllGetClassObject(REFCLSID,REFIID,PVOID*) +Keyword DllRegisterServer(void) +Keyword DllUnregisterServer(void) +Keyword DoDragDrop(LPDATAOBJECT,LPDROPSOURCE,DWORD,PDWORD) +Keyword DocumentProperties(HWND,HANDLE,LPSTR,PDEVMODEA,PDEVMODEA,DWORD) +Keyword DosDateTimeToFileTime(WORD,WORD,LPFILETIME) +Keyword DragAcceptFiles(HWND,BOOL) +Keyword DragDetect(HWND,POINT) +Keyword DragFinish(HDROP) +Keyword DragObject(HWND,HWND,UINT,DWORD,HCURSOR) +Keyword DragQueryFile(HDROP,UINT,LPSTR,UINT) +Keyword DragQueryPoint(HDROP,LPPOINT) +Keyword DrawAnimatedRects(HWND,int,LPCRECT,LPCRECT) +Keyword DrawCaption(HWND,HDC,LPCRECT,UINT) +Keyword DrawEdge(HDC,LPRECT,UINT,UINT) +Keyword DrawEscape(HDC,int,int,LPCSTR) +Keyword DrawFocusRect(HDC,LPCRECT) +Keyword DrawFrameControl(HDC,LPRECT,UINT,UINT) +Keyword DrawIcon(HDC,int,int,HICON) +Keyword DrawIconEx(HDC,int,int,HICON,int,int,UINT,HBRUSH,UINT) +Keyword DrawInsert(HWND,HWND,int) +Keyword DrawMenuBar(HWND) +Keyword DrawState(HDC,HBRUSH,DRAWSTATEPROC,LPARAM,WPARAM,int,int,int,int,UINT) +Keyword DrawStatusText(HDC,LPRECT,LPCSTR,UINT) +Keyword DrawText(HDC,LPCSTR,int,LPRECT,UINT) +Keyword DrawTextEx(HDC,LPSTR,int,LPRECT,UINT,LPDRAWTEXTPARAMS) +Keyword DrvGetModuleHandle(HDRVR) +Keyword DuplicateHandle(HANDLE,HANDLE,HANDLE,PHANDLE,DWORD,BOOL,DWORD) +Keyword DuplicateToken(HANDLE,SECURITY_IMPERSONATION_LEVEL,PHANDLE) +Keyword DuplicateTokenEx(HANDLE,DWORD,LPSECURITY_ATTRIBUTES,SECURITY_IMPERSONATION_LEVEL,TOKEN_TYPE,PHANDLE) +Keyword ERROR_AUTODATASEG_EXCEEDS_64k +Keyword ERROR_ITERATED_DATA_EXCEEDS_64k +Keyword Edit_CanUndo +Keyword Edit_EmptyUndoBuffer +Keyword Edit_Enable +Keyword Edit_FmtLines +Keyword Edit_GetFirstVisibleLine +Keyword Edit_GetHandle +Keyword Edit_GetLine +Keyword Edit_GetLineCount +Keyword Edit_GetModify +Keyword Edit_GetPasswordChar +Keyword Edit_GetRect +Keyword Edit_GetSel +Keyword Edit_GetText +Keyword Edit_GetTextLength +Keyword Edit_GetWordBreakProc +Keyword Edit_LimitText +Keyword Edit_LineFromChar +Keyword Edit_LineIndex +Keyword Edit_LineLength +Keyword Edit_ReplaceSel +Keyword Edit_Scroll +Keyword Edit_ScrollCaret +Keyword Edit_SetHandle +Keyword Edit_SetModify +Keyword Edit_SetPasswordChar +Keyword Edit_SetReadOnly +Keyword Edit_SetRect +Keyword Edit_SetRectNoPaint +Keyword Edit_SetSel +Keyword Edit_SetTabStops +Keyword Edit_SetText +Keyword Edit_SetWordBreakProc +Keyword Edit_Undo +Keyword Ellipse(HDC,int,int,int,int) +Keyword EmptyClipboard(void) +Keyword EnableEUDC(BOOL) +Keyword EnableMenuItem(HMENU,UINT,UINT) +Keyword EnableScrollBar(HWND,UINT,UINT) +Keyword EnableWindow(HWND,BOOL) +Keyword EndDeferWindowPos(HDWP) +Keyword EndDialog(HWND,int) +Keyword EndDoc(HDC) +Keyword EndDocPrinter(HANDLE) +Keyword EndPage(HDC) +Keyword EndPagePrinter(HANDLE) +Keyword EndPaint(HWND,const PAINTSTRUCT*) +Keyword EndPath(HDC) +Keyword EndUpdateResource(HANDLE,BOOL) +Keyword EnlargedIntegerMultiply(LONG, LONG) +Keyword EnlargedIntegerMultiply +Keyword EnlargedUnsignedDivide(ULARGE_INTEGER, ULONG, PULONG) +Keyword EnlargedUnsignedMultiply(ULONG, ULONG) +Keyword EnlargedUnsignedMultiply +Keyword EnterCriticalSection(LPCRITICAL_SECTION) +Keyword EnumCalendarInfo(CALINFO_ENUMPROCA,LCID,CALID,CALTYPE) +Keyword EnumChildWindows(HWND,ENUMWINDOWSPROC,LPARAM) +Keyword EnumClipboardFormats(UINT) +Keyword EnumDateFormats(DATEFMT_ENUMPROCA,LCID,DWORD) +Keyword EnumDependentServices(SC_HANDLE,DWORD,LPENUM_SERVICE_STATUSA,DWORD,PDWORD,PDWORD) +Keyword EnumDesktopWindows(HDESK,ENUMWINDOWSPROC,LPARAM) +Keyword EnumDesktops(HWINSTA,DESKTOPENUMPROCA,LPARAM) +Keyword EnumDisplaySettings(LPCSTR,DWORD,PDEVMODEA) +Keyword EnumEnhMetaFile(HDC,HENHMETAFILE,ENHMFENUMPROC,PVOID,LPCRECT) +Keyword EnumFontFamilies(HDC,LPCSTR,FONTENUMPROCA,LPARAM) +Keyword EnumFontFamiliesEx(HDC,PLOGFONTA,FONTENUMPROCA,LPARAM,DWORD) +Keyword EnumFonts(HDC,LPCSTR,FONTENUMPROCA,LPARAM) +Keyword EnumForms(HANDLE,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumICMProfiles(HDC,ICMENUMPROCA,LPARAM) +Keyword EnumJobs(HANDLE,DWORD,DWORD,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumMetaFile(HDC,HMETAFILE,MFENUMPROC,LPARAM) +Keyword EnumMonitors(LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumObjects(HDC,int,GOBJENUMPROC,LPARAM) +Keyword EnumPorts(LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumPrintProcessorDatatypes(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumPrintProcessors(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumPrinterData(HANDLE,DWORD,LPSTR,DWORD,PDWORD,PDWORD,PBYTE,DWORD,PDWORD) +Keyword EnumPrinterDrivers(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumPrinters(DWORD,LPSTR,DWORD,PBYTE,DWORD,PDWORD,PDWORD) +Keyword EnumProps(HWND,PROPENUMPROCA) +Keyword EnumPropsEx(HWND,PROPENUMPROCEXA,LPARAM) +Keyword EnumResourceLanguages(HINSTANCE,LPCSTR,LPCSTR,ENUMRESLANGPROC,LONG) +Keyword EnumResourceNames(HINSTANCE,LPCSTR,ENUMRESNAMEPROC,LONG) +Keyword EnumResourceTypes(HINSTANCE,ENUMRESTYPEPROC,LONG) +Keyword EnumServicesStatus(SC_HANDLE,DWORD,DWORD,LPENUM_SERVICE_STATUSA,DWORD,PDWORD,PDWORD,PDWORD) +Keyword EnumSystemCodePages(CODEPAGE_ENUMPROCA,DWORD) +Keyword EnumSystemLocales(LOCALE_ENUMPROCA,DWORD) +Keyword EnumTaskWindows +Keyword EnumThreadWindows(DWORD,WNDENUMPROC,LPARAM) +Keyword EnumTimeFormats(TIMEFMT_ENUMPROCA,LCID,DWORD) +Keyword EnumWindowStations(WINSTAENUMPROCA,LPARAM) +Keyword EnumWindows(WNDENUMPROC,LPARAM) +Keyword EqualPrefixSid(PSID,PSID) +Keyword EqualRect(LPCRECT,LPCRECT) +Keyword EqualRgn(HRGN,HRGN) +Keyword EqualSid(PSID,PSID) +Keyword EraseTape(HANDLE,DWORD,BOOL) +Keyword Escape(HDC,int,int,LPCSTR,PVOID) +Keyword EscapeCommFunction(HANDLE,DWORD) +Keyword ExcludeClipRect(HDC,int,int,int,int) +Keyword ExcludeUpdateRgn(HDC,HWND) +Keyword ExitProcess(UINT) +Keyword ExitThread(DWORD) +Keyword ExitWindows +Keyword ExitWindowsEx(UINT,DWORD) +Keyword ExpandEnvironmentStrings(LPCSTR,LPSTR,DWORD) +Keyword ExtCreatePen(DWORD,DWORD,const LOGBRUSH*,DWORD,const DWORD*) +Keyword ExtCreateRegion(const XFORM*,DWORD,const RGNDATA*) +Keyword ExtEscape(HDC,int,int,LPCSTR,int,LPSTR) +Keyword ExtFloodFill(HDC,int,int,COLORREF,UINT) +Keyword ExtSelectClipRgn(HDC,HRGN,int) +Keyword ExtTextOut(HDC,int,int,UINT,LPCRECT,LPCSTR,UINT,const INT*) +Keyword ExtendedIntegerMultiply(LARGE_INTEGER, LONG) +Keyword ExtendedIntegerMultiply +Keyword ExtendedLargeIntegerDivide(LARGE_INTEGER, ULONG, PULONG) +Keyword ExtendedMagicDivide(LARGE_INTEGER, LARGE_INTEGER, int) +Keyword ExtendedProxyFileInfo +Keyword ExtractAssociatedIcon(HINSTANCE,LPCSTR,PWORD) +Keyword ExtractIcon(HINSTANCE,LPCSTR,UINT) +Keyword ExtractIconEx(LPCSTR,int,HICON*,HICON*,UINT) +Keyword FatalAppExit(UINT,LPCSTR) +Keyword FatalExit(int) +Keyword FileTimeToDosDateTime(CONST FILETIME *,LPWORD,LPWORD) +Keyword FileTimeToLocalFileTime(FILETIME *,LPFILETIME) +Keyword FileTimeToSystemTime(CONST FILETIME *,LPSYSTEMTIME) +Keyword FillConsoleOutputAttribute(HANDLE,WORD,DWORD,COORD,PDWORD) +Keyword FillConsoleOutputCharacter(HANDLE,CHAR,DWORD,COORD,PDWORD) +Keyword FillMemory +Keyword FillPath(HDC) +Keyword FillRect(HDC,LPCRECT,HBRUSH) +Keyword FillRgn(HDC,HRGN,HBRUSH) +Keyword FindAtom(LPCSTR) +Keyword FindClose(HANDLE) +Keyword FindCloseChangeNotification(HANDLE) +Keyword FindClosePrinterChangeNotification(HANDLE) +Keyword FindCloseUrlCache(HANDLE) +Keyword FindExecutable(LPCSTR,LPCSTR,LPSTR) +Keyword FindFirstChangeNotification(LPCSTR,BOOL,DWORD) +Keyword FindFirstFile(LPCSTR,LPWIN32_FIND_DATAA) +Keyword FindFirstFileEx(LPCSTR,FINDEX_INFO_LEVELS,PVOID,FINDEX_SEARCH_OPS,PVOID,DWORD) +Keyword FindFirstFreeAce(PACL,PVOID*) +Keyword FindFirstPrinterChangeNotification(HANDLE,DWORD,DWORD,PVOID) +Keyword FindFirstUrlCacheEntry(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD) +Keyword FindNextChangeNotification(HANDLE) +Keyword FindNextFile(HANDLE,LPWIN32_FIND_DATAA) +Keyword FindNextPrinterChangeNotification(HANDLE,PDWORD,PVOID,PVOID*) +Keyword FindNextUrlCacheEntry(HANDLE,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD) +Keyword FindResource(HMODULE,LPCSTR,LPCSTR) +Keyword FindResourceEx(HINSTANCE,LPCSTR,LPCSTR,WORD) +Keyword FindText(LPFINDREPLACEA) +Keyword FindWindow(LPCSTR,LPCSTR) +Keyword FindWindowEx(HWND,HWND,LPCSTR,LPCSTR) +Keyword FixBrushOrgEx(HDC,int,int,LPPOINT) +Keyword FlashWindow(HWND,BOOL) +Keyword FlattenPath(HDC) +Keyword FloodFill(HDC,int,int,COLORREF) +Keyword FlushConsoleInputBuffer(HANDLE) +Keyword FlushFileBuffers(HANDLE) +Keyword FlushInstructionCache(HANDLE,PCVOID,DWORD) +Keyword FlushViewOfFile(PCVOID,DWORD) +Keyword FoldString(DWORD,LPCSTR,int,LPSTR,int) +Keyword FormatMessage(DWORD,PCVOID,DWORD,DWORD,LPSTR,DWORD,va_list*) +Keyword FrameRect(HDC,LPCRECT,HBRUSH) +Keyword FrameRgn(HDC,HRGN,HBRUSH,int,int) +Keyword FreeConsole(void) +Keyword FreeDDElParam(UINT,LONG) +Keyword FreeEnvironmentStrings(LPSTR) +Keyword FreeLibrary(HMODULE) +Keyword FreeLibraryAndExitThread(HMODULE,DWORD) +Keyword FreeModule +Keyword FreePrinterNotifyInfo(PPRINTER_NOTIFY_INFO) +Keyword FreeProcInstance +Keyword FreeResource(HGLOBAL) +Keyword FreeSid(PSID) +Keyword FtpCommand(HINTERNET,BOOL,DWORD,LPCSTR,DWORD) +Keyword FtpCreateDirectory(HINTERNET,LPCSTR) +Keyword FtpDeleteFile(HINTERNET,LPCSTR) +Keyword FtpFindFirstFile(HINTERNET,LPCSTR,LPWIN32_FIND_DATA,DWORD,DWORD) +Keyword FtpGetCurrentDirectory(HINTERNET,LPSTR,PDWORD) +Keyword FtpGetFile(HINTERNET,LPCSTR,LPCSTR,BOOL,DWORD,DWORD,DWORD) +Keyword FtpOpenFile(HINTERNET,LPCSTR,DWORD,DWORD,DWORD) +Keyword FtpPutFile(HINTERNET,LPCSTR,LPCSTR,DWORD,DWORD) +Keyword FtpRemoveDirectory(HINTERNET,LPCSTR) +Keyword FtpRenameFile(HINTERNET, LPCSTR,LPCSTR) +Keyword FtpSetCurrentDirectory(HINTERNET,LPCSTR) +Keyword GdiComment(HDC,UINT,const BYTE*) +Keyword GdiFlush(void) +Keyword GdiGetBatchLimit(void) +Keyword GdiSetBatchLimit(DWORD) +Keyword GenerateConsoleCtrlEvent(DWORD,DWORD) +Keyword GetACP(void) +Keyword GetAce(PACL,DWORD,PVOID) +Keyword GetAclInformation(PACL,PVOID,DWORD,ACL_INFORMATION_CLASS) +Keyword GetActiveObject(REFCLSID,void*,IUnknown**) +Keyword GetActiveWindow(void) +Keyword GetArcDirection(HDC) +Keyword GetAspectRatioFilterEx(HDC,LPSIZE) +Keyword GetAsyncKeyState(int) +Keyword GetAtomName(ATOM,LPSTR,int) +Keyword GetBValue +Keyword GetBinaryType(LPCSTR,PDWORD) +Keyword GetBitmapBits(HBITMAP,LONG,PVOID) +Keyword GetBitmapDimensionEx(HBITMAP,LPSIZE) +Keyword GetBkColor(HDC) +Keyword GetBkMode(HDC) +Keyword GetBoundsRect(HDC,LPRECT,UINT) +Keyword GetBrushOrgEx(HDC,LPPOINT) +Keyword GetCPInfo(UINT,LPCPINFO) +Keyword GetCValue +Keyword GetCapture(void) +Keyword GetCaretBlinkTime(void) +Keyword GetCaretPos(LPPOINT) +Keyword GetCharABCWidths(HDC,UINT,UINT,LPABC) +Keyword GetCharABCWidthsFloat(HDC,UINT,UINT,LPABCFLOAT) +Keyword GetCharWidth32(HDC,UINT,UINT,LPINT) +Keyword GetCharWidth(HDC,UINT,UINT,LPINT) +Keyword GetCharWidthFloat(HDC,UINT,UINT,PFLOAT) +Keyword GetCharacterPlacement(HDC,LPCSTR,int,int,LPGCP_RESULTSA,DWORD) +Keyword GetClassFile(LPCOLESTR,CLSID*) +Keyword GetClassInfo(HINSTANCE,LPCSTR,PWNDCLASSA) +Keyword GetClassInfoEx(HINSTANCE,LPCSTR,PWNDCLASSEXA) +Keyword GetClassLong(HWND,int) +Keyword GetClassName(HWND,LPSTR,int) +Keyword GetClassWord(HWND,int) +Keyword GetClientRect(HWND,LPRECT) +Keyword GetClipBox(HDC,LPRECT) +Keyword GetClipCursor(LPRECT) +Keyword GetClipRgn(HDC,HRGN) +Keyword GetClipboardData(UINT) +Keyword GetClipboardFormatName(UINT,LPSTR,int) +Keyword GetClipboardOwner(void) +Keyword GetClipboardViewer(void) +Keyword GetColorAdjustment(HDC,LPCOLORADJUSTMENT) +Keyword GetColorSpace(HDC) +Keyword GetCommConfig(HANDLE,LPCOMMCONFIG,PDWORD) +Keyword GetCommMask(HANDLE,PDWORD) +Keyword GetCommModemStatus(HANDLE,PDWORD) +Keyword GetCommProperties(HANDLE,LPCOMMPROP) +Keyword GetCommState(HANDLE,LPDCB) +Keyword GetCommTimeouts(HANDLE,LPCOMMTIMEOUTS) +Keyword GetCommandLine(VOID) +Keyword GetCompressedFileSize(LPCSTR,PDWORD) +Keyword GetComputerName(LPSTR,PDWORD) +Keyword GetConsoleCP(void) +Keyword GetConsoleCursorInfo(HANDLE,PCONSOLE_CURSOR_INFO) +Keyword GetConsoleMode(HANDLE,PDWORD) +Keyword GetConsoleOutputCP(void) +Keyword GetConsoleScreenBufferInfo(HANDLE,PCONSOLE_SCREEN_BUFFER_INFO) +Keyword GetConsoleTitle(LPSTR,DWORD) +Keyword GetConvertStg(LPSTORAGE) +Keyword GetCurrencyFormat(LCID,DWORD,LPCSTR,const CURRENCYFMTA*,LPSTR,int) +Keyword GetCurrentDirectory(DWORD,LPSTR) +Keyword GetCurrentFiber(void) +Keyword GetCurrentHwProfile(LPHW_PROFILE_INFOA) +Keyword GetCurrentObject(HDC,UINT) +Keyword GetCurrentPositionEx(HDC,LPPOINT) +Keyword GetCurrentProcess(void) +Keyword GetCurrentProcessId(void) +Keyword GetCurrentThread(void) +Keyword GetCurrentThreadId(void) +Keyword GetCurrentTime +Keyword GetCursor(void) +Keyword GetCursorPos(LPPOINT) +Keyword GetDC(HWND) +Keyword GetDCEx(HWND,HRGN,DWORD) +Keyword GetDCOrgEx(HDC,LPPOINT) +Keyword GetDIBColorTable(HDC,UINT,UINT,RGBQUAD*) +Keyword GetDIBits(HDC,HBITMAP,UINT,UINT,PVOID,LPBITMAPINFO,UINT) +Keyword GetDateFormat(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,int) +Keyword GetDefaultCommConfig(LPCSTR,LPCOMMCONFIG,PDWORD) +Keyword GetDesktopWindow(void) +Keyword GetDeviceCaps(HDC,int) +Keyword GetDeviceGammaRamp(HDC,PVOID) +Keyword GetDialogBaseUnits(void) +Keyword GetDiskFreeSpace(LPCSTR,PDWORD,PDWORD,PDWORD,PDWORD) +Keyword GetDiskFreeSpaceEx(LPCSTR,PULARGE_INTEGER,PULARGE_INTEGER,PULARGE_INTEGER) +Keyword GetDlgCtrlID(HWND) +Keyword GetDlgItem(HWND,int) +Keyword GetDlgItemInt(HWND,int,PBOOL,BOOL) +Keyword GetDlgItemText(HWND,int,LPSTR,int) +Keyword GetDoubleClickTime(void) +Keyword GetDriveType(LPCSTR) +Keyword GetDriverModuleHandle(HDRVR) +Keyword GetEffectiveClientRect(HWND,LPRECT,LPINT) +Keyword GetEnhMetaFile(LPCSTR) +Keyword GetEnhMetaFileDescription(HENHMETAFILE,UINT,LPSTR) +Keyword GetEnhMetaFileHeader(HENHMETAFILE,UINT,LPENHMETAHEADER) +Keyword GetEnhMetaFilePaletteEntries(HENHMETAFILE,UINT,LPPALETTEENTRY) +Keyword GetEnhMetaFilePixelFormat(HENHMETAFILE,DWORD,PIXELFORMATDESCRIPTOR*) +Keyword GetEnvironmentStrings(void) +Keyword GetEnvironmentStringsA +Keyword GetEnvironmentVariable(LPCSTR,LPSTR,DWORD) +Keyword GetErrorInfo(unsigned long,LPERRORINFO*) +Keyword GetExitCodeProcess(HANDLE,PDWORD) +Keyword GetExitCodeThread(HANDLE,PDWORD) +Keyword GetExpandedName(LPSTR,LPSTR) +Keyword GetFiberData(void) +Keyword GetFileAttributes(LPCSTR) +Keyword GetFileAttributesEx(LPCSTR,GET_FILEEX_INFO_LEVELS,PVOID) +Keyword GetFileInformationByHandle(HANDLE,LPBY_HANDLE_FILE_INFORMATION) +Keyword GetFileSecurity(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD) +Keyword GetFileSize(HANDLE,PDWORD) +Keyword GetFileTime(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME) +Keyword GetFileTitle(LPCSTR,LPSTR,WORD) +Keyword GetFileType(HANDLE) +Keyword GetFileVersionInfo(LPSTR,DWORD,DWORD,PVOID) +Keyword GetFileVersionInfoSize(LPSTR,PDWORD) +Keyword GetFirstChild +Keyword GetFirstSibling +Keyword GetFocus(void) +Keyword GetFontData(HDC,DWORD,DWORD,PVOID,DWORD) +Keyword GetFontLanguageInfo(HDC) +Keyword GetForegroundWindow(void) +Keyword GetForm(HANDLE,LPSTR,DWORD,PBYTE,DWORD,PDWORD) +Keyword GetFreeSpace +Keyword GetFullPathName(LPCSTR,DWORD,LPSTR,LPSTR*) +Keyword GetGValue +Keyword GetGlyphOutline(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,PVOID,const MAT2*) +Keyword GetGraphicsMode(HDC) +Keyword GetHGlobalFromILockBytes(LPLOCKBYTES,HGLOBAL*) +Keyword GetHGlobalFromStream(LPSTREAM,HGLOBAL*) +Keyword GetHandleInformation(HANDLE,PDWORD) +Keyword GetICMProfile(HDC,DWORD,LPSTR) +Keyword GetIconInfo(HICON,PICONINFO) +Keyword GetInputState(void) +Keyword GetInstanceModule +Keyword GetJob(HANDLE,DWORD,DWORD,PBYTE,DWORD,PDWORD) +Keyword GetKBCodePage(void) +Keyword GetKValue +Keyword GetKernelObjectSecurity(HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD) +Keyword GetKerningPairs(HDC,DWORD,LPKERNINGPAIR) +Keyword GetKeyNameText(LONG,LPSTR,int) +Keyword GetKeyState(int) +Keyword GetKeyboardLayout(DWORD) +Keyword GetKeyboardLayoutList(int,HKL*) +Keyword GetKeyboardLayoutName(LPSTR) +Keyword GetKeyboardState(PBYTE) +Keyword GetKeyboardType(int) +Keyword GetLargestConsoleWindowSize(HANDLE) +Keyword GetLastActivePopup(HWND) +Keyword GetLastError(void) +Keyword GetLastSibling +Keyword GetLengthSid(PSID) +Keyword GetLocalTime(LPSYSTEMTIME) +Keyword GetLocaleInfo(LCID,LCTYPE,LPSTR,int) +Keyword GetLogColorSpace(HCOLORSPACE,LPLOGCOLORSPACEA,DWORD) +Keyword GetLogicalDriveStrings(DWORD,LPSTR) +Keyword GetLogicalDrives(void) +Keyword GetMValue +Keyword GetMailslotInfo(HANDLE,PDWORD,PDWORD,PDWORD,PDWORD) +Keyword GetMapMode(HDC) +Keyword GetMenu(HWND) +Keyword GetMenuCheckMarkDimensions(void) +Keyword GetMenuContextHelpId(HMENU) +Keyword GetMenuDefaultItem(HMENU,UINT,UINT) +Keyword GetMenuItemCount(HMENU) +Keyword GetMenuItemID(HMENU,int) +Keyword GetMenuItemInfo(HMENU,UINT,BOOL,LPMENUITEMINFOA) +Keyword GetMenuItemRect(HWND,HMENU,UINT,LPRECT) +Keyword GetMenuState(HMENU,UINT,UINT) +Keyword GetMenuString(HMENU,UINT,LPSTR,int,UINT) +Keyword GetMessage(LPMSG,HWND,UINT,UINT) +Keyword GetMessageExtraInfo(void) +Keyword GetMessagePos(void) +Keyword GetMessageTime(void) +Keyword GetMetaFile(LPCSTR) +Keyword GetMetaFileBitsEx(HMETAFILE,UINT,PVOID) +Keyword GetMetaRgn(HDC,HRGN) +Keyword GetMiterLimit(HDC,PFLOAT) +Keyword GetModuleFileName(HINSTANCE,LPSTR,DWORD) +Keyword GetModuleHandle(LPCSTR) +Keyword GetNamedPipeHandleState(HANDLE,PDWORD,PDWORD,PDWORD,PDWORD,LPSTR,DWORD) +Keyword GetNamedPipeInfo(HANDLE,PDWORD,PDWORD,PDWORD,PDWORD) +Keyword GetNearestColor(HDC,COLORREF) +Keyword GetNearestPaletteIndex(HPALETTE,COLORREF) +Keyword GetNextDlgGroupItem(HWND,HWND,BOOL) +Keyword GetNextDlgTabItem(HWND,HWND,BOOL) +Keyword GetNextSibling +Keyword GetNextWindow +Keyword GetNumberFormat(LCID,DWORD,LPCSTR,const NUMBERFMTA*,LPSTR,int) +Keyword GetNumberOfConsoleInputEvents(HANDLE,PDWORD) +Keyword GetNumberOfConsoleMouseButtons(PDWORD) +Keyword GetNumberOfEventLogRecords(HANDLE,PDWORD) +Keyword GetOEMCP(void) +Keyword GetObject(HGDIOBJ,int,PVOID) +Keyword GetObjectType(HGDIOBJ) +Keyword GetOldestEventLogRecord(HANDLE,PDWORD) +Keyword GetOpenClipboardWindow(void) +Keyword GetOpenFileName(LPOPENFILENAMEA) +Keyword GetOutlineTextMetrics(HDC,UINT,LPOUTLINETEXTMETRICA) +Keyword GetOverlappedResult(HANDLE,LPOVERLAPPED,PDWORD,BOOL) +Keyword GetPaletteEntries(HPALETTE,UINT,UINT,LPPALETTEENTRY) +Keyword GetParent(HWND) +Keyword GetPath(HDC,LPPOINT,PBYTE,int) +Keyword GetPixel(HDC,int,int) +Keyword GetPixelFormat(HDC) +Keyword GetPolyFillMode(HDC) +Keyword GetPrevSibling +Keyword GetPrintProcessorDirectory(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD) +Keyword GetPrinter(HANDLE,DWORD,PBYTE,DWORD,PDWORD) +Keyword GetPrinterData(HANDLE,LPSTR,PDWORD,PBYTE,DWORD,PDWORD) +Keyword GetPrinterDriver(HANDLE,LPSTR,DWORD,PBYTE,DWORD,PDWORD) +Keyword GetPrinterDriverDirectory(LPSTR,LPSTR,DWORD,PBYTE,DWORD,PDWORD) +Keyword GetPriorityClass(HANDLE) +Keyword GetPriorityClipboardFormat(UINT*,int) +Keyword GetPrivateObjectSecurity(PSECURITY_DESCRIPTOR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD) +Keyword GetPrivateProfileInt(LPCSTR,LPCSTR,INT,LPCSTR) +Keyword GetPrivateProfileSection(LPCSTR,LPSTR,DWORD,LPCSTR) +Keyword GetPrivateProfileSectionNames(LPSTR,DWORD,LPCSTR) +Keyword GetPrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR,DWORD,LPCSTR) +Keyword GetPrivateProfileStruct(LPCSTR,LPCSTR,PVOID,UINT,LPCSTR) +Keyword GetProcAddress(HINSTANCE,LPCSTR) +Keyword GetProcessAffinityMask(HANDLE,PDWORD,PDWORD) +Keyword GetProcessHeap(VOID) +Keyword GetProcessHeaps(DWORD,PHANDLE) +Keyword GetProcessPriorityBoost(HANDLE,PBOOL) +Keyword GetProcessShutdownParameters(PDWORD,PDWORD) +Keyword GetProcessTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME) +Keyword GetProcessVersion(DWORD) +Keyword GetProcessWindowStation(void) +Keyword GetProcessWorkingSetSize(HANDLE,PDWORD,PDWORD) +Keyword GetProfileInt(LPCSTR,LPCSTR,INT) +Keyword GetProfileSection(LPCSTR,LPSTR,DWORD) +Keyword GetProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR,DWORD) +Keyword GetProp(HWND,LPCSTR) +Keyword GetQueueStatus(UINT) +Keyword GetQueuedCompletionStatus(HANDLE,PDWORD,PDWORD,LPOVERLAPPED*,DWORD) +Keyword GetROP2(HDC) +Keyword GetRValue +Keyword GetRasterizerCaps(LPRASTERIZER_STATUS,UINT) +Keyword GetRegionData(HRGN,DWORD,LPRGNDATA) +Keyword GetRgnBox(HRGN,LPRECT) +Keyword GetRunningObjectTable(DWORD,LPRUNNINGOBJECTTABLE*) +Keyword GetSaveFileName(LPOPENFILENAMEA) +Keyword GetScode +Keyword GetScrollInfo(HWND,int,LPSCROLLINFO) +Keyword GetScrollPos(HWND,int) +Keyword GetScrollRange(HWND,int,LPINT,LPINT) +Keyword GetSecurityDescriptorControl(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR_CONTROL,PDWORD) +Keyword GetSecurityDescriptorDacl(PSECURITY_DESCRIPTOR,LPBOOL,PACL*,LPBOOL) +Keyword GetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR,PSID*,LPBOOL) +Keyword GetSecurityDescriptorLength(PSECURITY_DESCRIPTOR) +Keyword GetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID*,LPBOOL) +Keyword GetSecurityDescriptorSacl(PSECURITY_DESCRIPTOR,LPBOOL,PACL*,LPBOOL) +Keyword GetServiceDisplayName(SC_HANDLE,LPCSTR,LPSTR,PDWORD) +Keyword GetServiceKeyName(SC_HANDLE,LPCSTR,LPSTR,PDWORD) +Keyword GetShortPathName(LPCSTR,LPSTR,DWORD) +Keyword GetSidIdentifierAuthority(PSID) +Keyword GetSidLengthRequired(UCHAR) +Keyword GetSidSubAuthority(PSID,DWORD) +Keyword GetSidSubAuthorityCount(PSID) +Keyword GetStartupInfo(LPSTARTUPINFOA) +Keyword GetStdHandle(DWORD) +Keyword GetStockBrush +Keyword GetStockFont +Keyword GetStockObject(int) +Keyword GetStockPen +Keyword GetStretchBltMode(HDC) +Keyword GetStringType(LCID,DWORD,LPCSTR,int,LPWORD) +Keyword GetStringTypeEx(LCID,DWORD,LPCSTR,int,LPWORD) +Keyword GetSubMenu(HMENU,int) +Keyword GetSysColor(int) +Keyword GetSysColorBrush(int) +Keyword GetSysModalWindow +Keyword GetSystemDefaultLCID(void) +Keyword GetSystemDefaultLangID(void) +Keyword GetSystemDirectory(LPSTR,UINT) +Keyword GetSystemInfo(LPSYSTEM_INFO) +Keyword GetSystemMenu(HWND,BOOL) +Keyword GetSystemMetrics(int) +Keyword GetSystemPaletteEntries(HDC,UINT,UINT,LPPALETTEENTRY) +Keyword GetSystemPaletteUse(HDC) +Keyword GetSystemPowerStatus(LPSYSTEM_POWER_STATUS) +Keyword GetSystemTime(LPSYSTEMTIME) +Keyword GetSystemTimeAdjustment(PDWORD,PDWORD,PBOOL) +Keyword GetSystemTimeAsFileTime(LPFILETIME) +Keyword GetTabbedTextExtent(HDC,LPCSTR,int,int,LPINT) +Keyword GetTapeParameters(HANDLE,DWORD,PDWORD,PVOID) +Keyword GetTapePosition(HANDLE,DWORD,PDWORD,PDWORD,PDWORD) +Keyword GetTapeStatus(HANDLE) +Keyword GetTempFileName(LPCSTR,LPCSTR,UINT,LPSTR) +Keyword GetTempPath(DWORD,LPSTR) +Keyword GetTextAlign(HDC) +Keyword GetTextCharacterExtra(HDC) +Keyword GetTextCharset(HDC) +Keyword GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD) +Keyword GetTextColor(HDC) +Keyword GetTextExtentExPoint(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE) +Keyword GetTextExtentPoint32(HDC,LPCSTR,int,LPSIZE) +Keyword GetTextExtentPoint(HDC,LPCSTR,int,LPSIZE) +Keyword GetTextFace(HDC,int,LPSTR) +Keyword GetTextMetrics(HDC,LPTEXTMETRICA) +Keyword GetThreadContext(HANDLE,LPCONTEXT) +Keyword GetThreadDesktop(DWORD) +Keyword GetThreadLocale(void) +Keyword GetThreadPriority(HANDLE) +Keyword GetThreadPriorityBoost(HANDLE,PBOOL) +Keyword GetThreadSelectorEntry(HANDLE,DWORD,LPLDT_ENTRY) +Keyword GetThreadTimes(HANDLE,LPFILETIME,LPFILETIME,LPFILETIME,LPFILETIME) +Keyword GetTickCount(void) +Keyword GetTimeFormat(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,int) +Keyword GetTimeZoneInformation(LPTIME_ZONE_INFORMATION) +Keyword GetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,PVOID,DWORD,PDWORD) +Keyword GetTopWindow(HWND) +Keyword GetUpdateRect(HWND,LPRECT,BOOL) +Keyword GetUpdateRgn(HWND,HRGN,BOOL) +Keyword GetUrlCacheEntryInfo(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD) +Keyword GetUserDefaultLCID(void) +Keyword GetUserDefaultLangID(void) +Keyword GetUserName(LPSTR,PDWORD) +Keyword GetUserObjectInformation(HANDLE,int,PVOID,DWORD,PDWORD) +Keyword GetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD) +Keyword GetVersion(void) +Keyword GetVersionEx(LPOSVERSIONINFOA) +Keyword GetViewportExtEx(HDC,LPSIZE) +Keyword GetViewportOrgEx(HDC,LPPOINT) +Keyword GetVolumeInformation(LPCSTR,LPSTR,DWORD,PDWORD,PDWORD,PDWORD,LPSTR,DWORD) +Keyword GetWinMetaFileBits(HENHMETAFILE,UINT,LPBYTE,INT,HDC) +Keyword GetWindow(HWND,UINT) +Keyword GetWindowContextHelpId(HWND) +Keyword GetWindowDC(HWND) +Keyword GetWindowExStyle +Keyword GetWindowExtEx(HDC,LPSIZE) +Keyword GetWindowFont +Keyword GetWindowID +Keyword GetWindowInstance +Keyword GetWindowLong(HWND,int) +Keyword GetWindowOrgEx(HDC,LPPOINT) +Keyword GetWindowOwner +Keyword GetWindowPlacement(HWND,WINDOWPLACEMENT*) +Keyword GetWindowRect(HWND,LPRECT) +Keyword GetWindowRgn(HWND,HRGN) +Keyword GetWindowStyle +Keyword GetWindowTask +Keyword GetWindowText(HWND,LPSTR,int) +Keyword GetWindowTextLength(HWND) +Keyword GetWindowThreadProcessId(HWND,PDWORD) +Keyword GetWindowWord(HWND,int) +Keyword GetWindowsDirectory(LPSTR,UINT) +Keyword GetWorldTransform(HDC,LPXFORM) +Keyword GetYValue +Keyword GlobalAddAtom(LPCSTR) +Keyword GlobalAlloc(UINT,DWORD) +Keyword GlobalAllocPtr +Keyword GlobalCompact(DWORD) +Keyword GlobalDeleteAtom(ATOM) +Keyword GlobalDiscard(HGLOBAL) +Keyword GlobalFindAtom(LPCSTR) +Keyword GlobalFix(HGLOBAL) +Keyword GlobalFlags(HGLOBAL) +Keyword GlobalFree(HGLOBAL) +Keyword GlobalFreePtr +Keyword GlobalGetAtomName(ATOM,LPSTR,int) +Keyword GlobalHandle(PCVOID) +Keyword GlobalLock(HGLOBAL) +Keyword GlobalLockPtr +Keyword GlobalMemoryStatus(LPMEMORYSTATUS) +Keyword GlobalPtrHandle +Keyword GlobalReAlloc(HGLOBAL,DWORD,UINT) +Keyword GlobalReAllocPtr +Keyword GlobalSize(HGLOBAL) +Keyword GlobalUnWire(HGLOBAL) +Keyword GlobalUnfix(HGLOBAL) +Keyword GlobalUnlock(HGLOBAL) +Keyword GlobalUnlockPtr +Keyword GlobalWire(HGLOBAL) +Keyword GopherCreateLocator(LPCSTR,INTERNET_PORT,LPCSTR,LPCSTR,DWORD,LPSTR,PDWORD) +Keyword GopherFindFirstFile(HINTERNET,LPCSTR,LPCSTR,LPGOPHER_FIND_DATAA,DWORD,DWORD) +Keyword GopherGetAttribute(HINTERNET,LPCSTR,LPCSTR,LPBYTE,DWORD,PDWORD,GOPHER_ATTRIBUTE_ENUMERATOR,DWORD) +Keyword GopherGetLocatorType(LPCSTR,PDWORD) +Keyword GopherOpenFile(HINTERNET,LPCSTR,LPCSTR,DWORD,DWORD) +Keyword GrayString(HDC,HBRUSH,GRAYSTRINGPROC,LPARAM,int,int,int,int,int) +Keyword Header_DeleteItem +Keyword Header_GetItem +Keyword Header_GetItemCount +Keyword Header_InsertItem +Keyword Header_Layout +Keyword Header_SetItem +Keyword HeapAlloc(HANDLE,DWORD,DWORD) +Keyword HeapCompact(HANDLE,DWORD) +Keyword HeapCreate(DWORD,DWORD,DWORD) +Keyword HeapDestroy(HANDLE) +Keyword HeapFree(HANDLE,DWORD,PVOID) +Keyword HeapLock(HANDLE) +Keyword HeapReAlloc(HANDLE,DWORD,PVOID,DWORD) +Keyword HeapSize(HANDLE,DWORD,PCVOID) +Keyword HeapUnlock(HANDLE) +Keyword HeapValidate(HANDLE,DWORD,PCVOID) +Keyword HeapWalk(HANDLE,LPPROCESS_HEAP_ENTRY) +Keyword HideCaret(HWND) +Keyword HiliteMenuItem(HWND,HMENU,UINT,UINT) +Keyword HttpAddRequestHeaders(HINTERNET,LPCSTR,DWORD,DWORD) +Keyword HttpEndRequest(HINTERNET,LPINTERNET_BUFFERSA,DWORD,DWORD) +Keyword HttpOpenRequest(HINTERNET,LPCSTR,LPCSTR,LPCSTR,LPCSTR,LPCSTR *,DWORD,DWORD) +Keyword HttpQueryInfo(HINTERNET,DWORD,PVOID,PDWORD,PDWORD) +Keyword HttpSendRequest(HINTERNET,LPCSTR,DWORD,PVOID,DWORD) +Keyword HttpSendRequestEx(HINTERNET,LPINTERNET_BUFFERSA,LPINTERNET_BUFFERSA,DWORD,DWORD) +Keyword IAdviseSink2_AddRef +Keyword IAdviseSink2_OnClose +Keyword IAdviseSink2_OnDataChange +Keyword IAdviseSink2_OnLinkSrcChange +Keyword IAdviseSink2_OnLinkSrcChange_Proxy(IAdviseSink2*,IMoniker*) +Keyword IAdviseSink2_OnLinkSrcChange_Stub(IAdviseSink2*,IMoniker*) +Keyword IAdviseSink2_OnRename +Keyword IAdviseSink2_OnSave +Keyword IAdviseSink2_OnViewChange +Keyword IAdviseSink2_QueryInterface +Keyword IAdviseSink2_Release +Keyword IAdviseSink2_RemoteOnLinkSrcChange_Proxy(IAdviseSink2*,IMoniker*) +Keyword IAdviseSink2_RemoteOnLinkSrcChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IAdviseSink_AddRef +Keyword IAdviseSink_OnClose +Keyword IAdviseSink_OnClose_Proxy(IAdviseSink*) +Keyword IAdviseSink_OnClose_Stub(IAdviseSink*) +Keyword IAdviseSink_OnDataChange +Keyword IAdviseSink_OnDataChange_Proxy(IAdviseSink*,FORMATETC*,STGMEDIUM*) +Keyword IAdviseSink_OnDataChange_Stub(IAdviseSink*,FORMATETC*,RemSTGMEDIUM*) +Keyword IAdviseSink_OnRename +Keyword IAdviseSink_OnRename_Proxy(IAdviseSink*,IMoniker*) +Keyword IAdviseSink_OnRename_Stub(IAdviseSink*,IMoniker*) +Keyword IAdviseSink_OnSave +Keyword IAdviseSink_OnSave_Proxy(IAdviseSink*) +Keyword IAdviseSink_OnSave_Stub(IAdviseSink*) +Keyword IAdviseSink_OnViewChange +Keyword IAdviseSink_OnViewChange_Proxy(IAdviseSink*,DWORD,LONG) +Keyword IAdviseSink_OnViewChange_Stub(IAdviseSink*,DWORD,LONG) +Keyword IAdviseSink_QueryInterface +Keyword IAdviseSink_Release +Keyword IAdviseSink_RemoteOnClose_Proxy(IAdviseSink*) +Keyword IAdviseSink_RemoteOnClose_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IAdviseSink_RemoteOnDataChange_Proxy(IAdviseSink*,FORMATETC*,RemSTGMEDIUM*) +Keyword IAdviseSink_RemoteOnDataChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IAdviseSink_RemoteOnRename_Proxy(IAdviseSink*,IMoniker*) +Keyword IAdviseSink_RemoteOnRename_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IAdviseSink_RemoteOnSave_Proxy(IAdviseSink*) +Keyword IAdviseSink_RemoteOnSave_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IAdviseSink_RemoteOnViewChange_Proxy(IAdviseSink*,DWORD,LONG) +Keyword IAdviseSink_RemoteOnViewChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_AddRef +Keyword IBindCtx_EnumObjectParam +Keyword IBindCtx_EnumObjectParam_Proxy(IBindCtx*,IEnumString**) +Keyword IBindCtx_EnumObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_GetBindOptions +Keyword IBindCtx_GetBindOptions_Proxy(IBindCtx*,BIND_OPTS*pbindopts) +Keyword IBindCtx_GetBindOptions_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_GetObjectParam +Keyword IBindCtx_GetObjectParam_Proxy(IBindCtx*,LPCSTR,IUnknown**) +Keyword IBindCtx_GetObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_GetRunningObjectTable +Keyword IBindCtx_GetRunningObjectTable_Proxy(IBindCtx*,IRunningObjectTable**) +Keyword IBindCtx_GetRunningObjectTable_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_QueryInterface +Keyword IBindCtx_RegisterObjectBound +Keyword IBindCtx_RegisterObjectBound_Proxy(IBindCtx*,IUnknown*punk) +Keyword IBindCtx_RegisterObjectBound_Stub(IRpcStubBuffer*,IRpcChannelBuffer*_pRpcChannelBuffer,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_RegisterObjectParam +Keyword IBindCtx_RegisterObjectParam_Proxy(IBindCtx*,LPCSTR,IUnknown*) +Keyword IBindCtx_RegisterObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_Release +Keyword IBindCtx_ReleaseBoundObjects +Keyword IBindCtx_ReleaseBoundObjects_Proxy(IBindCtx*) +Keyword IBindCtx_ReleaseBoundObjects_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_RevokeObjectBound +Keyword IBindCtx_RevokeObjectBound_Proxy(IBindCtx*,IUnknown*punk) +Keyword IBindCtx_RevokeObjectBound_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_RevokeObjectParam +Keyword IBindCtx_RevokeObjectParam_Proxy(IBindCtx*,LPCSTR) +Keyword IBindCtx_RevokeObjectParam_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IBindCtx_SetBindOptions +Keyword IBindCtx_SetBindOptions_Proxy(IBindCtx*,BIND_OPTS*) +Keyword IBindCtx_SetBindOptions_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IClassFactory_AddRef +Keyword IClassFactory_CreateInstance +Keyword IClassFactory_CreateInstance_Proxy(IClassFactory*,IUnknown*,REFIID,void**) +Keyword IClassFactory_CreateInstance_Stub(IClassFactory*,REFIID,IUnknown**) +Keyword IClassFactory_LockServer +Keyword IClassFactory_LockServer_Proxy(IClassFactory*,BOOL) +Keyword IClassFactory_LockServer_Stub(IClassFactory*,BOOL) +Keyword IClassFactory_QueryInterface +Keyword IClassFactory_Release +Keyword IClassFactory_RemoteCreateInstance_Proxy(IClassFactory*,REFIID,IUnknown**) +Keyword IClassFactory_RemoteCreateInstance_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD) +Keyword IClassFactory_RemoteLockServer_Proxy(IClassFactory*,BOOL) +Keyword IClassFactory_RemoteLockServer_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD) +Keyword IDataAdviseHolder_AddRef +Keyword IDataAdviseHolder_Advise +Keyword IDataAdviseHolder_Advise_Proxy(IDataAdviseHolder*,IDataObject*,FORMATETC*,DWORD,IAdviseSink*,DWORD*) +Keyword IDataAdviseHolder_Advise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataAdviseHolder_EnumAdvise +Keyword IDataAdviseHolder_EnumAdvise_Proxy(IDataAdviseHolder*,IEnumSTATDATA**) +Keyword IDataAdviseHolder_EnumAdvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataAdviseHolder_QueryInterface +Keyword IDataAdviseHolder_Release +Keyword IDataAdviseHolder_SendOnDataChange +Keyword IDataAdviseHolder_SendOnDataChange_Proxy(IDataAdviseHolder*,IDataObject*,DWORD,DWORD) +Keyword IDataAdviseHolder_SendOnDataChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataAdviseHolder_Unadvise +Keyword IDataAdviseHolder_Unadvise_Proxy(IDataAdviseHolder*,DWORD) +Keyword IDataAdviseHolder_Unadvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_AddRef +Keyword IDataObject_DAdvise +Keyword IDataObject_DAdvise_Proxy(IDataObject*,FORMATETC*,DWORD,IAdviseSink*,DWORD*) +Keyword IDataObject_DAdvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_DUnadvise +Keyword IDataObject_DUnadvise_Proxy(IDataObject*,DWORD) +Keyword IDataObject_DUnadvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_EnumDAdvise +Keyword IDataObject_EnumDAdvise_Proxy(IDataObject*,IEnumSTATDATA**) +Keyword IDataObject_EnumDAdvise_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_EnumFormatEtc +Keyword IDataObject_EnumFormatEtc_Proxy(IDataObject*,DWORD,IEnumFORMATETC**) +Keyword IDataObject_EnumFormatEtc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_GetCanonicalFormatEtc +Keyword IDataObject_GetCanonicalFormatEtc_Proxy(IDataObject*,FORMATETC*,FORMATETC*) +Keyword IDataObject_GetCanonicalFormatEtc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_GetData +Keyword IDataObject_GetDataHere +Keyword IDataObject_GetDataHere_Proxy(IDataObject*,FORMATETC*,STGMEDIUM*) +Keyword IDataObject_GetDataHere_Stub(IDataObject*,FORMATETC*,RemSTGMEDIUM**) +Keyword IDataObject_GetData_Proxy(IDataObject*,FORMATETC*,STGMEDIUM*) +Keyword IDataObject_GetData_Stub(IDataObject*,FORMATETC*,RemSTGMEDIUM**) +Keyword IDataObject_QueryGetData +Keyword IDataObject_QueryGetData_Proxy(IDataObject*,FORMATETC*) +Keyword IDataObject_QueryGetData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_QueryInterface +Keyword IDataObject_Release +Keyword IDataObject_RemoteGetDataHere_Proxy(IDataObject*,FORMATETC*,RemSTGMEDIUM**) +Keyword IDataObject_RemoteGetDataHere_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_RemoteGetData_Proxy(IDataObject*,FORMATETC*,RemSTGMEDIUM**) +Keyword IDataObject_RemoteGetData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_RemoteSetData_Proxy(IDataObject*,FORMATETC*,RemSTGMEDIUM*,BOOL) +Keyword IDataObject_RemoteSetData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IDataObject_SetData +Keyword IDataObject_SetData_Proxy(IDataObject*,FORMATETC*,STGMEDIUM*,BOOL) +Keyword IDataObject_SetData_Stub(IDataObject*,FORMATETC*,RemSTGMEDIUM*,BOOL) +Keyword IEnumFORMATETC_AddRef +Keyword IEnumFORMATETC_Clone +Keyword IEnumFORMATETC_Clone_Proxy(IEnumFORMATETC*,IEnumFORMATETC**) +Keyword IEnumFORMATETC_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumFORMATETC_Next +Keyword IEnumFORMATETC_Next_Proxy(IEnumFORMATETC*,ULONG,FORMATETC*,ULONG*) +Keyword IEnumFORMATETC_Next_Stub(IEnumFORMATETC*,ULONG,FORMATETC*,ULONG*) +Keyword IEnumFORMATETC_QueryInterface +Keyword IEnumFORMATETC_Release +Keyword IEnumFORMATETC_RemoteNext_Proxy(IEnumFORMATETC*,ULONG,FORMATETC*,ULONG*) +Keyword IEnumFORMATETC_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumFORMATETC_Reset +Keyword IEnumFORMATETC_Reset_Proxy(IEnumFORMATETC*) +Keyword IEnumFORMATETC_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumFORMATETC_Skip +Keyword IEnumFORMATETC_Skip_Proxy(IEnumFORMATETC*,ULONG) +Keyword IEnumFORMATETC_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumMoniker_AddRef +Keyword IEnumMoniker_Clone +Keyword IEnumMoniker_Clone_Proxy(IEnumMoniker*,IEnumMoniker**) +Keyword IEnumMoniker_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumMoniker_Next +Keyword IEnumMoniker_Next_Proxy(IEnumMoniker*,ULONG,IMoniker**,ULONG*) +Keyword IEnumMoniker_Next_Stub(IEnumMoniker*,ULONG,IMoniker**,ULONG*) +Keyword IEnumMoniker_QueryInterface +Keyword IEnumMoniker_Release +Keyword IEnumMoniker_RemoteNext_Proxy(IEnumMoniker*,ULONG,IMoniker**,ULONG*) +Keyword IEnumMoniker_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumMoniker_Reset +Keyword IEnumMoniker_Reset_Proxy(IEnumMoniker*) +Keyword IEnumMoniker_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumMoniker_Skip +Keyword IEnumMoniker_Skip_Proxy(IEnumMoniker*,ULONG) +Keyword IEnumMoniker_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumOleVerb +Keyword IEnumSTATDATA_AddRef +Keyword IEnumSTATDATA_Clone +Keyword IEnumSTATDATA_Clone_Proxy(IEnumSTATDATA*,IEnumSTATDATA**) +Keyword IEnumSTATDATA_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATDATA_Next +Keyword IEnumSTATDATA_Next_Proxy(IEnumSTATDATA*,ULONG,STATDATA*,ULONG*) +Keyword IEnumSTATDATA_Next_Stub(IEnumSTATDATA*,ULONG,STATDATA*,ULONG*) +Keyword IEnumSTATDATA_QueryInterface +Keyword IEnumSTATDATA_Release +Keyword IEnumSTATDATA_RemoteNext_Proxy(IEnumSTATDATA*,ULONG,STATDATA*,ULONG*) +Keyword IEnumSTATDATA_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATDATA_Reset +Keyword IEnumSTATDATA_Reset_Proxy(IEnumSTATDATA*) +Keyword IEnumSTATDATA_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATDATA_Skip +Keyword IEnumSTATDATA_Skip_Proxy(IEnumSTATDATA*,ULONG) +Keyword IEnumSTATDATA_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATSTG_AddRef +Keyword IEnumSTATSTG_Clone +Keyword IEnumSTATSTG_Clone_Proxy(IEnumSTATSTG*,IEnumSTATSTG**) +Keyword IEnumSTATSTG_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATSTG_Next +Keyword IEnumSTATSTG_Next_Proxy(IEnumSTATSTG*,ULONG,STATSTG*,ULONG*) +Keyword IEnumSTATSTG_Next_Stub(IEnumSTATSTG*,ULONG,STATSTG*,ULONG*) +Keyword IEnumSTATSTG_QueryInterface +Keyword IEnumSTATSTG_Release +Keyword IEnumSTATSTG_RemoteNext_Proxy(IEnumSTATSTG*,ULONG,STATSTG*,ULONG*) +Keyword IEnumSTATSTG_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATSTG_Reset +Keyword IEnumSTATSTG_Reset_Proxy(IEnumSTATSTG*) +Keyword IEnumSTATSTG_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumSTATSTG_Skip +Keyword IEnumSTATSTG_Skip_Proxy(IEnumSTATSTG*,ULONG celt) +Keyword IEnumSTATSTG_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumString_AddRef +Keyword IEnumString_Clone +Keyword IEnumString_Clone_Proxy(IEnumString*,IEnumString**) +Keyword IEnumString_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumString_Next +Keyword IEnumString_Next_Proxy(IEnumString*,ULONG,LPCSTR*,ULONG*) +Keyword IEnumString_Next_Stub(IEnumString*,ULONG,LPCSTR*,ULONG*) +Keyword IEnumString_QueryInterface +Keyword IEnumString_Release +Keyword IEnumString_RemoteNext_Proxy(IEnumString*,ULONG,LPCSTR*rgelt,ULONG*) +Keyword IEnumString_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumString_Reset +Keyword IEnumString_Reset_Proxy(IEnumString*) +Keyword IEnumString_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumString_Skip +Keyword IEnumString_Skip_Proxy(IEnumString*,ULONG) +Keyword IEnumString_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumUnknown_AddRef +Keyword IEnumUnknown_Clone +Keyword IEnumUnknown_Clone_Proxy(IEnumUnknown*,IEnumUnknown**) +Keyword IEnumUnknown_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumUnknown_Next +Keyword IEnumUnknown_Next_Proxy(IEnumUnknown*,ULONG,IUnknown**,ULONG*) +Keyword IEnumUnknown_Next_Stub(IEnumUnknown*,ULONG,IUnknown**,ULONG*) +Keyword IEnumUnknown_QueryInterface +Keyword IEnumUnknown_Release +Keyword IEnumUnknown_RemoteNext_Proxy(IEnumUnknown*,ULONG,IUnknown**,ULONG*) +Keyword IEnumUnknown_RemoteNext_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumUnknown_Reset +Keyword IEnumUnknown_Reset_Proxy(IEnumUnknown* ) +Keyword IEnumUnknown_Reset_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IEnumUnknown_Skip +Keyword IEnumUnknown_Skip_Proxy(IEnumUnknown*,ULONG) +Keyword IEnumUnknown_Skip_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IExternalConnection_AddConnection +Keyword IExternalConnection_AddConnection_Proxy(IExternalConnection*,DWORD,DWORD) +Keyword IExternalConnection_AddConnection_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IExternalConnection_AddRef +Keyword IExternalConnection_QueryInterface +Keyword IExternalConnection_Release +Keyword IExternalConnection_ReleaseConnection +Keyword IExternalConnection_ReleaseConnection_Proxy(IExternalConnection*,DWORD,DWORD,BOOL) +Keyword IExternalConnection_ReleaseConnection_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IIDFromString(LPOLESTR,LPIID) +Keyword IIDLookupRtn +Keyword ILockBytes_AddRef +Keyword ILockBytes_Flush +Keyword ILockBytes_Flush_Proxy(ILockBytes*) +Keyword ILockBytes_Flush_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_LockRegion +Keyword ILockBytes_LockRegion_Proxy(ILockBytes*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD) +Keyword ILockBytes_LockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_QueryInterface +Keyword ILockBytes_ReadAt +Keyword ILockBytes_ReadAt_Proxy(ILockBytes*,ULARGE_INTEGER,void*,ULONG,ULONG*) +Keyword ILockBytes_ReadAt_Stub(ILockBytes*,ULARGE_INTEGER,BYTE*,ULONG,ULONG*) +Keyword ILockBytes_Release +Keyword ILockBytes_RemoteReadAt_Proxy(ILockBytes*,ULARGE_INTEGER,BYTE*,ULONG,ULONG*) +Keyword ILockBytes_RemoteReadAt_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_RemoteWriteAt_Proxy(ILockBytes*,ULARGE_INTEGER,BYTE*pv,ULONG,ULONG*) +Keyword ILockBytes_RemoteWriteAt_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_SetSize +Keyword ILockBytes_SetSize_Proxy(ILockBytes*,ULARGE_INTEGER) +Keyword ILockBytes_SetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_Stat +Keyword ILockBytes_Stat_Proxy(ILockBytes*,STATSTG*,DWORD) +Keyword ILockBytes_Stat_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_UnlockRegion +Keyword ILockBytes_UnlockRegion_Proxy(ILockBytes*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD) +Keyword ILockBytes_UnlockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword ILockBytes_WriteAt +Keyword ILockBytes_WriteAt_Proxy(ILockBytes*,ULARGE_INTEGER,const void*,ULONG,ULONG*) +Keyword ILockBytes_WriteAt_Stub(ILockBytes*,ULARGE_INTEGER,BYTE*,ULONG,ULONG*) +Keyword IMallocSpy_AddRef +Keyword IMallocSpy_PostAlloc +Keyword IMallocSpy_PostAlloc_Proxy(IMallocSpy*,void*) +Keyword IMallocSpy_PostAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PostDidAlloc +Keyword IMallocSpy_PostDidAlloc_Proxy(IMallocSpy*,void*,BOOL,int) +Keyword IMallocSpy_PostDidAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PostFree +Keyword IMallocSpy_PostFree_Proxy(IMallocSpy*,BOOL) +Keyword IMallocSpy_PostFree_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PostGetSize +Keyword IMallocSpy_PostGetSize_Proxy(IMallocSpy*,ULONG,BOOL) +Keyword IMallocSpy_PostGetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PostHeapMinimize +Keyword IMallocSpy_PostHeapMinimize_Proxy(IMallocSpy*) +Keyword IMallocSpy_PostHeapMinimize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PostRealloc +Keyword IMallocSpy_PostRealloc_Proxy(IMallocSpy*,void*,BOOL) +Keyword IMallocSpy_PostRealloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PreAlloc +Keyword IMallocSpy_PreAlloc_Proxy(IMallocSpy*,ULONG cbRequest) +Keyword IMallocSpy_PreAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PreDidAlloc +Keyword IMallocSpy_PreDidAlloc_Proxy(IMallocSpy*,void*,BOOL) +Keyword IMallocSpy_PreDidAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PreFree +Keyword IMallocSpy_PreFree_Proxy(IMallocSpy*,void*,BOOL) +Keyword IMallocSpy_PreFree_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PreGetSize +Keyword IMallocSpy_PreGetSize_Proxy(IMallocSpy*,void*,BOOL) +Keyword IMallocSpy_PreGetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PreHeapMinimize +Keyword IMallocSpy_PreHeapMinimize_Proxy(IMallocSpy* ) +Keyword IMallocSpy_PreHeapMinimize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_PreRealloc +Keyword IMallocSpy_PreRealloc_Proxy(IMallocSpy*,void*,ULONG,void**,BOOL) +Keyword IMallocSpy_PreRealloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMallocSpy_QueryInterface +Keyword IMallocSpy_Release +Keyword IMalloc_AddRef +Keyword IMalloc_Alloc +Keyword IMalloc_Alloc_Proxy(IMalloc*,ULONG) +Keyword IMalloc_Alloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMalloc_DidAlloc +Keyword IMalloc_DidAlloc_Proxy(IMalloc*,void*) +Keyword IMalloc_DidAlloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMalloc_Free +Keyword IMalloc_Free_Proxy(IMalloc*,void*) +Keyword IMalloc_Free_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMalloc_GetSize +Keyword IMalloc_GetSize_Proxy(IMalloc*,void*) +Keyword IMalloc_GetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMalloc_HeapMinimize +Keyword IMalloc_HeapMinimize_Proxy(IMalloc*) +Keyword IMalloc_HeapMinimize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMalloc_QueryInterface +Keyword IMalloc_Realloc +Keyword IMalloc_Realloc_Proxy(IMalloc*,void*,ULONG) +Keyword IMalloc_Realloc_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMalloc_Release +Keyword IMarshal_AddRef +Keyword IMarshal_DisconnectObject +Keyword IMarshal_DisconnectObject_Proxy(IMarshal*,DWORD) +Keyword IMarshal_DisconnectObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMarshal_GetMarshalSizeMax +Keyword IMarshal_GetMarshalSizeMax_Proxy(IMarshal*,REFIID,void*,DWORD,void*,DWORD,DWORD*) +Keyword IMarshal_GetMarshalSizeMax_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMarshal_GetUnmarshalClass +Keyword IMarshal_GetUnmarshalClass_Proxy(IMarshal*,REFIID,void*,DWORD,void*,DWORD,CLSID*) +Keyword IMarshal_GetUnmarshalClass_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMarshal_MarshalInterface +Keyword IMarshal_MarshalInterface_Proxy(IMarshal*,IStream*,REFIID,void*,DWORD,void*,DWORD) +Keyword IMarshal_MarshalInterface_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMarshal_QueryInterface +Keyword IMarshal_Release +Keyword IMarshal_ReleaseMarshalData +Keyword IMarshal_ReleaseMarshalData_Proxy(IMarshal*,IStream*) +Keyword IMarshal_ReleaseMarshalData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMarshal_UnmarshalInterface +Keyword IMarshal_UnmarshalInterface_Proxy(IMarshal*,IStream*,REFIID,void**) +Keyword IMarshal_UnmarshalInterface_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMessageFilter_AddRef +Keyword IMessageFilter_HandleInComingCall +Keyword IMessageFilter_HandleInComingCall_Proxy(IMessageFilter*,DWORD,HTASK,DWORD,LPINTERFACEINFO) +Keyword IMessageFilter_HandleInComingCall_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMessageFilter_MessagePending +Keyword IMessageFilter_MessagePending_Proxy(IMessageFilter*,HTASK,DWORD,DWORD) +Keyword IMessageFilter_MessagePending_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMessageFilter_QueryInterface +Keyword IMessageFilter_Release +Keyword IMessageFilter_RetryRejectedCall +Keyword IMessageFilter_RetryRejectedCall_Proxy(IMessageFilter*,HTASK,DWORD,DWORD) +Keyword IMessageFilter_RetryRejectedCall_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_AddRef +Keyword IMoniker_BindToObject +Keyword IMoniker_BindToObject_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,void**) +Keyword IMoniker_BindToObject_Stub(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**) +Keyword IMoniker_BindToStorage +Keyword IMoniker_BindToStorage_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,void**) +Keyword IMoniker_BindToStorage_Stub(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**) +Keyword IMoniker_CommonPrefixWith +Keyword IMoniker_CommonPrefixWith_Proxy(IMoniker*,IMoniker*,IMoniker**) +Keyword IMoniker_CommonPrefixWith_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_ComposeWith +Keyword IMoniker_ComposeWith_Proxy(IMoniker*,IMoniker*,BOOL,IMoniker**) +Keyword IMoniker_ComposeWith_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_Enum +Keyword IMoniker_Enum_Proxy(IMoniker*,BOOL,IEnumMoniker**) +Keyword IMoniker_Enum_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_GetClassID +Keyword IMoniker_GetDisplayName +Keyword IMoniker_GetDisplayName_Proxy(IMoniker*,IBindCtx*,IMoniker*,LPCSTR*) +Keyword IMoniker_GetDisplayName_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_GetSizeMax +Keyword IMoniker_GetTimeOfLastChange +Keyword IMoniker_GetTimeOfLastChange_Proxy(IMoniker*,IBindCtx*,IMoniker*,FILETIME*) +Keyword IMoniker_GetTimeOfLastChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_Hash +Keyword IMoniker_Hash_Proxy(IMoniker*,DWORD*) +Keyword IMoniker_Hash_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_Inverse +Keyword IMoniker_Inverse_Proxy(IMoniker*,IMoniker**) +Keyword IMoniker_Inverse_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_IsDirty +Keyword IMoniker_IsEqual +Keyword IMoniker_IsEqual_Proxy(IMoniker*,IMoniker*) +Keyword IMoniker_IsEqual_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_IsRunning +Keyword IMoniker_IsRunning_Proxy(IMoniker*,IBindCtx*,IMoniker*,IMoniker*) +Keyword IMoniker_IsRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_IsSystemMoniker +Keyword IMoniker_IsSystemMoniker_Proxy(IMoniker*,DWORD*) +Keyword IMoniker_IsSystemMoniker_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_Load +Keyword IMoniker_ParseDisplayName +Keyword IMoniker_ParseDisplayName_Proxy(IMoniker*,IBindCtx*,IMoniker*,LPCSTR,ULONG*,IMoniker**) +Keyword IMoniker_ParseDisplayName_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_QueryInterface +Keyword IMoniker_Reduce +Keyword IMoniker_Reduce_Proxy(IMoniker*,IBindCtx*,DWORD,IMoniker**,IMoniker**) +Keyword IMoniker_Reduce_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_RelativePathTo +Keyword IMoniker_RelativePathTo_Proxy(IMoniker*,IMoniker*,IMoniker**) +Keyword IMoniker_RelativePathTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_Release +Keyword IMoniker_RemoteBindToObject_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**) +Keyword IMoniker_RemoteBindToObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_RemoteBindToStorage_Proxy(IMoniker*,IBindCtx*,IMoniker*,REFIID,IUnknown**) +Keyword IMoniker_RemoteBindToStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IMoniker_Save +Keyword IOleUILinkInfoVtbl +Keyword IPSFactoryBuffer_AddRef +Keyword IPSFactoryBuffer_CreateProxy +Keyword IPSFactoryBuffer_CreateProxy_Proxy(IPSFactoryBuffer*,IUnknown*,REFIID,IRpcProxyBuffer**,void**) +Keyword IPSFactoryBuffer_CreateProxy_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPSFactoryBuffer_CreateStub +Keyword IPSFactoryBuffer_CreateStub_Proxy(IPSFactoryBuffer*,REFIID,IUnknown*,IRpcStubBuffer**) +Keyword IPSFactoryBuffer_CreateStub_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPSFactoryBuffer_QueryInterface +Keyword IPSFactoryBuffer_Release +Keyword IPersistFile_AddRef +Keyword IPersistFile_GetClassID +Keyword IPersistFile_GetCurFile +Keyword IPersistFile_GetCurFile_Proxy(IPersistFile*,LPCSTR*) +Keyword IPersistFile_GetCurFile_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistFile_IsDirty +Keyword IPersistFile_IsDirty_Proxy(IPersistFile*) +Keyword IPersistFile_IsDirty_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistFile_Load +Keyword IPersistFile_Load_Proxy(IPersistFile*,LPCOLESTR,DWORD) +Keyword IPersistFile_Load_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistFile_QueryInterface +Keyword IPersistFile_Release +Keyword IPersistFile_Save +Keyword IPersistFile_SaveCompleted +Keyword IPersistFile_SaveCompleted_Proxy(IPersistFile*,LPCOLESTR) +Keyword IPersistFile_SaveCompleted_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistFile_Save_Proxy(IPersistFile*,LPCOLESTR pszFileName,BOOL) +Keyword IPersistFile_Save_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStorage_AddRef +Keyword IPersistStorage_GetClassID +Keyword IPersistStorage_HandsOffStorage +Keyword IPersistStorage_HandsOffStorage_Proxy(IPersistStorage*) +Keyword IPersistStorage_HandsOffStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStorage_InitNew +Keyword IPersistStorage_InitNew_Proxy(IPersistStorage*,IStorage*) +Keyword IPersistStorage_InitNew_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStorage_IsDirty +Keyword IPersistStorage_IsDirty_Proxy(IPersistStorage*) +Keyword IPersistStorage_IsDirty_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStorage_Load +Keyword IPersistStorage_Load_Proxy(IPersistStorage*,IStorage*) +Keyword IPersistStorage_Load_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStorage_QueryInterface +Keyword IPersistStorage_Release +Keyword IPersistStorage_Save +Keyword IPersistStorage_SaveCompleted +Keyword IPersistStorage_SaveCompleted_Proxy(IPersistStorage*,IStorage*) +Keyword IPersistStorage_SaveCompleted_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStorage_Save_Proxy(IPersistStorage*,IStorage*,BOOL) +Keyword IPersistStorage_Save_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStream_AddRef +Keyword IPersistStream_GetClassID +Keyword IPersistStream_GetSizeMax +Keyword IPersistStream_GetSizeMax_Proxy(IPersistStream*,ULARGE_INTEGER*) +Keyword IPersistStream_GetSizeMax_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStream_IsDirty +Keyword IPersistStream_IsDirty_Proxy(IPersistStream*) +Keyword IPersistStream_IsDirty_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStream_Load +Keyword IPersistStream_Load_Proxy(IPersistStream*,IStream*) +Keyword IPersistStream_Load_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersistStream_QueryInterface +Keyword IPersistStream_Release +Keyword IPersistStream_Save +Keyword IPersistStream_Save_Proxy(IPersistStream*,IStream*,BOOL) +Keyword IPersistStream_Save_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersist_AddRef +Keyword IPersist_GetClassID +Keyword IPersist_GetClassID_Proxy(IPersist*,CLSID*) +Keyword IPersist_GetClassID_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IPersist_QueryInterface +Keyword IPersist_Release +Keyword IROTData_AddRef +Keyword IROTData_GetComparisonData +Keyword IROTData_GetComparisonData_Proxy(IROTData*,BYTE*,ULONG cbMax,ULONG*) +Keyword IROTData_GetComparisonData_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IROTData_QueryInterface +Keyword IROTData_Release +Keyword IRootStorage_AddRef +Keyword IRootStorage_QueryInterface +Keyword IRootStorage_Release +Keyword IRootStorage_SwitchToFile +Keyword IRootStorage_SwitchToFile_Proxy(IRootStorage*,LPCSTR) +Keyword IRootStorage_SwitchToFile_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcChannelBuffer_AddRef +Keyword IRpcChannelBuffer_FreeBuffer +Keyword IRpcChannelBuffer_FreeBuffer_Proxy(IRpcChannelBuffer*,RPCOLEMESSAGE*) +Keyword IRpcChannelBuffer_FreeBuffer_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcChannelBuffer_GetBuffer +Keyword IRpcChannelBuffer_GetBuffer_Proxy(IRpcChannelBuffer*,RPCOLEMESSAGE*,REFIID) +Keyword IRpcChannelBuffer_GetBuffer_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcChannelBuffer_GetDestCtx +Keyword IRpcChannelBuffer_GetDestCtx_Proxy(IRpcChannelBuffer*,DWORD*,void**) +Keyword IRpcChannelBuffer_GetDestCtx_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcChannelBuffer_IsConnected +Keyword IRpcChannelBuffer_IsConnected_Proxy(IRpcChannelBuffer*) +Keyword IRpcChannelBuffer_IsConnected_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcChannelBuffer_QueryInterface +Keyword IRpcChannelBuffer_Release +Keyword IRpcChannelBuffer_SendReceive +Keyword IRpcChannelBuffer_SendReceive_Proxy(IRpcChannelBuffer*,RPCOLEMESSAGE*,ULONG*) +Keyword IRpcChannelBuffer_SendReceive_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcProxyBuffer_AddRef +Keyword IRpcProxyBuffer_Connect +Keyword IRpcProxyBuffer_Connect_Proxy(IRpcProxyBuffer*,IRpcChannelBuffer*pRpcChannelBuffer) +Keyword IRpcProxyBuffer_Connect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcProxyBuffer_Disconnect +Keyword IRpcProxyBuffer_Disconnect_Proxy(IRpcProxyBuffer*) +Keyword IRpcProxyBuffer_Disconnect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcProxyBuffer_QueryInterface +Keyword IRpcProxyBuffer_Release +Keyword IRpcStubBuffer_AddRef +Keyword IRpcStubBuffer_Connect +Keyword IRpcStubBuffer_Connect_Proxy(IRpcStubBuffer*,IUnknown*) +Keyword IRpcStubBuffer_Connect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_CountRefs +Keyword IRpcStubBuffer_CountRefs_Proxy(IRpcStubBuffer*) +Keyword IRpcStubBuffer_CountRefs_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_DebugServerQueryInterface +Keyword IRpcStubBuffer_DebugServerQueryInterface_Proxy(IRpcStubBuffer*,void**) +Keyword IRpcStubBuffer_DebugServerQueryInterface_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_DebugServerRelease +Keyword IRpcStubBuffer_DebugServerRelease_Proxy(IRpcStubBuffer*,void*) +Keyword IRpcStubBuffer_DebugServerRelease_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_Disconnect +Keyword IRpcStubBuffer_Disconnect_Proxy(IRpcStubBuffer*) +Keyword IRpcStubBuffer_Disconnect_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_Invoke +Keyword IRpcStubBuffer_Invoke_Proxy(IRpcStubBuffer*,RPCOLEMESSAGE*,IRpcChannelBuffer*) +Keyword IRpcStubBuffer_Invoke_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_IsIIDSupported +Keyword IRpcStubBuffer_IsIIDSupported_Proxy(IRpcStubBuffer*,REFIID) +Keyword IRpcStubBuffer_IsIIDSupported_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRpcStubBuffer_QueryInterface +Keyword IRpcStubBuffer_Release +Keyword IRunnableObject_AddRef +Keyword IRunnableObject_GetRunningClass +Keyword IRunnableObject_GetRunningClass_Proxy(IRunnableObject*,LPCLSID) +Keyword IRunnableObject_GetRunningClass_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunnableObject_IsRunning +Keyword IRunnableObject_IsRunning_Proxy(IRunnableObject*) +Keyword IRunnableObject_IsRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunnableObject_LockRunning +Keyword IRunnableObject_LockRunning_Proxy(IRunnableObject*,BOOL,BOOL) +Keyword IRunnableObject_LockRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunnableObject_QueryInterface +Keyword IRunnableObject_Release +Keyword IRunnableObject_Run +Keyword IRunnableObject_Run_Proxy(IRunnableObject*,LPBINDCTX) +Keyword IRunnableObject_Run_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunnableObject_SetContainedObject +Keyword IRunnableObject_SetContainedObject_Proxy(IRunnableObject*,BOOL) +Keyword IRunnableObject_SetContainedObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_AddRef +Keyword IRunningObjectTable_EnumRunning +Keyword IRunningObjectTable_EnumRunning_Proxy(IRunningObjectTable*,IEnumMoniker**) +Keyword IRunningObjectTable_EnumRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_GetObject +Keyword IRunningObjectTable_GetObject_Proxy(IRunningObjectTable*,IMoniker*,IUnknown**) +Keyword IRunningObjectTable_GetObject_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_GetTimeOfLastChange +Keyword IRunningObjectTable_GetTimeOfLastChange_Proxy(IRunningObjectTable*,IMoniker*,FILETIME*) +Keyword IRunningObjectTable_GetTimeOfLastChange_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_IsRunning +Keyword IRunningObjectTable_IsRunning_Proxy(IRunningObjectTable*,IMoniker*) +Keyword IRunningObjectTable_IsRunning_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_NoteChangeTime +Keyword IRunningObjectTable_NoteChangeTime_Proxy(IRunningObjectTable*,DWORD,FILETIME*) +Keyword IRunningObjectTable_NoteChangeTime_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_QueryInterface +Keyword IRunningObjectTable_Register +Keyword IRunningObjectTable_Register_Proxy(IRunningObjectTable*,DWORD,IUnknown*,IMoniker*,DWORD*) +Keyword IRunningObjectTable_Register_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IRunningObjectTable_Release +Keyword IRunningObjectTable_Revoke +Keyword IRunningObjectTable_Revoke_Proxy(IRunningObjectTable*,DWORD) +Keyword IRunningObjectTable_Revoke_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IShellExecuteHook +Keyword IShellLink +Keyword IStdMarshalInfo_AddRef +Keyword IStdMarshalInfo_GetClassForHandler +Keyword IStdMarshalInfo_GetClassForHandler_Proxy(IStdMarshalInfo*,DWORD,void*,CLSID*) +Keyword IStdMarshalInfo_GetClassForHandler_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStdMarshalInfo_QueryInterface +Keyword IStdMarshalInfo_Release +Keyword IStorage_AddRef +Keyword IStorage_Commit +Keyword IStorage_Commit_Proxy(IStorage*,DWORD) +Keyword IStorage_Commit_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_CopyTo +Keyword IStorage_CopyTo_Proxy(IStorage*,DWORD,const IID*,SNB,IStorage*) +Keyword IStorage_CopyTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_CreateStorage +Keyword IStorage_CreateStorage_Proxy(IStorage*,OLECHAR*,DWORD,DWORD,DWORD,IStorage**) +Keyword IStorage_CreateStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_CreateStream +Keyword IStorage_CreateStream_Proxy(IStorage*,OLECHAR*,DWORD,DWORD,DWORD,IStream**) +Keyword IStorage_CreateStream_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_DestroyElement +Keyword IStorage_DestroyElement_Proxy(IStorage*,OLECHAR*) +Keyword IStorage_DestroyElement_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_EnumElements +Keyword IStorage_EnumElements_Proxy(IStorage*,DWORD,void*,DWORD,IEnumSTATSTG**) +Keyword IStorage_EnumElements_Stub(IStorage*,DWORD,unsigned long,BYTE*,DWORD,IEnumSTATSTG**) +Keyword IStorage_MoveElementTo +Keyword IStorage_MoveElementTo_Proxy(IStorage*,const OLECHAR*,IStorage*,const OLECHAR*,DWORD) +Keyword IStorage_MoveElementTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_OpenStorage +Keyword IStorage_OpenStorage_Proxy(IStorage*,OLECHAR*,IStorage*,DWORD,SNB,DWORD,IStorage**) +Keyword IStorage_OpenStorage_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_OpenStream +Keyword IStorage_OpenStream_Proxy(IStorage*,OLECHAR*,void*,DWORD,DWORD,IStream**) +Keyword IStorage_OpenStream_Stub(IStorage*,OLECHAR*,unsigned long,BYTE*,DWORD,DWORD,IStream** ) +Keyword IStorage_QueryInterface +Keyword IStorage_Release +Keyword IStorage_RemoteEnumElements_Proxy(IStorage*,DWORD,unsigned long,BYTE*,DWORD,IEnumSTATSTG**) +Keyword IStorage_RemoteEnumElements_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_RemoteOpenStream_Proxy(IStorage*,const OLECHAR*,unsigned long,BYTE*,DWORD,DWORD,IStream**) +Keyword IStorage_RemoteOpenStream_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_RenameElement +Keyword IStorage_RenameElement_Proxy(IStorage*,const OLECHAR*,const OLECHAR*) +Keyword IStorage_RenameElement_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_Revert +Keyword IStorage_Revert_Proxy(IStorage*) +Keyword IStorage_Revert_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_SetClass +Keyword IStorage_SetClass_Proxy(IStorage*,REFCLSID) +Keyword IStorage_SetClass_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_SetElementTimes +Keyword IStorage_SetElementTimes_Proxy(IStorage*,const OLECHAR*,const FILETIME*,const FILETIME*,const FILETIME*) +Keyword IStorage_SetElementTimes_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_SetStateBits +Keyword IStorage_SetStateBits_Proxy(IStorage*,DWORD,DWORD) +Keyword IStorage_SetStateBits_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStorage_Stat +Keyword IStorage_Stat_Proxy(IStorage*,STATSTG*,DWORD) +Keyword IStorage_Stat_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_AddRef +Keyword IStream_Clone +Keyword IStream_Clone_Proxy(IStream*,IStream**) +Keyword IStream_Clone_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_Commit +Keyword IStream_Commit_Proxy(IStream*,DWORD) +Keyword IStream_Commit_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_CopyTo +Keyword IStream_CopyTo_Proxy(IStream*,IStream*,ULARGE_INTEGER,ULARGE_INTEGER*,ULARGE_INTEGER*) +Keyword IStream_CopyTo_Stub(IStream*,IStream*,ULARGE_INTEGER,ULARGE_INTEGER*,ULARGE_INTEGER*) +Keyword IStream_LockRegion +Keyword IStream_LockRegion_Proxy(IStream*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD) +Keyword IStream_LockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_QueryInterface +Keyword IStream_Read +Keyword IStream_Read_Proxy(IStream*,void*,ULONG,ULONG*) +Keyword IStream_Read_Stub(IStream*,BYTE*,ULONG,ULONG*) +Keyword IStream_Release +Keyword IStream_RemoteCopyTo_Proxy(IStream*,IStream*,ULARGE_INTEGER,ULARGE_INTEGER*,ULARGE_INTEGER*) +Keyword IStream_RemoteCopyTo_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_RemoteRead_Proxy(IStream*,BYTE*,ULONG,ULONG*) +Keyword IStream_RemoteRead_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_RemoteSeek_Proxy(IStream*,LARGE_INTEGER,DWORD,ULARGE_INTEGER*) +Keyword IStream_RemoteSeek_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_RemoteWrite_Proxy(IStream*,BYTE*pv,ULONG,ULONG*) +Keyword IStream_RemoteWrite_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_Revert +Keyword IStream_Revert_Proxy(IStream*) +Keyword IStream_Revert_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_Seek +Keyword IStream_Seek_Proxy(IStream*,LARGE_INTEGER,DWORD,ULARGE_INTEGER*) +Keyword IStream_Seek_Stub(IStream*,LARGE_INTEGER,DWORD,ULARGE_INTEGER*) +Keyword IStream_SetSize +Keyword IStream_SetSize_Proxy(IStream*,ULARGE_INTEGER) +Keyword IStream_SetSize_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_Stat +Keyword IStream_Stat_Proxy(IStream*,STATSTG*,DWORD) +Keyword IStream_Stat_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_UnlockRegion +Keyword IStream_UnlockRegion_Proxy(IStream*,ULARGE_INTEGER,ULARGE_INTEGER,DWORD) +Keyword IStream_UnlockRegion_Stub(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,PDWORD) +Keyword IStream_Write +Keyword IStream_Write_Proxy(IStream*,void*,ULONG,ULONG*) +Keyword IStream_Write_Stub(IStream*,BYTE*,ULONG,ULONG*) +Keyword IUnknown_AddRef +Keyword IUnknown_AddRef_Proxy(IUnknown*) +Keyword IUnknown_AddRef_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD) +Keyword IUnknown_QueryInterface +Keyword IUnknown_QueryInterface_Proxy(IUnknown*,REFIID,void**) +Keyword IUnknown_QueryInterface_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD) +Keyword IUnknown_Release +Keyword IUnknown_Release_Proxy(IUnknown*) +Keyword IUnknown_Release_Stub(LPRPCSTUBBUFFER,LPRPCCHANNELBUFFER,PRPC_MESSAGE,PDWORD) +Keyword I_BrowserDebugTrace(PWCHAR,PCHAR) +Keyword I_BrowserQueryEmulatedDomains(LPWSTR,PBYTE*,PDWORD) +Keyword I_BrowserQueryOtherDomains(LPCWSTR,PBYTE*,PDWORD,PDWORD) +Keyword I_BrowserQueryStatistics(LPCWSTR,LPBROWSER_STATISTICS*) +Keyword I_BrowserResetNetlogonState(LPCWSTR) +Keyword I_BrowserResetStatistics(LPCWSTR) +Keyword I_BrowserServerEnum(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,PDWORD) +Keyword I_BrowserServerEnumEx(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR) +Keyword I_BrowserServerEnumForXactsrv(LPCWSTR,LPCWSTR,ULONG,USHORT,PVOID,WORD,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR,PWORD) +Keyword I_BrowserSetNetlogonState(LPWSTR,LPWSTR,LPWSTR,DWORD) +Keyword I_NetLogonControl(LPWSTR,DWORD,DWORD,PBYTE*) +Keyword I_NetLogonControl2(LPWSTR,DWORD,DWORD,PBYTE,PBYTE*) +Keyword I_NsClientBindDone() +Keyword I_NsClientBindSearch() +Keyword I_NsServerBindSearch() +Keyword I_RpcAllocate(unsigned int) +Keyword I_RpcAsyncSendReceive(RPC_MESSAGE*,void*) +Keyword I_RpcBindingCopy(HANDLE,HANDLE*) +Keyword I_RpcBindingInqDynamicEndpoint(HANDLE, unsigned short**) +Keyword I_RpcBindingInqDynamicEndpoint(HANDLE,unsigned char**) +Keyword I_RpcBindingInqTransportType(HANDLE,unsigned int*) +Keyword I_RpcBindingIsClientLocal(HANDLE,unsigned int*) +Keyword I_RpcBindingSetAsync(HANDLE,RPC_BLOCKING_FUNCTION) +Keyword I_RpcClearMutex(I_RPC_MUTEX) +Keyword I_RpcConnectionInqSockBuffSize(unsigned long*,unsigned long*) +Keyword I_RpcConnectionSetSockBuffSize(unsigned long,unsigned long) +Keyword I_RpcDeleteMutex(I_RPC_MUTEX) +Keyword I_RpcFree(void*) +Keyword I_RpcFreeBuffer(RPC_MESSAGE*) +Keyword I_RpcGetAssociationContext(void**) +Keyword I_RpcGetBuffer(RPC_MESSAGE*) +Keyword I_RpcGetCurrentCallHandle(void) +Keyword I_RpcGetThreadWindowHandle(void**) +Keyword I_RpcIfInqTransferSyntaxes(HANDLE,RPC_TRANSFER_SYNTAX*,unsigned int,unsigned int*) +Keyword I_RpcMapWin32Status(RPC_STATUS) +Keyword I_RpcMonitorAssociation(HANDLE,PRPC_RUNDOWN,void*) +Keyword I_RpcNsBindingSetEntryName(HANDLE,unsigned long,unsigned short*) +Keyword I_RpcNsBindingSetEntryName(HANDLE,unsigned long,unsigned char*) +Keyword I_RpcNsGetBuffer(IN PRPC_MESSAGE) +Keyword I_RpcNsRaiseException(IN PRPC_MESSAGE,IN RPC_STATUS) +Keyword I_RpcNsSendReceive(IN PRPC_MESSAGE,OUT RPC_BINDING_HANDLE*) +Keyword I_RpcPauseExecution(unsigned long) +Keyword I_RpcReBindBuffer(IN PRPC_MESSAGE) +Keyword I_RpcRequestMutex(I_RPC_MUTEX*) +Keyword I_RpcSendReceive(RPC_MESSAGE*) +Keyword I_RpcServerRegisterForwardFunction(RPC_FORWARD_FUNCTION*) +Keyword I_RpcServerThreadContinueListening() +Keyword I_RpcServerThreadPauseListening() +Keyword I_RpcServerUnregisterEndpoint(unsigned char*,unsigned char*) +Keyword I_RpcSetAssociationContext(void*) +Keyword I_RpcSsDontSerializeContext(void) +Keyword I_RpcStopMonitorAssociation(HANDLE) +Keyword I_UuidCreate(GUID*) +Keyword ImageList_Add(HIMAGELIST,HBITMAP,HBITMAP) +Keyword ImageList_AddIcon +Keyword ImageList_AddMasked(HIMAGELIST,HBITMAP,COLORREF) +Keyword ImageList_BeginDrag(HIMAGELIST,int,int,int) +Keyword ImageList_Copy(HIMAGELIST,int,HIMAGELIST,int,UINT) +Keyword ImageList_Create(int,int,UINT,int,int) +Keyword ImageList_Destroy(HIMAGELIST) +Keyword ImageList_DragEnter(HWND,int,int) +Keyword ImageList_DragLeave(HWND) +Keyword ImageList_DragMove(int,int) +Keyword ImageList_DragShowNolock(BOOL) +Keyword ImageList_Draw(HIMAGELIST,int,HDC,int,int,UINT) +Keyword ImageList_DrawEx(HIMAGELIST,int,HDC,int,int,int,int,COLORREF,COLORREF,UINT) +Keyword ImageList_DrawIndirect(IMAGELISTDRAWPARAMS*) +Keyword ImageList_EndDrag(VOID) +Keyword ImageList_ExtractIcon +Keyword ImageList_GetBkColor(HIMAGELIST) +Keyword ImageList_GetDragImage(LPPOINT,LPPOINT) +Keyword ImageList_GetIcon(HIMAGELIST,int,UINT) +Keyword ImageList_GetIconSize(HIMAGELIST,int*,int*) +Keyword ImageList_GetImageCount(HIMAGELIST) +Keyword ImageList_GetImageInfo(HIMAGELIST,int,IMAGEINFO*) +Keyword ImageList_LoadBitmap +Keyword ImageList_LoadImage(HINSTANCE,LPCSTR,int,int,COLORREF,UINT,UINT) +Keyword ImageList_Merge(HIMAGELIST,int,HIMAGELIST,int,int,int) +Keyword ImageList_Read(LPSTREAM) +Keyword ImageList_Remove(HIMAGELIST,int) +Keyword ImageList_RemoveAll +Keyword ImageList_Replace(HIMAGELIST,int,HBITMAP,HBITMAP) +Keyword ImageList_ReplaceIcon(HIMAGELIST,int,HICON) +Keyword ImageList_SetBkColor(HIMAGELIST,COLORREF) +Keyword ImageList_SetDragCursorImage(HIMAGELIST,int,int,int) +Keyword ImageList_SetIconSize(HIMAGELIST,int,int) +Keyword ImageList_SetImageCount(HIMAGELIST,UINT) +Keyword ImageList_SetOverlayImage(HIMAGELIST,int,int) +Keyword ImageList_Write(HIMAGELIST,LPSTREAM) +Keyword ImmAssociateContext(HWND,HIMC) +Keyword ImmConfigureIME(HKL,HWND,DWORD,PVOID) +Keyword ImmCreateContext(void) +Keyword ImmDestroyContext(HIMC) +Keyword ImmDisableIME(DWORD) +Keyword ImmEnumRegisterWord(HKL,REGISTERWORDENUMPROCA,LPCSTR,DWORD,LPCSTR,PVOID) +Keyword ImmEscape(HKL,HIMC,UINT,PVOID) +Keyword ImmGetCandidateList(HIMC,DWORD,PCANDIDATELIST,DWORD) +Keyword ImmGetCandidateListCount(HIMC,PDWORD) +Keyword ImmGetCandidateWindow(HIMC,DWORD,PCANDIDATEFORM) +Keyword ImmGetCompositionFont(HIMC,LPLOGFONTA) +Keyword ImmGetCompositionString(HIMC,DWORD,PVOID,DWORD) +Keyword ImmGetCompositionWindow(HIMC,PCOMPOSITIONFORM) +Keyword ImmGetContext(HWND) +Keyword ImmGetConversionList(HKL,HIMC,LPCSTR,PCANDIDATELIST,DWORD,UINT) +Keyword ImmGetConversionStatus(HIMC,LPDWORD,PDWORD) +Keyword ImmGetDefaultIMEWnd(HWND) +Keyword ImmGetDescription(HKL,LPSTR,UINT) +Keyword ImmGetGuideLine(HIMC,DWORD,LPSTR,DWORD) +Keyword ImmGetIMEFileName(HKL,LPSTR,UINT) +Keyword ImmGetImeMenuItems(HIMC,DWORD,DWORD,LPIMEMENUITEMINFOA,LPIMEMENUITEMINFOA,DWORD) +Keyword ImmGetOpenStatus(HIMC) +Keyword ImmGetProperty(HKL,DWORD) +Keyword ImmGetRegisterWordStyle(HKL,UINT,PSTYLEBUFA) +Keyword ImmGetStatusWindowPos(HIMC,LPPOINT) +Keyword ImmGetVirtualKey(HWND) +Keyword ImmInstallIME(LPCSTR,LPCSTR) +Keyword ImmIsIME(HKL) +Keyword ImmIsUIMessage(HWND,UINT,WPARAM,LPARAM) +Keyword ImmNotifyIME(HIMC,DWORD,DWORD,DWORD) +Keyword ImmRegisterWord(HKL,LPCSTR,DWORD,LPCSTR) +Keyword ImmReleaseContext(HWND,HIMC) +Keyword ImmSetCandidateWindow(HIMC,PCANDIDATEFORM) +Keyword ImmSetCompositionFont(HIMC,LPLOGFONTA) +Keyword ImmSetCompositionString(HIMC,DWORD,PCVOID,DWORD,PCVOID,DWORD) +Keyword ImmSetCompositionWindow(HIMC,PCOMPOSITIONFORM) +Keyword ImmSetConversionStatus(HIMC,DWORD,DWORD) +Keyword ImmSetOpenStatus(HIMC,BOOL) +Keyword ImmSetStatusWindowPos(HIMC,LPPOINT) +Keyword ImmSimulateHotKey(HWND,DWORD) +Keyword ImmUnregisterWord(HKL,LPCSTR,DWORD,LPCSTR) +Keyword ImpersonateDdeClientWindow(HWND,HWND) +Keyword ImpersonateLoggedOnUser(HANDLE) +Keyword ImpersonateNamedPipeClient(HANDLE) +Keyword ImpersonateSelf(SECURITY_IMPERSONATION_LEVEL) +Keyword InSendMessage(VOID) +Keyword InetIsOffline(DWORD) +Keyword InflateRect(LPRECT,int,int) +Keyword InitAtomTable(DWORD) +Keyword InitCommonControls(void) +Keyword InitCommonControlsEx(LPINITCOMMONCONTROLSEX) +Keyword InitializeAcl(PACL,DWORD,DWORD) +Keyword InitializeCriticalSection(LPCRITICAL_SECTION) +Keyword InitializeSecurityDescriptor(PSECURITY_DESCRIPTOR,DWORD) +Keyword InitializeSid(PSID,PSID_IDENTIFIER_AUTHORITY,BYTE) +Keyword InitiateSystemShutdown(LPSTR,LPSTR,DWORD,BOOL,BOOL) +Keyword InsertMenu(HMENU,UINT,UINT,UINT,LPCSTR) +Keyword InsertMenuItem(HMENU,UINT,BOOL,LPCMENUITEMINFOA) +Keyword InsetRect +Keyword Int32x32To64 +Keyword Int64ShllMod32 +Keyword Int64ShraMod32 +Keyword Int64ShrlMod32 +Keyword InterlockedCompareExchange(PVOID*,PVOID,PVOID) +Keyword InterlockedDecrement(LPLONG) +Keyword InterlockedExchange(PLONG,LONG) +Keyword InterlockedExchangeAdd(PLONG,LONG) +Keyword InterlockedIncrement(LPLONG) +Keyword InternetAttemptConnect(DWORD) +Keyword InternetCanonicalizeUrl(LPCSTR,LPSTR,PDWORD,DWORD) +Keyword InternetCloseHandle(HINTERNET) +Keyword InternetCombineUrl(LPCSTR,LPCSTR,LPSTR,PDWORD,DWORD) +Keyword InternetConfirmZoneCrossing(HWND,LPSTR,LPSTR,BOOL) +Keyword InternetConnect(HINTERNET,LPCSTR,INTERNET_PORT,LPCSTR,LPCSTR,DWORD,DWORD,DWORD) +Keyword InternetCrackUrl(LPCSTR,DWORD,DWORD,LPURL_COMPONENTSA) +Keyword InternetCreateUrl(LPURL_COMPONENTSA,DWORD,LPSTR,PDWORD) +Keyword InternetDebugGetLocalTime(SYSTEMTIME*,PDWORD) +Keyword InternetErrorDlg(HWND,HINTERNET,DWORD,DWORD,PVOID *) +Keyword InternetFindNextFile(HINTERNET,PVOID) +Keyword InternetGetCookie(LPCSTR,LPCSTR,LPSTR,PDWORD) +Keyword InternetGetLastResponseInfo(PDWORD,LPSTR,PDWORD) +Keyword InternetOpen(LPCSTR,DWORD,LPCSTR,LPCSTR,DWORD) +Keyword InternetOpenUrl(HINTERNET,LPCSTR,LPCSTR,DWORD,DWORD,DWORD) +Keyword InternetQueryDataAvailable(HINTERNET,PDWORD,DWORD,DWORD) +Keyword InternetQueryOption(HINTERNET,DWORD,PVOID,PDWORD) +Keyword InternetReadFile(HINTERNET,PVOID,DWORD,PDWORD) +Keyword InternetSetCookie(LPCSTR,LPCSTR,LPCSTR) +Keyword InternetSetFilePointer(HINTERNET,LONG,PVOID,DWORD,DWORD) +Keyword InternetSetOption(HINTERNET,DWORD,PVOID,DWORD) +Keyword InternetSetOptionEx(HINTERNET,DWORD,PVOID,DWORD,DWORD) +Keyword InternetSetStatusCallback(HINTERNET,INTERNET_STATUS_CALLBACK) +Keyword InternetTimeFromSystemTime(SYSTEMTIME*,DWORD,LPSTR,DWORD) +Keyword InternetTimeToSystemTime(LPCSTR,SYSTEMTIME*,DWORD) +Keyword InternetWriteFile(HINTERNET,LPCVOID,DWORD,PDWORD) +Keyword IntersectClipRect(HDC,int,int,int,int) +Keyword IntersectRect(LPRECT,LPCRECT,LPCRECT) +Keyword IntersectRgn +Keyword InvalidateRect(HWND,LPCRECT,BOOL) +Keyword InvalidateRgn(HWND,HRGN,BOOL) +Keyword InvertRect(HDC,LPCRECT) +Keyword InvertRgn(HDC,HRGN) +Keyword IsBadCodePtr(FARPROC) +Keyword IsBadHugeReadPtr(PCVOID,UINT) +Keyword IsBadHugeWritePtr(PVOID,UINT) +Keyword IsBadReadPtr(PCVOID,UINT) +Keyword IsBadStringPtr(LPCSTR,UINT) +Keyword IsBadWritePtr(PVOID,UINT) +Keyword IsCharAlpha(CHAR ch) +Keyword IsCharAlphaNumeric(CHAR) +Keyword IsCharLower(CHAR) +Keyword IsCharUpper(CHAR) +Keyword IsChild(HWND,HWND) +Keyword IsClipboardFormatAvailable(UINT) +Keyword IsDBCSLeadByte(BYTE) +Keyword IsDBCSLeadByteEx(UINT,BYTE) +Keyword IsDebuggerPresent(void) +Keyword IsDialogMessage(HWND,LPMSG) +Keyword IsDlgButtonChecked(HWND,int) +Keyword IsEqualCLSID +Keyword IsEqualGUID +Keyword IsEqualIID +Keyword IsHashValCompatible +Keyword IsIconic(HWND) +Keyword IsLButtonDown +Keyword IsMButtonDown +Keyword IsMaximized +Keyword IsMenu(HMENU) +Keyword IsMinimized +Keyword IsProcessorFeaturePresent(DWORD) +Keyword IsRButtonDown +Keyword IsRecognizedPartition +Keyword IsRectEmpty(LPCRECT) +Keyword IsRestored +Keyword IsTextUnicode(PCVOID,int,LPINT) +Keyword IsValidAcl(PACL) +Keyword IsValidCodePage(UINT) +Keyword IsValidSecurityDescriptor(PSECURITY_DESCRIPTOR) +Keyword IsValidSid(PSID) +Keyword IsWindow(HWND) +Keyword IsWindowEnabled(HWND) +Keyword IsWindowUnicode(HWND) +Keyword IsWindowVisible(HWND) +Keyword IsZoomed(HWND) +Keyword KillTimer(HWND,UINT) +Keyword LBItemFromPt(HWND,POINT,BOOL) +Keyword LCMapString(LCID,DWORD,LPCSTR,int,LPSTR,int) +Keyword LHashValOfName +Keyword LISet32 +Keyword LPtoDP(HDC,LPPOINT,int) +Keyword LZClose(INT) +Keyword LZCopy(INT,INT) +Keyword LZDone(VOID) +Keyword LZInit(INT) +Keyword LZOpenFile(LPSTR,LPOFSTRUCT,WORD) +Keyword LZRead(INT,LPSTR,INT) +Keyword LZSeek(INT,LONG,INT) +Keyword LZStart(VOID) +Keyword L_tmpnam +Keyword LargeIntegerAdd(LARGE_INTEGER, LARGE_INTEGER) +Keyword LargeIntegerAdd +Keyword LargeIntegerAnd +Keyword LargeIntegerArithmeticShift(LARGE_INTEGER, int) +Keyword LargeIntegerArithmeticShift +Keyword LargeIntegerDivide(LARGE_INTEGER, LARGE_INTEGER, PLARGE_INTEGER) +Keyword LargeIntegerEqualTo +Keyword LargeIntegerEqualToZero +Keyword LargeIntegerGreaterOrEqualToZero +Keyword LargeIntegerGreaterThan +Keyword LargeIntegerGreaterThanOrEqual +Keyword LargeIntegerGreaterThanZero +Keyword LargeIntegerLeftShift +Keyword LargeIntegerLessOrEqualToZero +Keyword LargeIntegerLessThan +Keyword LargeIntegerLessThanOrEqualTo +Keyword LargeIntegerLessThanZero +Keyword LargeIntegerMultiply(LARGE_INTEGER, LARGE_INTEGER) +Keyword LargeIntegerMultiply +Keyword LargeIntegerNegate(LARGE_INTEGER) +Keyword LargeIntegerNegate +Keyword LargeIntegerNotEqualTo +Keyword LargeIntegerNotEqualToZero +Keyword LargeIntegerRightShift +Keyword LargeIntegerShiftLeft(LARGE_INTEGER, int) +Keyword LargeIntegerShiftRight(LARGE_INTEGER, int) +Keyword LargeIntegerSubtract(LARGE_INTEGER, LARGE_INTEGER) +Keyword LargeIntegerSubtract +Keyword LeaveCriticalSection(LPCRITICAL_SECTION) +Keyword LimitEmsPages +Keyword LineDD(int,int,int,int,LINEDDAPROC,LPARAM) +Keyword LineTo(HDC,int,int) +Keyword ListBox_AddItemData +Keyword ListBox_AddString +Keyword ListBox_DeleteString +Keyword ListBox_Dir +Keyword ListBox_Enable +Keyword ListBox_FindItemData +Keyword ListBox_FindString +Keyword ListBox_FindStringExact +Keyword ListBox_GetCaretIndex +Keyword ListBox_GetCount +Keyword ListBox_GetCurSel +Keyword ListBox_GetHorizontalExtent +Keyword ListBox_GetItemData +Keyword ListBox_GetItemHeight +Keyword ListBox_GetItemRect +Keyword ListBox_GetSel +Keyword ListBox_GetSelCount +Keyword ListBox_GetSelItems +Keyword ListBox_GetText +Keyword ListBox_GetTextLen +Keyword ListBox_GetTopIndex +Keyword ListBox_InsertItemData +Keyword ListBox_InsertString +Keyword ListBox_ResetContent +Keyword ListBox_SelItemRange +Keyword ListBox_SelectItemData +Keyword ListBox_SelectString +Keyword ListBox_SetCaretIndex +Keyword ListBox_SetColumnWidth +Keyword ListBox_SetCurSel +Keyword ListBox_SetHorizontalExtent +Keyword ListBox_SetItemData +Keyword ListBox_SetItemHeight +Keyword ListBox_SetSel +Keyword ListBox_SetTabStops +Keyword ListBox_SetTopIndex +Keyword ListView_Arrange +Keyword ListView_CreateDragImage +Keyword ListView_DeleteAllItems +Keyword ListView_DeleteColumn +Keyword ListView_DeleteItem +Keyword ListView_EditLabel +Keyword ListView_EnsureVisible +Keyword ListView_FindItem +Keyword ListView_GetBkColor +Keyword ListView_GetCallbackMask +Keyword ListView_GetColumn +Keyword ListView_GetColumnWidth +Keyword ListView_GetCountPerPage +Keyword ListView_GetEditControl +Keyword ListView_GetImageList +Keyword ListView_GetItem +Keyword ListView_GetItemCount +Keyword ListView_GetItemPosition +Keyword ListView_GetItemRect +Keyword ListView_GetItemSpacing +Keyword ListView_GetItemState +Keyword ListView_GetItemText +Keyword ListView_GetNextItem +Keyword ListView_GetOrigin +Keyword ListView_GetSelectedCount +Keyword ListView_GetStringWidth +Keyword ListView_GetTextBkColor +Keyword ListView_GetTextColor +Keyword ListView_GetTopIndex +Keyword ListView_GetViewRect +Keyword ListView_HitTest +Keyword ListView_InsertColumn +Keyword ListView_InsertItem +Keyword ListView_RedrawItems +Keyword ListView_Scroll +Keyword ListView_SetBkColor +Keyword ListView_SetCallbackMask +Keyword ListView_SetColumn +Keyword ListView_SetColumnWidth +Keyword ListView_SetImageList +Keyword ListView_SetItem +Keyword ListView_SetItemCount +Keyword ListView_SetItemPosition +Keyword ListView_SetItemPosition32 +Keyword ListView_SetItemState +Keyword ListView_SetItemText +Keyword ListView_SetTextBkColor +Keyword ListView_SetTextColor +Keyword ListView_SortItems +Keyword ListView_Update +Keyword LoadAccelerators(HINSTANCE,LPCSTR) +Keyword LoadBitmap(HINSTANCE,LPCSTR) +Keyword LoadCursor(HINSTANCE,LPCSTR) +Keyword LoadCursorFromFile(LPCSTR) +Keyword LoadIcon(HINSTANCE,LPCSTR) +Keyword LoadImage(HINSTANCE,LPCSTR,UINT,int,int,UINT) +Keyword LoadKeyboardLayout(LPCSTR,UINT) +Keyword LoadLibrary(LPCSTR) +Keyword LoadLibraryEx(LPCSTR,HANDLE,DWORD) +Keyword LoadMenu(HINSTANCE,LPCSTR) +Keyword LoadMenuIndirect(const MENUTEMPLATE*) +Keyword LoadModule(LPCSTR,PVOID) +Keyword LoadRegTypeLib(REFGUID,WORD,WORD,LCID,LPTYPELIB*) +Keyword LoadResource(HINSTANCE,HRSRC) +Keyword LoadString(HINSTANCE,UINT,LPSTR,int) +Keyword LoadTypeLib(const OLECHAR*,LPTYPELIB*) +Keyword LocalAlloc(UINT,UINT) +Keyword LocalCompact(UINT) +Keyword LocalDiscard(HLOCAL) +Keyword LocalFileTimeToFileTime(CONST FILETIME *,LPFILETIME) +Keyword LocalFlags(HLOCAL) +Keyword LocalFree(HLOCAL) +Keyword LocalHandle(LPCVOID) +Keyword LocalLock(HLOCAL) +Keyword LocalReAlloc(HLOCAL,UINT,UINT) +Keyword LocalShrink(HLOCAL,UINT) +Keyword LocalSize(HLOCAL) +Keyword LocalUnlock(HLOCAL) +Keyword LockFile(HANDLE,DWORD,DWORD,DWORD,DWORD) +Keyword LockFileEx(HANDLE,DWORD,DWORD,DWORD,DWORD,LPOVERLAPPED) +Keyword LockResource(HGLOBAL) +Keyword LockSegment +Keyword LockServiceDatabase(SC_HANDLE) +Keyword LockWindowUpdate(HWND) +Keyword LogonUser(LPSTR,LPSTR,LPSTR,DWORD,DWORD,PHANDLE) +Keyword LookupAccountName(LPCSTR,LPCSTR,PSID,PDWORD,LPSTR,PDWORD,PSID_NAME_USE) +Keyword LookupAccountSid(LPCSTR,PSID,LPSTR,PDWORD,LPSTR,PDWORD,PSID_NAME_USE) +Keyword LookupIconIdFromDirectory(PBYTE,BOOL) +Keyword LookupIconIdFromDirectoryEx(PBYTE,BOOL,int,int,UINT) +Keyword LookupPrivilegeDisplayName(LPCSTR,LPCSTR,LPSTR,PDWORD,PDWORD) +Keyword LookupPrivilegeName(LPCSTR,PLUID,LPSTR,PDWORD) +Keyword LookupPrivilegeValue(LPCSTR,LPCSTR,PLUID) +Keyword MIDL_ascii_strcpy +Keyword MIDL_ascii_strlen +Keyword MIDL_memset +Keyword MIDL_uhyper +Keyword MIDL_user_allocate(size_t) +Keyword MIDL_user_free(void*) +Keyword MIDL_wchar_strcpy(void*,wchar_t*) +Keyword MIDL_wchar_strlen(wchar_t*) +Keyword MIMEAssociationDialog(HWND,DWORD,PCSTR,PCSTR,PSTR,UINT) +Keyword MakeAbsoluteSD(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PDWORD,PACL,PDWORD,PACL,PDWORD,PSID,PDWORD,PSID,PDWORD) +Keyword MakeDragList(HWND) +Keyword MakeProcInstance +Keyword MakeSelfRelativeSD(PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR,PDWORD) +Keyword MapDialogRect(HWND,LPRECT) +Keyword MapGenericMask(PDWORD,PGENERIC_MAPPING) +Keyword MapViewOfFile(HANDLE,DWORD,DWORD,DWORD,DWORD) +Keyword MapViewOfFileEx(HANDLE,DWORD,DWORD,DWORD,DWORD,PVOID) +Keyword MapVirtualKey(UINT,UINT) +Keyword MapVirtualKeyEx(UINT,UINT,HKL) +Keyword MapWindowPoints(HWND,HWND,LPPOINT,UINT) +Keyword MapWindowRect +Keyword MaskBlt(HDC,int,int,int,int,HDC,int,int,HBITMAP,int,int,DWORD) +Keyword MenuHelp(UINT,WPARAM,LPARAM,HMENU,HINSTANCE,HWND,PUINT) +Keyword MenuItemFromPoint(HWND,HMENU,POINT) +Keyword MessageBeep(UINT) +Keyword MessageBox(HWND,LPCSTR,LPCSTR,UINT) +Keyword MessageBoxEx(HWND,LPCSTR,LPCSTR,UINT,WORD) +Keyword MessageBoxIndirect(LPMSGBOXPARAMSA) +Keyword MkParseDisplayName(LPBC,LPCOLESTR,ULONG*,LPMONIKER*) +Keyword ModifyMenu(HMENU,UINT,UINT,UINT,LPCSTR) +Keyword ModifyWorldTransform(HDC,const XFORM*,DWORD) +Keyword MonikerCommonPrefixWith(LPMONIKER,LPMONIKER,LPMONIKER*) +Keyword MonikerRelativePathTo(LPMONIKER,LPMONIKER,LPMONIKER*,BOOL) +Keyword MonthCal_GetColor +Keyword MonthCal_GetCurSel +Keyword MonthCal_GetFirstDayOfWeek +Keyword MonthCal_GetMaxSelCount +Keyword MonthCal_GetMaxTodayWidth +Keyword MonthCal_GetMinReqRect +Keyword MonthCal_GetMonthDelta +Keyword MonthCal_GetMonthRange +Keyword MonthCal_GetRange +Keyword MonthCal_GetSelRange +Keyword MonthCal_GetToday +Keyword MonthCal_GetUnicodeFormat +Keyword MonthCal_HitTest +Keyword MonthCal_SetColor +Keyword MonthCal_SetCurSel +Keyword MonthCal_SetDayState +Keyword MonthCal_SetFirstDayOfWeek +Keyword MonthCal_SetMaxSelCount +Keyword MonthCal_SetMonthDelta +Keyword MonthCal_SetRange +Keyword MonthCal_SetSelRange +Keyword MonthCal_SetToday +Keyword MonthCal_SetUnicodeFormat +Keyword MoveFile(LPCSTR,LPCSTR) +Keyword MoveFileEx(LPCSTR,LPCSTR,DWORD) +Keyword MoveMemory +Keyword MoveToEx(HDC,int,int,LPPOINT) +Keyword MoveWindow(HWND,int,int,int,int,BOOL) +Keyword MsgWaitForMultipleObjects(DWORD,LPHANDLE,BOOL,DWORD,DWORD) +Keyword MsgWaitForMultipleObjectsEx(DWORD,LPHANDLE,DWORD,DWORD,DWORD) +Keyword MulDiv(int,int,int) +Keyword MultiByteToWideChar(UINT,DWORD,LPCSTR,int,LPWSTR,int) +Keyword MultinetGetConnectionPerformance(LPNETRESOURCEA,LPNETCONNECTINFOSTRUCT) +Keyword NDRCContextBinding(NDR_CCONTEXT) +Keyword NDRCContextMarshall(NDR_CCONTEXT,void*) +Keyword NDRCContextUnmarshall(NDR_CCONTEXT*,RPC_BINDING_HANDLE,void*,unsigned long) +Keyword NDRSContextMarshall(NDR_SCONTEXT,void*,NDR_RUNDOWN) +Keyword NDRSContextUnmarshall(void*pBuff,unsigned long) +Keyword NDRSContextValue +Keyword NDRcopy(void*,void*,unsigned int) +Keyword NDdeGetErrorString(UINT,LPSTR,DWORD) +Keyword NDdeGetShareSecurity(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,PDWORD) +Keyword NDdeGetTrustedShare(LPSTR,LPSTR,PDWORD,PDWORD,PDWORD) +Keyword NDdeIsValidAppTopicList(LPSTR) +Keyword NDdeIsValidShareName(LPSTR) +Keyword NDdeSetShareSecurity(LPSTR,LPSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR) +Keyword NDdeSetTrustedShare(LPSTR,LPSTR,DWORD) +Keyword NDdeShareAdd(LPSTR,UINT,PSECURITY_DESCRIPTOR,PBYTE,DWORD) +Keyword NDdeShareDel(LPSTR,LPSTR,UINT) +Keyword NDdeShareEnum(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD) +Keyword NDdeShareGetInfo(LPSTR,LPSTR,UINT,PBYTE,DWORD,PDWORD,PWORD) +Keyword NDdeShareInfo_tag +Keyword NDdeShareSetInfo(LPSTR,LPSTR,UINT,PBYTE,DWORD,WORD) +Keyword NDdeTrustedShareEnum(LPSTR,UINT,PBYTE,DWORD,PDWORD,PDWORD) +Keyword NELOG_AT_Exec_Err +Keyword NELOG_AT_cannot_read +Keyword NELOG_AT_cannot_write +Keyword NELOG_AT_sched_err +Keyword NELOG_AT_schedule_file_created +Keyword NELOG_Access_File_Bad +Keyword NELOG_Build_Name +Keyword NELOG_Cant_Make_Msg_File +Keyword NELOG_DiskFT +Keyword NELOG_DriverNotLoaded +Keyword NELOG_Entries_Lost +Keyword NELOG_Error_in_DLL +Keyword NELOG_Exec_Netservr_NoMem +Keyword NELOG_FT_ErrLog_Too_Large +Keyword NELOG_FT_Update_In_Progress +Keyword NELOG_FailedToGetComputerName +Keyword NELOG_FailedToRegisterSC +Keyword NELOG_FailedToSetServiceStatus +Keyword NELOG_File_Changed +Keyword NELOG_Files_Dont_Fit +Keyword NELOG_HardErr_From_Server +Keyword NELOG_HotFix +Keyword NELOG_Init_Chardev_Err +Keyword NELOG_Init_Exec_Fail +Keyword NELOG_Init_OpenCreate_Err +Keyword NELOG_Init_Seg_Overflow +Keyword NELOG_Internal_Error +Keyword NELOG_Invalid_Config_File +Keyword NELOG_Invalid_Config_Line +Keyword NELOG_Ioctl_Error +Keyword NELOG_Lazy_Write_Err +Keyword NELOG_LocalSecFail1 +Keyword NELOG_LocalSecFail2 +Keyword NELOG_LocalSecFail3 +Keyword NELOG_LocalSecGeneralFail +Keyword NELOG_Mail_Slt_Err +Keyword NELOG_Mailslot_err +Keyword NELOG_Message_Send +Keyword NELOG_Missing_Parameter +Keyword NELOG_Msg_Log_Err +Keyword NELOG_Msg_Sem_Shutdown +Keyword NELOG_Msg_Shutdown +Keyword NELOG_Msg_Unexpected_SMB_Type +Keyword NELOG_Name_Expansion +Keyword NELOG_Ncb_Error +Keyword NELOG_Ncb_TooManyErr +Keyword NELOG_NetBios +Keyword NELOG_NetWkSta_Internal_Error +Keyword NELOG_NetWkSta_NCB_Err +Keyword NELOG_NetWkSta_No_Resource +Keyword NELOG_NetWkSta_Reset_Err +Keyword NELOG_NetWkSta_SMB_Err +Keyword NELOG_NetWkSta_Stuck_VC_Err +Keyword NELOG_NetWkSta_Too_Many +Keyword NELOG_NetWkSta_VC_Err +Keyword NELOG_NetWkSta_Write_Behind_Err +Keyword NELOG_Net_Not_Started +Keyword NELOG_NetlogonAddNameFailure +Keyword NELOG_NetlogonAuthDCFail +Keyword NELOG_NetlogonAuthNoDomainController +Keyword NELOG_NetlogonAuthNoTrustLsaSecret +Keyword NELOG_NetlogonAuthNoTrustSamAccount +Keyword NELOG_NetlogonBrowserDriver +Keyword NELOG_NetlogonChangeLogCorrupt +Keyword NELOG_NetlogonDownLevelLogoffFailed +Keyword NELOG_NetlogonDownLevelLogonFailed +Keyword NELOG_NetlogonDuplicateMachineAccounts +Keyword NELOG_NetlogonFailedAccountDelta +Keyword NELOG_NetlogonFailedDomainDelta +Keyword NELOG_NetlogonFailedGlobalGroupDelta +Keyword NELOG_NetlogonFailedLocalGroupDelta +Keyword NELOG_NetlogonFailedPolicyDelta +Keyword NELOG_NetlogonFailedPrimary +Keyword NELOG_NetlogonFailedSecretDelta +Keyword NELOG_NetlogonFailedToAddRpcInterface +Keyword NELOG_NetlogonFailedToCreateShare +Keyword NELOG_NetlogonFailedToReadMailslot +Keyword NELOG_NetlogonFailedToRegisterSC +Keyword NELOG_NetlogonFailedToUpdateTrustList +Keyword NELOG_NetlogonFailedTrustedDomainDelta +Keyword NELOG_NetlogonFailedUserDelta +Keyword NELOG_NetlogonFullSyncCallFailed +Keyword NELOG_NetlogonFullSyncCallSuccess +Keyword NELOG_NetlogonFullSyncFailed +Keyword NELOG_NetlogonFullSyncSuccess +Keyword NELOG_NetlogonNTLogoffFailed +Keyword NELOG_NetlogonNTLogonFailed +Keyword NELOG_NetlogonPartialSyncCallFailed +Keyword NELOG_NetlogonPartialSyncCallSuccess +Keyword NELOG_NetlogonPartialSyncFailed +Keyword NELOG_NetlogonPartialSyncSuccess +Keyword NELOG_NetlogonPasswdSetFailed +Keyword NELOG_NetlogonSSIInitError +Keyword NELOG_NetlogonServerAuthFailed +Keyword NELOG_NetlogonServerAuthNoTrustSamAccount +Keyword NELOG_NetlogonSessionTypeWrong +Keyword NELOG_NetlogonSyncError +Keyword NELOG_NetlogonSystemError +Keyword NELOG_NetlogonTooManyGlobalGroups +Keyword NELOG_NetlogonTrackingError +Keyword NELOG_NoTranportLoaded +Keyword NELOG_OEM_Code +Keyword NELOG_ReleaseMem_Alert +Keyword NELOG_Remote_API +Keyword NELOG_ReplAccessDenied +Keyword NELOG_ReplBadExport +Keyword NELOG_ReplBadImport +Keyword NELOG_ReplBadMsg +Keyword NELOG_ReplCannotMasterDir +Keyword NELOG_ReplLogonFailed +Keyword NELOG_ReplLostMaster +Keyword NELOG_ReplMaxFiles +Keyword NELOG_ReplMaxTreeDepth +Keyword NELOG_ReplNetErr +Keyword NELOG_ReplSignalFileErr +Keyword NELOG_ReplSysErr +Keyword NELOG_ReplUpdateError +Keyword NELOG_ReplUserCurDir +Keyword NELOG_ReplUserLoged +Keyword NELOG_Resource_Shortage +Keyword NELOG_RplAdapterResource +Keyword NELOG_RplBackupDatabase +Keyword NELOG_RplCheckConfigs +Keyword NELOG_RplCheckSecurity +Keyword NELOG_RplCreateProfiles +Keyword NELOG_RplFileCopy +Keyword NELOG_RplFileDelete +Keyword NELOG_RplFilePerms +Keyword NELOG_RplInitDatabase +Keyword NELOG_RplInitRestoredDatabase +Keyword NELOG_RplMessages +Keyword NELOG_RplRegistry +Keyword NELOG_RplReplaceRPLDISK +Keyword NELOG_RplRestoreDatabaseFailure +Keyword NELOG_RplRestoreDatabaseSuccess +Keyword NELOG_RplSystem +Keyword NELOG_RplWkstaBbcFile +Keyword NELOG_RplWkstaFileChecksum +Keyword NELOG_RplWkstaFileLineCount +Keyword NELOG_RplWkstaFileOpen +Keyword NELOG_RplWkstaFileRead +Keyword NELOG_RplWkstaFileSize +Keyword NELOG_RplWkstaInternal +Keyword NELOG_RplWkstaMemory +Keyword NELOG_RplWkstaNetwork +Keyword NELOG_RplWkstaTimeout +Keyword NELOG_RplWkstaWrongVersion +Keyword NELOG_RplXnsBoot +Keyword NELOG_SMB_Illegal +Keyword NELOG_Server_Lock_Failure +Keyword NELOG_Service_Fail +Keyword NELOG_Srv_Close_Failure +Keyword NELOG_Srv_No_Mem_Grow +Keyword NELOG_Srv_Thread_Failure +Keyword NELOG_Srvnet_NB_Open +Keyword NELOG_Srvnet_Not_Started +Keyword NELOG_System_Error +Keyword NELOG_System_Semaphore +Keyword NELOG_UPS_CannotOpenDriver +Keyword NELOG_UPS_CmdFileConfig +Keyword NELOG_UPS_CmdFileError +Keyword NELOG_UPS_CmdFileExec +Keyword NELOG_UPS_PowerBack +Keyword NELOG_UPS_PowerOut +Keyword NELOG_UPS_Shutdown +Keyword NELOG_Unable_To_Lock_Segment +Keyword NELOG_Unable_To_Unlock_Segment +Keyword NELOG_Uninstall_Service +Keyword NELOG_Wksta_Bad_Mailslot_SMB +Keyword NELOG_Wksta_BiosThreadFailure +Keyword NELOG_Wksta_Compname +Keyword NELOG_Wksta_HostTab_Full +Keyword NELOG_Wksta_Infoseg +Keyword NELOG_Wksta_IniSeg +Keyword NELOG_Wksta_SSIRelogon +Keyword NELOG_Wksta_UASInit +Keyword NELOG_Wrong_DLL_Version +Keyword NERR_ACFFileIOFail +Keyword NERR_ACFNoParent +Keyword NERR_ACFNoRoom +Keyword NERR_ACFNotFound +Keyword NERR_ACFNotLoaded +Keyword NERR_ACFTooManyLists +Keyword NERR_AccountExpired +Keyword NERR_AccountUndefined +Keyword NERR_AcctLimitExceeded +Keyword NERR_ActiveConns +Keyword NERR_AddForwarded +Keyword NERR_AlertExists +Keyword NERR_AlreadyExists +Keyword NERR_AlreadyForwarded +Keyword NERR_AlreadyLoggedOn +Keyword NERR_BadAsgType +Keyword NERR_BadComponent +Keyword NERR_BadControlRecv +Keyword NERR_BadDest +Keyword NERR_BadDev +Keyword NERR_BadDevString +Keyword NERR_BadDosFunction +Keyword NERR_BadDosRetCode +Keyword NERR_BadEventName +Keyword NERR_BadFileCheckSum +Keyword NERR_BadPassword +Keyword NERR_BadPasswordCore +Keyword NERR_BadQueueDevString +Keyword NERR_BadQueuePriority +Keyword NERR_BadReceive +Keyword NERR_BadRecipient +Keyword NERR_BadServiceName +Keyword NERR_BadServiceProgName +Keyword NERR_BadSource +Keyword NERR_BadTransactConfig +Keyword NERR_BadUasConfig +Keyword NERR_BadUsername +Keyword NERR_BrowserConfiguredToNotRun +Keyword NERR_BrowserNotStarted +Keyword NERR_BrowserTableIncomplete +Keyword NERR_BufTooSmall +Keyword NERR_CallingRplSrvr +Keyword NERR_CanNotGrowSegment +Keyword NERR_CanNotGrowUASFile +Keyword NERR_CantConnectRplSrvr +Keyword NERR_CantOpenImageFile +Keyword NERR_CantType +Keyword NERR_CfgCompNotFound +Keyword NERR_CfgParamNotFound +Keyword NERR_ClientNameNotFound +Keyword NERR_CommDevInUse +Keyword NERR_DCNotFound +Keyword NERR_DataTypeInvalid +Keyword NERR_DatabaseUpToDate +Keyword NERR_DelComputerName +Keyword NERR_DeleteLater +Keyword NERR_DestExists +Keyword NERR_DestIdle +Keyword NERR_DestInvalidOp +Keyword NERR_DestInvalidState +Keyword NERR_DestNoRoom +Keyword NERR_DestNotFound +Keyword NERR_DevInUse +Keyword NERR_DevInvalidOpCode +Keyword NERR_DevNotFound +Keyword NERR_DevNotOpen +Keyword NERR_DevNotRedirected +Keyword NERR_DeviceIsShared +Keyword NERR_DeviceNotShared +Keyword NERR_DeviceShareConflict +Keyword NERR_DifferentServers +Keyword NERR_DriverNotFound +Keyword NERR_DupNameReboot +Keyword NERR_DuplicateName +Keyword NERR_DuplicateShare +Keyword NERR_ErrCommRunSrv +Keyword NERR_ErrorExecingGhost +Keyword NERR_ExecFailure +Keyword NERR_FileIdNotFound +Keyword NERR_GroupExists +Keyword NERR_GroupNotFound +Keyword NERR_GrpMsgProcessor +Keyword NERR_ImageParamErr +Keyword NERR_InUseBySpooler +Keyword NERR_IncompleteDel +Keyword NERR_InternalError +Keyword NERR_InvalidAPI +Keyword NERR_InvalidComputer +Keyword NERR_InvalidDatabase +Keyword NERR_InvalidDevice +Keyword NERR_InvalidLana +Keyword NERR_InvalidLogSeek +Keyword NERR_InvalidLogonHours +Keyword NERR_InvalidMaxUsers +Keyword NERR_InvalidUASOp +Keyword NERR_InvalidWorkstation +Keyword NERR_ItemNotFound +Keyword NERR_JobInvalidState +Keyword NERR_JobNoRoom +Keyword NERR_JobNotFound +Keyword NERR_LanmanIniError +Keyword NERR_LastAdmin +Keyword NERR_LineTooLong +Keyword NERR_LocalDrive +Keyword NERR_LocalForward +Keyword NERR_LogFileChanged +Keyword NERR_LogFileCorrupt +Keyword NERR_LogOverflow +Keyword NERR_LogonDomainExists +Keyword NERR_LogonNoUserPath +Keyword NERR_LogonScriptError +Keyword NERR_LogonServerConflict +Keyword NERR_LogonServerNotFound +Keyword NERR_LogonTrackingError +Keyword NERR_LogonsPaused +Keyword NERR_MaxLenExceeded +Keyword NERR_MsgAlreadyStarted +Keyword NERR_MsgInitFailed +Keyword NERR_MsgNotStarted +Keyword NERR_MultipleNets +Keyword NERR_NameInUse +Keyword NERR_NameNotForwarded +Keyword NERR_NameNotFound +Keyword NERR_NetNameNotFound +Keyword NERR_NetNotStarted +Keyword NERR_NetlogonNotStarted +Keyword NERR_NetworkError +Keyword NERR_NoAlternateServers +Keyword NERR_NoCommDevs +Keyword NERR_NoComputerName +Keyword NERR_NoForwardName +Keyword NERR_NoNetworkResource +Keyword NERR_NoRoom +Keyword NERR_NoRplBootSystem +Keyword NERR_NoSuchAlert +Keyword NERR_NoSuchConnection +Keyword NERR_NoSuchServer +Keyword NERR_NoSuchSession +Keyword NERR_NonDosFloppyUsed +Keyword NERR_NonValidatedLogon +Keyword NERR_NotInCache +Keyword NERR_NotInDispatchTbl +Keyword NERR_NotLocalDomain +Keyword NERR_NotLocalName +Keyword NERR_NotLoggedOn +Keyword NERR_NotPrimary +Keyword NERR_OpenFiles +Keyword NERR_PasswordCantChange +Keyword NERR_PasswordExpired +Keyword NERR_PasswordHistConflict +Keyword NERR_PasswordMismatch +Keyword NERR_PasswordTooRecent +Keyword NERR_PasswordTooShort +Keyword NERR_PausedRemote +Keyword NERR_ProcNoRespond +Keyword NERR_ProcNotFound +Keyword NERR_ProfileCleanup +Keyword NERR_ProfileFileTooBig +Keyword NERR_ProfileLoadErr +Keyword NERR_ProfileOffset +Keyword NERR_ProfileSaveErr +Keyword NERR_ProfileUnknownCmd +Keyword NERR_ProgNeedsExtraMem +Keyword NERR_QExists +Keyword NERR_QInvalidState +Keyword NERR_QNoRoom +Keyword NERR_QNotFound +Keyword NERR_QueueNotFound +Keyword NERR_RedirectedPath +Keyword NERR_RemoteBootFailed +Keyword NERR_RemoteErr +Keyword NERR_RemoteFull +Keyword NERR_RemoteOnly +Keyword NERR_ResourceExists +Keyword NERR_ResourceNotFound +Keyword NERR_RplAdapterInfoCorrupted +Keyword NERR_RplAdapterNameUnavailable +Keyword NERR_RplAdapterNotFound +Keyword NERR_RplBackupDatabase +Keyword NERR_RplBadDatabase +Keyword NERR_RplBadRegistry +Keyword NERR_RplBootInUse +Keyword NERR_RplBootInfoCorrupted +Keyword NERR_RplBootNameUnavailable +Keyword NERR_RplBootNotFound +Keyword NERR_RplBootRestart +Keyword NERR_RplBootServiceTerm +Keyword NERR_RplBootStartFailed +Keyword NERR_RplCannotEnum +Keyword NERR_RplConfigInfoCorrupted +Keyword NERR_RplConfigNameUnavailable +Keyword NERR_RplConfigNotEmpty +Keyword NERR_RplConfigNotFound +Keyword NERR_RplIncompatibleProfile +Keyword NERR_RplInternal +Keyword NERR_RplLoadrDiskErr +Keyword NERR_RplLoadrNetBiosErr +Keyword NERR_RplNeedsRPLUSERAcct +Keyword NERR_RplNoAdaptersStarted +Keyword NERR_RplNotRplServer +Keyword NERR_RplProfileInfoCorrupted +Keyword NERR_RplProfileNameUnavailable +Keyword NERR_RplProfileNotEmpty +Keyword NERR_RplProfileNotFound +Keyword NERR_RplRplfilesShare +Keyword NERR_RplSrvrCallFailed +Keyword NERR_RplVendorInfoCorrupted +Keyword NERR_RplVendorNameUnavailable +Keyword NERR_RplVendorNotFound +Keyword NERR_RplWkstaInfoCorrupted +Keyword NERR_RplWkstaNameUnavailable +Keyword NERR_RplWkstaNeedsUserAcct +Keyword NERR_RplWkstaNotFound +Keyword NERR_RunSrvPaused +Keyword NERR_ServerNotStarted +Keyword NERR_ServiceCtlBusy +Keyword NERR_ServiceCtlNotValid +Keyword NERR_ServiceCtlTimeout +Keyword NERR_ServiceEntryLocked +Keyword NERR_ServiceInstalled +Keyword NERR_ServiceKillProc +Keyword NERR_ServiceNotCtrl +Keyword NERR_ServiceNotInstalled +Keyword NERR_ServiceNotStarting +Keyword NERR_ServiceTableFull +Keyword NERR_ServiceTableLocked +Keyword NERR_ShareMem +Keyword NERR_ShareNotFound +Keyword NERR_SourceIsDir +Keyword NERR_SpeGroupOp +Keyword NERR_SpoolNoMemory +Keyword NERR_SpoolerNotLoaded +Keyword NERR_StandaloneLogon +Keyword NERR_StartingRplBoot +Keyword NERR_Success +Keyword NERR_SyncRequired +Keyword NERR_TimeDiffAtDC +Keyword NERR_TmpFile +Keyword NERR_TooManyAlerts +Keyword NERR_TooManyConnections +Keyword NERR_TooManyEntries +Keyword NERR_TooManyFiles +Keyword NERR_TooManyImageParams +Keyword NERR_TooManyItems +Keyword NERR_TooManyNames +Keyword NERR_TooManyServers +Keyword NERR_TooManySessions +Keyword NERR_TooMuchData +Keyword NERR_TruncatedBroadcast +Keyword NERR_TryDownLevel +Keyword NERR_UPSDriverNotStarted +Keyword NERR_UPSInvalidCommPort +Keyword NERR_UPSInvalidConfig +Keyword NERR_UPSShutdownFailed +Keyword NERR_UPSSignalAsserted +Keyword NERR_UnableToAddName_F +Keyword NERR_UnableToAddName_W +Keyword NERR_UnableToDelName_F +Keyword NERR_UnableToDelName_W +Keyword NERR_UnknownDevDir +Keyword NERR_UnknownServer +Keyword NERR_UseNotFound +Keyword NERR_UserExists +Keyword NERR_UserInGroup +Keyword NERR_UserLogon +Keyword NERR_UserNotFound +Keyword NERR_UserNotInGroup +Keyword NERR_WkstaInconsistentState +Keyword NERR_WkstaNotStarted +Keyword NERR_WriteFault +Keyword NdrAllocate(PMIDL_STUB_MESSAGE,unsigned int) +Keyword NdrByteCountPointerBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrByteCountPointerFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrByteCountPointerMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrByteCountPointerUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrCStdStubBuffer2_Release(IRpcStubBuffer*,IPSFactoryBuffer*) +Keyword NdrCStdStubBuffer_Release(IRpcStubBuffer*,IPSFactoryBuffer*) +Keyword NdrClearOutParameters(PMIDL_STUB_MESSAGE,PFORMAT_STRING,void*) +Keyword NdrClientCall(PMIDL_STUB_DESC,PFORMAT_STRING,...) +Keyword NdrClientContextMarshall(PMIDL_STUB_MESSAGE,NDR_CCONTEXT,int) +Keyword NdrClientContextUnmarshall(PMIDL_STUB_MESSAGE,NDR_CCONTEXT*,RPC_BINDING_HANDLE) +Keyword NdrClientInitialize(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,unsigned int) +Keyword NdrClientInitializeNew(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,unsigned int) +Keyword NdrComplexArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrComplexArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrComplexArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrComplexArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrComplexArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrComplexStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrComplexStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrComplexStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrComplexStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrComplexStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrConformantArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrConformantArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrConformantStringBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantStringMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantStringMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrConformantStringUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrConformantStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrConformantStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrConformantVaryingArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantVaryingArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantVaryingArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantVaryingArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrConformantVaryingArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrConformantVaryingStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantVaryingStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantVaryingStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConformantVaryingStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrConformantVaryingStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrContextHandleSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrConvert(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrDllCanUnloadNow(CStdPSFactoryBuffer*) +Keyword NdrDllGetClassObject(REFCLSID,REFIID,void**,const ProxyFileInfo**,const CLSID*,CStdPSFactoryBuffer*) +Keyword NdrDllRegisterProxy(HMODULE,const ProxyFileInfo**,const CLSID*) +Keyword NdrDllUnregisterProxy(HMODULE,const ProxyFileInfo**,const CLSID*) +Keyword NdrEncapsulatedUnionBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrEncapsulatedUnionFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrEncapsulatedUnionMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrEncapsulatedUnionMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrFcLong +Keyword NdrFcShort +Keyword NdrFieldOffset +Keyword NdrFieldPad +Keyword NdrFixedArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrFixedArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrFixedArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrFixedArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrFixedArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrFreeBuffer(PMIDL_STUB_MESSAGE) +Keyword NdrFullPointerFree(PFULL_PTR_XLAT_TABLES,void*) +Keyword NdrFullPointerInsertRefId(PFULL_PTR_XLAT_TABLES,unsigned long,void*) +Keyword NdrFullPointerQueryPointer(PFULL_PTR_XLAT_TABLES,void*,unsigned char,unsigned long*) +Keyword NdrFullPointerQueryRefId(PFULL_PTR_XLAT_TABLES,unsigned long,unsigned char,void**) +Keyword NdrFullPointerXlatFree(PFULL_PTR_XLAT_TABLES) +Keyword NdrFullPointerXlatInit(unsigned long,XLAT_SIDE) +Keyword NdrGetBuffer(PMIDL_STUB_MESSAGE,unsigned long,RPC_BINDING_HANDLE) +Keyword NdrHardStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrHardStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrHardStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrHardStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrHardStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrInterfacePointerBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrInterfacePointerFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrInterfacePointerMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrInterfacePointerMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrInterfacePointerUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrMapCommAndFaultStatus(PMIDL_STUB_MESSAGE,unsigned long*,unsigned long*,RPC_STATUS) +Keyword NdrMarshCCtxtHdl +Keyword NdrMarshConfStringHdr +Keyword NdrMarshSCtxtHdl +Keyword NdrNonConformantStringBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrNonConformantStringMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrNonConformantStringMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrNonConformantStringUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrNonEncapsulatedUnionBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrNonEncapsulatedUnionFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrNonEncapsulatedUnionMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrNonEncapsulatedUnionMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrNonEncapsulatedUnionUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrNsGetBuffer(PMIDL_STUB_MESSAGE,unsigned long,RPC_BINDING_HANDLE) +Keyword NdrNsSendReceive(PMIDL_STUB_MESSAGE,unsigned char*,RPC_BINDING_HANDLE*) +Keyword NdrOleAllocate(unsigned int) +Keyword NdrOleFree(void*) +Keyword NdrPointerBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrPointerFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrPointerMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING pFormat) +Keyword NdrPointerMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrPointerUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrProxyErrorHandler(DWORD) +Keyword NdrProxyFreeBuffer(void*,MIDL_STUB_MESSAGE*) +Keyword NdrProxyGetBuffer(void*,PMIDL_STUB_MESSAGE) +Keyword NdrProxyInitialize(void*,PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,unsigned int) +Keyword NdrProxySendReceive(void*,MIDL_STUB_MESSAGE*) +Keyword NdrRpcSmClientAllocate(unsigned int) +Keyword NdrRpcSmClientFree(void*) +Keyword NdrRpcSmSetClientToOsf(PMIDL_STUB_MESSAGE) +Keyword NdrRpcSsDefaultAllocate(unsigned int) +Keyword NdrRpcSsDefaultFree(void*) +Keyword NdrRpcSsDisableAllocate(PMIDL_STUB_MESSAGE) +Keyword NdrRpcSsEnableAllocate(PMIDL_STUB_MESSAGE) +Keyword NdrSH_Copy(unsigned char*,unsigned char*,unsigned long) +Keyword NdrSH_IfAlloc(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long) +Keyword NdrSH_IfAllocCopy(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long) +Keyword NdrSH_IfAllocRef(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long) +Keyword NdrSH_IfAllocSet(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long) +Keyword NdrSH_IfCopy(PMIDL_STUB_MESSAGE,unsigned char**,unsigned long) +Keyword NdrSH_IfFree(PMIDL_STUB_MESSAGE,unsigned char*) +Keyword NdrSH_StringMarshall(PMIDL_STUB_MESSAGE,unsigned char*,unsigned long,int) +Keyword NdrSH_StringUnMarshall(PMIDL_STUB_MESSAGE,unsigned char**,int) +Keyword NdrSH_TLUPDecision(PMIDL_STUB_MESSAGE,unsigned char**) +Keyword NdrSH_TLUPDecisionBuffer(PMIDL_STUB_MESSAGE,unsigned char**) +Keyword NdrSH_UPDecision(PMIDL_STUB_MESSAGE,unsigned char**,RPC_BUFPTR) +Keyword NdrSendReceive(PMIDL_STUB_MESSAGE,unsigned char*) +Keyword NdrServerCall(PRPC_MESSAGE) +Keyword NdrServerContextMarshall(PMIDL_STUB_MESSAGE,NDR_SCONTEXT,NDR_RUNDOWN) +Keyword NdrServerContextUnmarshall(PMIDL_STUB_MESSAGE) +Keyword NdrServerInitialize(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC) +Keyword NdrServerInitializeMarshall(PRPC_MESSAGE,PMIDL_STUB_MESSAGE) +Keyword NdrServerInitializeNew(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC) +Keyword NdrServerInitializeUnmarshall(PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,PRPC_MESSAGE) +Keyword NdrServerMarshall(struct IRpcStubBuffer*,struct IRpcChannelBuffer*,PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrServerUnmarshall(struct IRpcChannelBuffer*,PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,PFORMAT_STRING,void*) +Keyword NdrSimpleStructBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrSimpleStructFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrSimpleStructMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrSimpleStructMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrSimpleStructUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrSimpleTypeMarshall(PMIDL_STUB_MESSAGE,unsigned char*,unsigned char) +Keyword NdrSimpleTypeUnmarshall(PMIDL_STUB_MESSAGE,unsigned char*,unsigned char) +Keyword NdrStubCall(struct IRpcStubBuffer*,struct IRpcChannelBuffer*,PRPC_MESSAGE,unsigned long*) +Keyword NdrStubErrorHandler(DWORD) +Keyword NdrStubForwardingFunction(IRpcStubBuffer*,IRpcChannelBuffer*,PRPC_MESSAGE,DWORD*) +Keyword NdrStubGetBuffer(IRpcStubBuffer*,IRpcChannelBuffer*,PMIDL_STUB_MESSAGE) +Keyword NdrStubInitialize(PRPC_MESSAGE,PMIDL_STUB_MESSAGE,PMIDL_STUB_DESC,IRpcChannelBuffer*) +Keyword NdrUnMarshCCtxtHdl +Keyword NdrUnMarshConfStringHdr +Keyword NdrUnMarshSCtxtHdl +Keyword NdrVaryingArrayBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrVaryingArrayFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrVaryingArrayMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrVaryingArrayMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrVaryingArrayUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NdrXmitOrRepAsBufferSize(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrXmitOrRepAsFree(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrXmitOrRepAsMarshall(PMIDL_STUB_MESSAGE,unsigned char*,PFORMAT_STRING) +Keyword NdrXmitOrRepAsMemorySize(PMIDL_STUB_MESSAGE,PFORMAT_STRING) +Keyword NdrXmitOrRepAsUnmarshall(PMIDL_STUB_MESSAGE,unsigned char**,PFORMAT_STRING,unsigned char) +Keyword NetAccessAdd +Keyword NetAccessDel +Keyword NetAccessEnum +Keyword NetAccessGetInfo +Keyword NetAccessGetUserPerms +Keyword NetAccessSetInfo +Keyword NetAlertRaise(LPCWSTR,PVOID,DWORD) +Keyword NetAlertRaiseEx(LPCWSTR,PVOID,DWORD,LPCWSTR) +Keyword NetApiBufferAllocate(DWORD,PVOID*) +Keyword NetApiBufferFree(PVOID) +Keyword NetApiBufferReallocate(PVOID,DWORD,PVOID*) +Keyword NetApiBufferSize(PVOID,PDWORD) +Keyword NetAuditClear(LPCWSTR,LPCWSTR,LPCWSTR) +Keyword NetAuditRead(LPTSTR,LPTSTR,LPHLOG,DWORD,PDWORD,DWORD,DWORD,PBYTE*,DWORD,PDWORD,PDWORD) +Keyword NetAuditWrite(DWORD,PBYTE,DWORD,LPTSTR,PBYTE) +Keyword NetCharDevControl(LPCWSTR,LPCWSTR,DWORD) +Keyword NetCharDevEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetCharDevGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*) +Keyword NetCharDevQEnum(LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetCharDevQGetInfo(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,PBYTE*) +Keyword NetCharDevQPurge(LPCWSTR,LPCWSTR) +Keyword NetCharDevQPurgeSelf(LPCWSTR,LPCWSTR,LPCWSTR) +Keyword NetCharDevQSetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE,PDWORD) +Keyword NetConfigGet(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE*) +Keyword NetConfigGetAll(LPCWSTR,LPCWSTR,PBYTE*) +Keyword NetConfigSet(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE,DWORD) +Keyword NetConnectionEnum(LPTSTR,LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetErrorLogClear(LPCWSTR,LPCWSTR,LPBYTE) +Keyword NetErrorLogRead(LPCWSTR,LPWSTR,LPHLOG,DWORD,LPDWORD,DWORD,DWORD,LPBYTE*,DWORD,LPDWORD,LPDWORD) +Keyword NetErrorLogWrite(LPBYTE,DWORD,LPCWSTR,LPBYTE,DWORD,LPBYTE,DWORD,LPBYTE) +Keyword NetFileClose(LPTSTR,DWORD) +Keyword NetFileEnum(LPTSTR,LPTSTR,LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetFileGetInfo(LPTSTR,DWORD,DWORD,PBYTE*) +Keyword NetGetAnyDCName(LPWSTR,LPWSTR,PBYTE*) +Keyword NetGetDCName(LPWSTR,LPWSTR,PBYTE*) +Keyword NetGetDisplayInformationIndex(LPWSTR,DWORD,LPWSTR,PDWORD) +Keyword NetGroupAdd(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetGroupAddUser(LPWSTR,LPWSTR,LPWSTR) +Keyword NetGroupDel(LPWSTR,LPWSTR) +Keyword NetGroupDelUser(LPWSTR,LPWSTR,LPWSTR) +Keyword NetGroupEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetGroupGetInfo(LPWSTR,LPWSTR,DWORD,PBYTE*) +Keyword NetGroupGetUsers(LPWSTR,LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetGroupSetInfo(LPWSTR,LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetGroupSetUsers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD) +Keyword NetHandleGetInfo(HANDLE,DWORD,PBYTE*) +Keyword NetHandleSetInfo(HANDLE,DWORD,PBYTE,DWORD,PDWORD) +Keyword NetLocalGroupAdd(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetLocalGroupAddMember(LPWSTR,LPWSTR,PSID) +Keyword NetLocalGroupAddMembers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD) +Keyword NetLocalGroupDel(LPWSTR,LPWSTR) +Keyword NetLocalGroupDelMember(LPWSTR,LPWSTR,PSID) +Keyword NetLocalGroupDelMembers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD) +Keyword NetLocalGroupEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetLocalGroupGetInfo(LPWSTR,LPWSTR,DWORD,PBYTE*) +Keyword NetLocalGroupGetMembers(LPWSTR,LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetLocalGroupSetInfo(LPWSTR,LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetLocalGroupSetMembers(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD) +Keyword NetMessageBufferSend(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE,DWORD) +Keyword NetMessageNameAdd(LPCWSTR,LPCWSTR) +Keyword NetMessageNameDel(LPCWSTR,LPCWSTR) +Keyword NetMessageNameEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetMessageNameGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*) +Keyword NetQueryDisplayInformation(LPWSTR,DWORD,DWORD,DWORD,DWORD,PDWORD,PVOID*) +Keyword NetRemoteComputerSupports(LPCWSTR,DWORD,PDWORD) +Keyword NetRemoteTOD(LPCWSTR,PBYTE*) +Keyword NetReplExportDirAdd(LPCWSTR,DWORD,PBYTE,PDWORD) +Keyword NetReplExportDirDel(LPCWSTR,LPCWSTR) +Keyword NetReplExportDirEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetReplExportDirGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*) +Keyword NetReplExportDirLock(LPCWSTR,LPCWSTR) +Keyword NetReplExportDirSetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE,PDWORD) +Keyword NetReplExportDirUnlock(LPCWSTR,LPCWSTR,DWORD) +Keyword NetReplGetInfo(LPCWSTR,DWORD,PBYTE*) +Keyword NetReplImportDirAdd(LPCWSTR,DWORD,PBYTE,PDWORD) +Keyword NetReplImportDirDel(LPCWSTR,LPCWSTR) +Keyword NetReplImportDirEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetReplImportDirGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*) +Keyword NetReplImportDirLock(LPCWSTR,LPCWSTR) +Keyword NetReplImportDirUnlock(LPCWSTR,LPCWSTR,DWORD) +Keyword NetReplSetInfo(LPCWSTR,DWORD,PBYTE,PDWORD) +Keyword NetScheduleJobAdd(LPWSTR,PBYTE,LPDWORD) +Keyword NetScheduleJobDel(LPWSTR,DWORD,DWORD) +Keyword NetScheduleJobEnum(LPWSTR,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetScheduleJobGetInfo(LPWSTR,DWORD,PBYTE*) +Keyword NetServerComputerNameAdd(LPWSTR,LPWSTR,LPWSTR) +Keyword NetServerComputerNameDel(LPWSTR,LPWSTR) +Keyword NetServerDiskEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetServerEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,PDWORD) +Keyword NetServerEnumEx(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,DWORD,LPCWSTR,LPCWSTR) +Keyword NetServerGetInfo(LPTSTR,DWORD,PBYTE*) +Keyword NetServerSetInfo(LPTSTR,DWORD,PBYTE,PDWORD) +Keyword NetServerSetInfoCommandLine(WORD,LPTSTR*) +Keyword NetServerTransportAdd(LPTSTR,DWORD,PBYTE) +Keyword NetServerTransportDel(LPTSTR,DWORD,PBYTE) +Keyword NetServerTransportEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetServiceControl(LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE*) +Keyword NetServiceEnum(LPCWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetServiceGetInfo(LPCWSTR,LPCWSTR,DWORD,PBYTE*) +Keyword NetServiceInstall(LPCWSTR,LPCWSTR,DWORD,LPCWSTR*,PBYTE*) +Keyword NetSessionDel(LPTSTR,LPTSTR,LPTSTR) +Keyword NetSessionEnum(LPTSTR,LPTSTR,LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetSessionGetInfo(LPTSTR,LPTSTR,LPTSTR,DWORD,PBYTE*) +Keyword NetShareAdd(LPTSTR,DWORD,PBYTE,PDWORD) +Keyword NetShareCheck(LPTSTR,LPTSTR,PDWORD) +Keyword NetShareDel(LPTSTR,LPTSTR,DWORD) +Keyword NetShareDelSticky(LPTSTR,LPTSTR,DWORD) +Keyword NetShareEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetShareEnumSticky(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD resume_handle) +Keyword NetShareGetInfo(LPTSTR,LPTSTR,DWORD,PBYTE*) +Keyword NetShareSetInfo(LPTSTR,LPTSTR,DWORD,PBYTE,PDWORD) +Keyword NetStatisticsGet(LPTSTR,LPTSTR,DWORD,DWORD,PBYTE*) +Keyword NetUseAdd(LPTSTR,DWORD,PBYTE,PDWORD) +Keyword NetUseDel(LPTSTR,LPTSTR,DWORD) +Keyword NetUseEnum(LPTSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetUseGetInfo(LPTSTR,LPTSTR,DWORD,PBYTE*) +Keyword NetUserAdd(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetUserChangePassword(LPWSTR,LPWSTR,LPWSTR,LPWSTR) +Keyword NetUserDel(LPWSTR,LPWSTR) +Keyword NetUserEnum(LPWSTR,DWORD,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetUserGetGroups(LPWSTR,LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD) +Keyword NetUserGetInfo(LPWSTR,LPWSTR,DWORD,PBYTE*) +Keyword NetUserGetLocalGroups(LPWSTR,LPWSTR,DWORD,DWORD,PBYTE*,DWORD,PDWORD,PDWORD) +Keyword NetUserModalsGet(LPWSTR,DWORD,PBYTE*) +Keyword NetUserModalsSet(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetUserSetGroups(LPWSTR,LPWSTR,DWORD,PBYTE,DWORD) +Keyword NetUserSetInfo(LPWSTR,LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetWkstaGetInfo(LPWSTR,DWORD,PBYTE*) +Keyword NetWkstaSetInfo(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetWkstaTransportAdd(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetWkstaTransportDel(LPWSTR,LPWSTR,DWORD) +Keyword NetWkstaTransportEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetWkstaUserEnum(LPWSTR,DWORD,PBYTE*,DWORD,PDWORD,PDWORD,PDWORD) +Keyword NetWkstaUserGetInfo(LPWSTR,DWORD,PBYTE*) +Keyword NetWkstaUserSetInfo(LPWSTR,DWORD,PBYTE,PDWORD) +Keyword NetapipBufferAllocate(DWORD,PVOID*) +Keyword Netbios(PNCB) +Keyword NotifyBootConfigStatus(BOOL) +Keyword NotifyChangeEventLog(HANDLE,HANDLE) +Keyword ObjectCloseAuditAlarm(LPCSTR,PVOID,BOOL) +Keyword ObjectDeleteAuditAlarm(LPCSTR,PVOID,BOOL) +Keyword ObjectOpenAuditAlarm(LPCSTR,PVOID,LPSTR,LPSTR,PSECURITY_DESCRIPTOR,HANDLE,DWORD,DWORD,PPRIVILEGE_SET,BOOL,BOOL,PBOOL) +Keyword ObjectPrivilegeAuditAlarm(LPCSTR,PVOID,HANDLE,DWORD,PPRIVILEGE_SET,BOOL) +Keyword OemKeyScan(WORD) +Keyword OemToChar(LPCSTR,LPSTR) +Keyword OemToCharBuff(LPCSTR,LPSTR,DWORD) +Keyword OffsetClipRgn(HDC,int,int) +Keyword OffsetRect(LPRECT,int,int) +Keyword OffsetRgn(HRGN,int,int) +Keyword OffsetViewportOrgEx(HDC,int,int,LPPOINT) +Keyword OffsetWindowOrgEx(HDC,int,int,LPPOINT) +Keyword OleActivate(LPOLEOBJECT,UINT,BOOL,BOOL,HWND,LPCRECT) +Keyword OleBlockServer(LHSERVER) +Keyword OleClone(LPOLEOBJECT,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*) +Keyword OleClose(LPOLEOBJECT) +Keyword OleConvertIStorageToOLESTREAM(LPSTORAGE,LPOLESTREAM) +Keyword OleConvertIStorageToOLESTREAMEx(LPSTORAGE,CLIPFORMAT,LONG,LONG,DWORD,LPSTGMEDIUM,LPOLESTREAM) +Keyword OleConvertOLESTREAMToIStorage(LPOLESTREAM,LPSTORAGE,const DVTARGETDEVICE*) +Keyword OleConvertOLESTREAMToIStorageEx(LPOLESTREAM,LPSTORAGE,CLIPFORMAT*,LONG*,LONG*,DWORD*,LPSTGMEDIUM) +Keyword OleCopyFromLink(LPOLEOBJECT,LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*) +Keyword OleCopyToClipboard(LPOLEOBJECT) +Keyword OleCreate(LPCSTR,LPOLECLIENT,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleCreate(REFCLSID,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleCreateDefaultHandler(REFCLSID,LPUNKNOWN,REFIID,PVOID*) +Keyword OleCreateEmbeddingHelper(REFCLSID,LPUNKNOWN,DWORD,LPCLASSFACTORY,REFIID,PVOID*) +Keyword OleCreateFontIndirect(LPFONTDESC,REFIID,PVOID*) +Keyword OleCreateFromClip(LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleCreateFromData(LPDATAOBJECT,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleCreateFromFile(LPCSTR,LPOLECLIENT,LPCSTR,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleCreateFromFile(REFCLSID,LPCOLESTR,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleCreateFromTemplate(LPCSTR,LPOLECLIENT,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleCreateInvisible(LPCSTR,LPOLECLIENT,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT,BOOL) +Keyword OleCreateLink(LPMONIKER,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleCreateLinkFromClip(LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleCreateLinkFromData(LPDATAOBJECT,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleCreateLinkFromFile(LPCSTR,LPOLECLIENT,LPCSTR,LPCSTR,LPCSTR,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleCreateLinkToFile(LPCOLESTR,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleCreatePictureIndirect(LPPICTDESC,REFIID,BOOL,PVOID*) +Keyword OleCreatePropertyFrame(HWND,UINT,UINT,LPCOLESTR,ULONG,LPUNKNOWN*,ULONG,LPCLSID,LCID,DWORD,PVOID) +Keyword OleCreatePropertyFrameIndirect(LPOCPFIPARAMS) +Keyword OleCreateStaticFromData(LPDATAOBJECT,REFIID,DWORD,LPFORMATETC,LPOLECLIENTSITE,LPSTORAGE,PVOID*) +Keyword OleDelete(LPOLEOBJECT) +Keyword OleDestroyMenuDescriptor(HOLEMENU) +Keyword OleDoAutoConvert(LPSTORAGE,LPCLSID) +Keyword OleDraw(LPOLEOBJECT,HDC,LPCRECT,LPCRECT,HDC) +Keyword OleEnumFormats(LPOLEOBJECT,OLECLIPFORMAT) +Keyword OleEnumObjects(LHCLIENTDOC,LPOLEOBJECT*) +Keyword OleEqual(LPOLEOBJECT,LPOLEOBJECT ) +Keyword OleExecute(LPOLEOBJECT,HGLOBAL,UINT) +Keyword OleFlushClipboard(void) +Keyword OleGetAutoConvert(REFCLSID,LPCLSID) +Keyword OleGetClipboard(LPDATAOBJECT*) +Keyword OleGetData(LPOLEOBJECT,OLECLIPFORMAT,HANDLE*) +Keyword OleGetLinkUpdateOptions(LPOLEOBJECT,OLEOPT_UPDATE*) +Keyword OleInitialize(PVOID) +Keyword OleIsCurrentClipboard(LPDATAOBJECT) +Keyword OleIsDcMeta(HDC) +Keyword OleLoad(LPSTORAGE,REFIID,LPOLECLIENTSITE,PVOID*) +Keyword OleLoadFromStream(LPOLESTREAM,LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*) +Keyword OleLoadFromStream(LPSTREAM,REFIID,PVOID*) +Keyword OleLockServer(LPOLEOBJECT,LHSERVER*) +Keyword OleNoteObjectVisible(LPUNKNOWN,BOOL) +Keyword OleObjectConvert(LPOLEOBJECT,LPCSTR,LPOLECLIENT,LHCLIENTDOC,LPCSTR,LPOLEOBJECT*) +Keyword OleQueryBounds(LPOLEOBJECT,RECT*) +Keyword OleQueryClientVersion(void) +Keyword OleQueryCreateFromClip(LPCSTR,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleQueryCreateFromData(LPDATAOBJECT) +Keyword OleQueryLinkFromClip(LPCSTR,OLEOPT_RENDER,OLECLIPFORMAT) +Keyword OleQueryLinkFromData(LPDATAOBJECT) +Keyword OleQueryName(LPOLEOBJECT,LPSTR,UINT*) +Keyword OleQueryOpen(LPOLEOBJECT) +Keyword OleQueryOutOfDate(LPOLEOBJECT) +Keyword OleQueryProtocol(LPOLEOBJECT,LPCSTR) +Keyword OleQueryReleaseError(LPOLEOBJECT) +Keyword OleQueryReleaseMethod(LPOLEOBJECT) +Keyword OleQueryReleaseStatus(LPOLEOBJECT) +Keyword OleQueryServerVersion(void) +Keyword OleQuerySize(LPOLEOBJECT,DWORD*) +Keyword OleQueryType(LPOLEOBJECT,LONG*) +Keyword OleReconnect(LPOLEOBJECT) +Keyword OleRegEnumFormatEtc(REFCLSID,DWORD,LPENUMFORMATETC*) +Keyword OleRegEnumVerbs(REFCLSID,LPENUMOLEVERB*) +Keyword OleRegGetMiscStatus(REFCLSID,DWORD,DWORD*) +Keyword OleRegGetUserType(REFCLSID,DWORD,LPOLESTR*) +Keyword OleRegisterClientDoc(LPCSTR,LPCSTR,LONG,LHCLIENTDOC*) +Keyword OleRegisterServer(LPCSTR,LPOLESERVER,LHSERVER*,HINSTANCE,OLE_SERVER_USE) +Keyword OleRegisterServerDoc(LHSERVER,LPCSTR,LPOLESERVERDOC,LHSERVERDOC*) +Keyword OleRelease(LPOLEOBJECT) +Keyword OleRename(LPOLEOBJECT,LPCSTR) +Keyword OleRenameClientDoc(LHCLIENTDOC,LPCSTR) +Keyword OleRenameServerDoc(LHSERVERDOC,LPCSTR) +Keyword OleRequestData(LPOLEOBJECT,OLECLIPFORMAT) +Keyword OleRevertClientDoc(LHCLIENTDOC) +Keyword OleRevertServerDoc(LHSERVERDOC) +Keyword OleRevokeClientDoc(LHCLIENTDOC) +Keyword OleRevokeObject(LPOLECLIENT) +Keyword OleRevokeServer(LHSERVER) +Keyword OleRevokeServerDoc(LHSERVERDOC) +Keyword OleRun(LPUNKNOWN) +Keyword OleSave(LPPERSISTSTORAGE,LPSTORAGE,BOOL) +Keyword OleSaveToStream(LPOLEOBJECT,LPOLESTREAM) +Keyword OleSaveToStream(LPPERSISTSTREAM,LPSTREAM) +Keyword OleSavedClientDoc(LHCLIENTDOC) +Keyword OleSavedServerDoc(LHSERVERDOC) +Keyword OleSetAutoConvert(REFCLSID,REFCLSID) +Keyword OleSetBounds(LPOLEOBJECT,LPCRECT) +Keyword OleSetClipboard(LPDATAOBJECT) +Keyword OleSetColorScheme(LPOLEOBJECT,const LOGPALETTE*) +Keyword OleSetContainedObject(LPUNKNOWN,BOOL) +Keyword OleSetData(LPOLEOBJECT,OLECLIPFORMAT,HANDLE) +Keyword OleSetHostNames(LPOLEOBJECT,LPCSTR,LPCSTR) +Keyword OleSetLinkUpdateOptions(LPOLEOBJECT,OLEOPT_UPDATE) +Keyword OleSetTargetDevice(LPOLEOBJECT,HGLOBAL) +Keyword OleTranslateAccelerator(LPOLEINPLACEFRAME,LPOLEINPLACEFRAMEINFO,LPMSG) +Keyword OleTranslateColor(OLE_COLOR,HPALETTE,COLORREF*) +Keyword OleUIPromptUser(int,HWND,...) +Keyword OleUnblockServer(LHSERVER,BOOL*) +Keyword OleUnlockServer(LHSERVER) +Keyword OleUpdate(LPOLEOBJECT) +Keyword OpenBackupEventLog(LPCSTR,LPCSTR) +Keyword OpenClipboard(HWND) +Keyword OpenDesktop(LPSTR,DWORD,BOOL,DWORD) +Keyword OpenDriver(LPCWSTR,LPCWSTR,LONG) +Keyword OpenEvent(DWORD,BOOL,LPCSTR) +Keyword OpenEventLog(LPCSTR,LPCSTR) +Keyword OpenFile(LPCSTR,LPOFSTRUCT,UINT) +Keyword OpenFileMapping(DWORD,BOOL,LPCSTR) +Keyword OpenIcon(HWND) +Keyword OpenInputDesktop(DWORD,BOOL,DWORD) +Keyword OpenMutex(DWORD,BOOL,LPCSTR) +Keyword OpenPrinter(LPSTR,PHANDLE,LPPRINTER_DEFAULTSA) +Keyword OpenProcess(DWORD,BOOL,DWORD) +Keyword OpenProcessToken(HANDLE,DWORD,PHANDLE) +Keyword OpenSCManager(LPCSTR,LPCSTR,DWORD) +Keyword OpenSemaphore(DWORD,BOOL,LPCSTR) +Keyword OpenService(SC_HANDLE,LPCSTR,DWORD) +Keyword OpenThreadToken(HANDLE,DWORD,BOOL,PHANDLE) +Keyword OpenWaitableTimer(DWORD,BOOL,LPCSTR) +Keyword OpenWindowStation(LPSTR,BOOL,DWORD) +Keyword OutputDebugStr +Keyword OutputDebugString(LPCSTR) +Keyword PCIUniformResourceLocator +Keyword PCInterfaceName +Keyword PCInterfaceProxyVtblList +Keyword PCInterfaceStubVtblList +Keyword PF_DECnet +Keyword PIIDLookup +Keyword PIUniformResourceLocator +Keyword PVTableProvStruc +Keyword PackDDElParam(UINT,UINT,UINT) +Keyword PageSetupDlg(LPPAGESETUPDLGA) +Keyword PaintDesktop(HDC) +Keyword PaintRgn(HDC,HRGN) +Keyword PatBlt(HDC,int,int,int,int,DWORD) +Keyword PathToRegion(HDC) +Keyword PeekConsoleInput(HANDLE,PINPUT_RECORD,DWORD,PDWORD) +Keyword PeekMessage(LPMSG,HWND,UINT,UINT,UINT) +Keyword PeekNamedPipe(HANDLE,PVOID,DWORD,PDWORD,PDWORD,PDWORD) +Keyword Pie(HDC,int,int,int,int,int,int,int,int) +Keyword PlayEnhMetaFile(HDC,HENHMETAFILE,LPCRECT) +Keyword PlayEnhMetaFileRecord(HDC,LPHANDLETABLE,const ENHMETARECORD*,UINT) +Keyword PlayMetaFile(HDC,HMETAFILE) +Keyword PlayMetaFileRecord(HDC,LPHANDLETABLE,LPMETARECORD,UINT) +Keyword PlaySound(LPCSTR,HMODULE,DWORD) +Keyword PlgBlt(HDC,const POINT*,HDC,int,int,int,int,HBITMAP,int,int) +Keyword PolyBezier(HDC,const POINT*,DWORD) +Keyword PolyBezierTo(HDC,const POINT*,DWORD) +Keyword PolyDraw(HDC,const POINT*,const BYTE*,int) +Keyword PolyPolygon(HDC,const POINT*,const INT*,int) +Keyword PolyPolyline(HDC,const POINT*,const DWORD*,DWORD) +Keyword PolyTextOut(HDC,const POLYTEXTA*,int) +Keyword Polygon(HDC,const POINT*,int) +Keyword Polyline(HDC,const POINT*,int) +Keyword PolylineTo(HDC,const POINT*,DWORD) +Keyword PostAppMessageA +Keyword PostAppMessageW +Keyword PostMessage(HWND,UINT,WPARAM,LPARAM) +Keyword PostQueuedCompletionStatus(HANDLE,DWORD,DWORD,LPOVERLAPPED) +Keyword PostQuitMessage(int) +Keyword PostThreadMessage(DWORD,UINT,WPARAM,LPARAM) +Keyword PrepareTape(HANDLE,DWORD,BOOL) +Keyword PrintDlg(LPPRINTDLGA) +Keyword PrinterMessageBox(HANDLE,DWORD,HWND,LPSTR,LPSTR,DWORD) +Keyword PrinterProperties(HWND,HANDLE) +Keyword PrivilegeCheck(HANDLE,PPRIVILEGE_SET,PBOOL) +Keyword PrivilegedServiceAuditAlarm(LPCSTR,LPCSTR,HANDLE,PPRIVILEGE_SET,BOOL) +Keyword PropSheet_AddPage +Keyword PropSheet_Apply +Keyword PropSheet_CancelToClose +Keyword PropSheet_Changed +Keyword PropSheet_GetCurrentPageHwnd +Keyword PropSheet_GetTabControl +Keyword PropSheet_IsDialogMessage +Keyword PropSheet_PressButton +Keyword PropSheet_QuerySiblings +Keyword PropSheet_RebootSystem +Keyword PropSheet_RemovePage +Keyword PropSheet_RestartWindows +Keyword PropSheet_SetCurSel +Keyword PropSheet_SetCurSelByID +Keyword PropSheet_SetFinishText +Keyword PropSheet_SetTitle +Keyword PropSheet_SetWizButtons +Keyword PropSheet_UnChanged +Keyword PropagateResult +Keyword PropertySheet(LPCPROPSHEETHEADERA) +Keyword ProxyFileInfo +Keyword PtInRect(LPCRECT,POINT) +Keyword PtInRegion(HRGN,int,int) +Keyword PtVisible(HDC,int,int) +Keyword PulseEvent(HANDLE) +Keyword PurgeComm(HANDLE,DWORD) +Keyword QueryDosDevice(LPCSTR,LPSTR,DWORD) +Keyword QueryPathOfRegTypeLib(REFGUID,unsigned short,unsigned short,LCID,LPBSTR) +Keyword QueryPerformanceCounter(PLARGE_INTEGER) +Keyword QueryPerformanceFrequency(PLARGE_INTEGER) +Keyword QueryServiceConfig(SC_HANDLE,LPQUERY_SERVICE_CONFIGA,DWORD,PDWORD) +Keyword QueryServiceLockStatus(SC_HANDLE,LPQUERY_SERVICE_LOCK_STATUSA,DWORD,PDWORD) +Keyword QueryServiceObjectSecurity(SC_HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,DWORD,LPDWORD) +Keyword QueryServiceStatus(SC_HANDLE,LPSERVICE_STATUS) +Keyword QueueUserAPC(PAPCFUNC,HANDLE,DWORD) +Keyword RaiseException(DWORD,DWORD,DWORD,const DWORD*) +Keyword ReadClassStm(LPSTREAM,CLSID*) +Keyword ReadConsole(HANDLE,PVOID,DWORD,PDWORD,PVOID) +Keyword ReadConsoleInput(HANDLE,PINPUT_RECORD,DWORD,PDWORD) +Keyword ReadConsoleOutput(HANDLE,PCHAR_INFO,COORD,COORD,PSMALL_RECT) +Keyword ReadConsoleOutputAttribute(HANDLE,LPWORD,DWORD,COORD,LPDWORD) +Keyword ReadConsoleOutputCharacter(HANDLE,LPSTR,DWORD,COORD,PDWORD) +Keyword ReadEventLog(HANDLE,DWORD,DWORD,PVOID,DWORD,DWORD *,DWORD *) +Keyword ReadFile(HANDLE,PVOID,DWORD,PDWORD,LPOVERLAPPED) +Keyword ReadFileEx(HANDLE,PVOID,DWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE) +Keyword ReadFmtUserTypeStg(LPSTORAGE,CLIPFORMAT*,LPOLESTR*) +Keyword ReadPrinter(HANDLE,PVOID,DWORD,PDWORD) +Keyword ReadProcessMemory(HANDLE,PCVOID,PVOID,DWORD,PDWORD) +Keyword ReadUrlCacheEntryStream(HANDLE,DWORD,PVOID,PDWORD,DWORD) +Keyword RealizePalette(HDC) +Keyword RectInRegion(HRGN,LPCRECT) +Keyword RectVisible(HDC,LPCRECT) +Keyword Rectangle(HDC,int,int,int,int) +Keyword RedrawWindow(HWND,LPCRECT,HRGN,UINT) +Keyword RegCloseKey(HKEY) +Keyword RegConnectRegistry(LPSTR,HKEY,PHKEY) +Keyword RegCreateKey(HKEY,LPCSTR,PHKEY) +Keyword RegCreateKeyEx(HKEY,LPCSTR,DWORD,LPSTR,DWORD,REGSAM,LPSECURITY_ATTRIBUTES,PHKEY,PDWORD) +Keyword RegDeleteKey(HKEY,LPCSTR) +Keyword RegDeleteValue(HKEY,LPCSTR) +Keyword RegEnumKey(HKEY,DWORD,LPSTR,DWORD) +Keyword RegEnumKeyEx(HKEY,DWORD,LPSTR,PDWORD,PDWORD,LPSTR,PDWORD,PFILETIME) +Keyword RegEnumValue(HKEY,DWORD,LPSTR,PDWORD,PDWORD,PDWORD,LPBYTE,PDWORD) +Keyword RegFlushKey(HKEY) +Keyword RegGetKeySecurity(HKEY,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,PDWORD) +Keyword RegLoadKey(HKEY,LPCSTR,LPCSTR) +Keyword RegNotifyChangeKeyValue(HKEY,BOOL,DWORD,HANDLE,BOOL) +Keyword RegOpenKey(HKEY,LPCSTR,PHKEY) +Keyword RegOpenKeyEx(HKEY,LPCSTR,DWORD,REGSAM,PHKEY) +Keyword RegQueryInfoKey(HKEY,LPSTR,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PDWORD,PFILETIME) +Keyword RegQueryMultipleValues(HKEY,PVALENTA,DWORD,LPSTR,PDWORD) +Keyword RegQueryValue(HKEY,LPCSTR,LPSTR,PLONG) +Keyword RegQueryValueEx(HKEY,LPCSTR,PDWORD,PDWORD,LPBYTE,PDWORD) +Keyword RegReplaceKey(HKEY,LPCSTR,LPCSTR,LPCSTR) +Keyword RegRestoreKey(HKEY,LPCSTR,DWORD) +Keyword RegSaveKey(HKEY,LPCSTR,LPSECURITY_ATTRIBUTES) +Keyword RegSetKeySecurity(HKEY,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR) +Keyword RegSetValue(HKEY,LPCSTR,DWORD,LPCSTR,DWORD) +Keyword RegSetValueEx(HKEY,LPCSTR,DWORD,DWORD,const BYTE*,DWORD) +Keyword RegUnLoadKey(HKEY,LPCSTR) +Keyword RegisterActiveObject(IUnknown*,REFCLSID,DWORD,DWORD*) +Keyword RegisterClass(const WNDCLASSA*) +Keyword RegisterClassEx(const WNDCLASSEXA*) +Keyword RegisterClipboardFormat(LPCSTR) +Keyword RegisterDialogClasses(HANDLE) +Keyword RegisterDragDrop(HWND,LPDROPTARGET) +Keyword RegisterEventSource(LPCSTR,LPCSTR) +Keyword RegisterHotKey(HWND,int,UINT,UINT) +Keyword RegisterServiceCtrlHandler(LPCSTR,LPHANDLER_FUNCTION) +Keyword RegisterTypeLib(LPTYPELIB,OLECHAR*,OLECHAR*) +Keyword RegisterWindowMessage(LPCSTR) +Keyword ReleaseCapture(void) +Keyword ReleaseDC(HWND,HDC) +Keyword ReleaseMutex(HANDLE) +Keyword ReleaseSemaphore(HANDLE,LONG,LPLONG) +Keyword RemSNB +Keyword RemSTGMEDIUM +Keyword RemoveDirectory(LPCSTR) +Keyword RemoveFontResource(LPCSTR) +Keyword RemoveMenu(HMENU,UINT,UINT) +Keyword RemoveProp(HWND,LPCSTR) +Keyword ReplaceText(LPFINDREPLACEA) +Keyword ReplyMessage(LRESULT) +Keyword ReportEvent(HANDLE,WORD,WORD,DWORD,PSID,WORD,DWORD,LPCSTR*,PVOID) +Keyword ResetDC(HDC,const DEVMODEA*) +Keyword ResetEvent(HANDLE) +Keyword ResetPrinter(HANDLE,LPPRINTER_DEFAULTSA) +Keyword ResizePalette(HPALETTE,UINT) +Keyword RestoreDC(HDC,int) +Keyword ResultFromScode +Keyword ResumeThread(HANDLE) +Keyword RetrieveUrlCacheEntryFile(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD,DWORD) +Keyword RetrieveUrlCacheEntryStream(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,PDWORD,BOOL,DWORD) +Keyword ReuseDDElParam(LONG,UINT,UINT,UINT,UINT) +Keyword RevertToSelf(void) +Keyword RevokeActiveObject(DWORD,void*) +Keyword RevokeDragDrop(HWND) +Keyword RoundRect(HDC,int,int,int,int,int,int) +Keyword RpcAbnormalTermination +Keyword RpcBindingCopy(RPC_BINDING_HANDLE,RPC_BINDING_HANDLE*) +Keyword RpcBindingFree(RPC_BINDING_HANDLE*) +Keyword RpcBindingFromStringBinding(unsigned char *,RPC_BINDING_HANDLE *) +Keyword RpcBindingInqAuthClient(RPC_BINDING_HANDLE,RPC_AUTHZ_HANDLE*,unsigned char**,unsigned long*,unsigned long*,unsigned long*) +Keyword RpcBindingInqAuthClient(RPC_BINDING_HANDLE,RPC_AUTHZ_HANDLE *,unsigned char**,unsigned long*,unsigned long*,unsigned long*) +Keyword RpcBindingInqAuthInfo(RPC_BINDING_HANDLE,unsigned char **,unsigned long *,unsigned long *,RPC_AUTH_IDENTITY_HANDLE *,unsigned long *) +Keyword RpcBindingInqAuthInfo(RPC_BINDING_HANDLE,unsigned char**,unsigned long*,unsigned long*,RPC_AUTH_IDENTITY_HANDLE*,unsigned long*) +Keyword RpcBindingInqAuthInfoEx(RPC_BINDING_HANDLE,unsigned char**,unsigned long*,unsigned long*,RPC_AUTH_IDENTITY_HANDLE*,unsigned long*,unsigned long,RPC_SECURITY_QOS*) +Keyword RpcBindingInqObject(RPC_BINDING_HANDLE,UUID *) +Keyword RpcBindingReset(RPC_BINDING_HANDLE) +Keyword RpcBindingServerFromClient(RPC_BINDING_HANDLE,RPC_BINDING_HANDLE*) +Keyword RpcBindingSetAuthInfo(RPC_BINDING_HANDLE,unsigned char *,unsigned long,unsigned long,RPC_AUTH_IDENTITY_HANDLE,unsigned long) +Keyword RpcBindingSetAuthInfo(RPC_BINDING_HANDLE,unsigned char*,unsigned long,unsigned long,RPC_AUTH_IDENTITY_HANDLE,unsigned long) +Keyword RpcBindingSetAuthInfoEx(RPC_BINDING_HANDLE,unsigned char*,unsigned long,unsigned long,RPC_AUTH_IDENTITY_HANDLE,unsigned long,RPC_SECURITY_QOS*) +Keyword RpcBindingSetObject(RPC_BINDING_HANDLE,UUID *) +Keyword RpcBindingToStringBinding(RPC_BINDING_HANDLE,unsigned char **) +Keyword RpcBindingToStringBinding(RPC_BINDING_HANDLE,unsigned char**) +Keyword RpcBindingVectorFree(RPC_BINDING_VECTOR **) +Keyword RpcCancelThread(void*) +Keyword RpcEndExcept +Keyword RpcEndFinally +Keyword RpcEpRegister(RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*,unsigned char*) +Keyword RpcEpRegisterNoReplace(RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*,unsigned char*) +Keyword RpcEpResolveBinding(RPC_BINDING_HANDLE,RPC_IF_HANDLE) +Keyword RpcEpUnregister(RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*) +Keyword RpcExcept +Keyword RpcExceptionCode +Keyword RpcFinally +Keyword RpcIfIdVectorFree(RPC_IF_ID_VECTOR**) +Keyword RpcIfInqId(RPC_IF_HANDLE,RPC_IF_ID *) +Keyword RpcImpersonateClient(RPC_BINDING_HANDLE) +Keyword RpcMgmtBindingInqParameter(RPC_BINDING_HANDLE,unsigned int,unsigned long*) +Keyword RpcMgmtBindingSetParameter(RPC_BINDING_HANDLE,unsigned int,unsigned long) +Keyword RpcMgmtEnableIdleCleanup(void) +Keyword RpcMgmtEpEltInqBegin(RPC_BINDING_HANDLE,unsigned long,RPC_IF_ID*,unsigned long,UUID*,RPC_EP_INQ_HANDLE*) +Keyword RpcMgmtEpEltInqDone(RPC_EP_INQ_HANDLE*) +Keyword RpcMgmtEpEltInqNext(RPC_EP_INQ_HANDLE,RPC_IF_ID *,RPC_BINDING_HANDLE *,unsigned char **) +Keyword RpcMgmtEpEltInqNext(RPC_EP_INQ_HANDLE,RPC_IF_ID*,RPC_BINDING_HANDLE*,UUID*,unsigned char**) +Keyword RpcMgmtEpUnregister(RPC_BINDING_HANDLE,RPC_IF_ID*,RPC_BINDING_HANDLE,UUID*) +Keyword RpcMgmtInqComTimeout(RPC_BINDING_HANDLE,unsigned int*) +Keyword RpcMgmtInqDefaultProtectLevel(unsigned long,unsigned long *) +Keyword RpcMgmtInqIfIds(RPC_BINDING_HANDLE,RPC_IF_ID_VECTOR**) +Keyword RpcMgmtInqParameter(unsigned int,unsigned long*) +Keyword RpcMgmtInqServerPrincName(RPC_BINDING_HANDLE,unsigned long,unsigned char**) +Keyword RpcMgmtInqStats(RPC_BINDING_HANDLE,RPC_STATS_VECTOR**) +Keyword RpcMgmtIsServerListening(RPC_BINDING_HANDLE) +Keyword RpcMgmtSetAuthorizationFn(RPC_MGMT_AUTHORIZATION_FN) +Keyword RpcMgmtSetCancelTimeout(long Timeout) +Keyword RpcMgmtSetComTimeout(RPC_BINDING_HANDLE,unsigned int) +Keyword RpcMgmtSetParameter(unsigned int,unsigned long) +Keyword RpcMgmtSetServerStackSize(unsigned long) +Keyword RpcMgmtStatsVectorFree(RPC_STATS_VECTOR**) +Keyword RpcMgmtStopServerListening(RPC_BINDING_HANDLE) +Keyword RpcMgmtWaitServerListen(void) +Keyword RpcNetworkInqProtseqs(RPC_PROTSEQ_VECTOR **) +Keyword RpcNetworkInqProtseqs(RPC_PROTSEQ_VECTORA**) +Keyword RpcNetworkIsProtseqValid(unsigned char*) +Keyword RpcNsBindingExport(unsigned long,unsigned char*,RPC_IF_HANDLE,RPC_BINDING_VECTOR*,UUID_VECTOR*) +Keyword RpcNsBindingImportBegin(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID*,RPC_NS_HANDLE*) +Keyword RpcNsBindingImportDone(RPC_NS_HANDLE*) +Keyword RpcNsBindingImportNext(RPC_NS_HANDLE,RPC_BINDING_HANDLE*) +Keyword RpcNsBindingInqEntryName(RPC_BINDING_HANDLE,unsigned long,unsigned char**) +Keyword RpcNsBindingLookupBegin(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID*,unsigned long,RPC_NS_HANDLE*) +Keyword RpcNsBindingLookupDone(RPC_NS_HANDLE*) +Keyword RpcNsBindingLookupNext(RPC_NS_HANDLE,RPC_BINDING_VECTOR**) +Keyword RpcNsBindingSelect(RPC_BINDING_VECTOR*,RPC_BINDING_HANDLE*) +Keyword RpcNsBindingUnexport(unsigned long,unsigned char*,RPC_IF_HANDLE,UUID_VECTOR*) +Keyword RpcNsEntryExpandName(unsigned long,unsigned char*,unsigned char**) +Keyword RpcNsEntryObjectInqBegin(unsigned long,unsigned char*,RPC_NS_HANDLE*) +Keyword RpcNsEntryObjectInqDone(IN OUT RPC_NS_HANDLE*) +Keyword RpcNsEntryObjectInqNext(IN RPC_NS_HANDLE,OUT UUID*) +Keyword RpcNsGroupDelete(unsigned long,unsigned char*) +Keyword RpcNsGroupMbrAdd(unsigned long,unsigned char*,unsigned long,unsigned char*) +Keyword RpcNsGroupMbrInqBegin(unsigned long,unsigned char*,unsigned long,RPC_NS_HANDLE*) +Keyword RpcNsGroupMbrInqDone(RPC_NS_HANDLE*) +Keyword RpcNsGroupMbrInqNext(RPC_NS_HANDLE,unsigned char**) +Keyword RpcNsGroupMbrRemove(unsigned long,unsigned char*,unsigned long,unsigned char*) +Keyword RpcNsMgmtBindingUnexport(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,UUID_VECTOR*) +Keyword RpcNsMgmtEntryCreate(unsigned long,unsigned char*) +Keyword RpcNsMgmtEntryDelete(unsigned long,unsigned char*) +Keyword RpcNsMgmtEntryInqIfIds(unsigned long,unsigned char*,RPC_IF_ID_VECTOR**) +Keyword RpcNsMgmtHandleSetExpAge(RPC_NS_HANDLE,unsigned long) +Keyword RpcNsMgmtInqExpAge(unsigned long*) +Keyword RpcNsMgmtSetExpAge(unsigned long) +Keyword RpcNsProfileDelete(unsigned long,unsigned char*) +Keyword RpcNsProfileEltAdd(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,unsigned char*,unsigned long,unsigned char*) +Keyword RpcNsProfileEltInqBegin(unsigned long,unsigned char*,unsigned long,RPC_IF_ID*,unsigned long,unsigned long,unsigned char*,RPC_NS_HANDLE*) +Keyword RpcNsProfileEltInqDone(RPC_NS_HANDLE*) +Keyword RpcNsProfileEltInqNext(RPC_NS_HANDLE,RPC_IF_ID*,unsigned char**,unsigned long*,unsigned char**) +Keyword RpcNsProfileEltRemove(unsigned long,unsigned char*,RPC_IF_ID*,unsigned long,unsigned char*) +Keyword RpcObjectInqType(UUID *,UUID *) +Keyword RpcObjectSetInqFn(RPC_OBJECT_INQ_FN *) +Keyword RpcObjectSetType(UUID *,UUID *) +Keyword RpcProtseqVectorFree(RPC_PROTSEQ_VECTOR **) +Keyword RpcProtseqVectorFree(RPC_PROTSEQ_VECTORA**) +Keyword RpcRaiseException(RPC_STATUS) +Keyword RpcRevertToSelf() +Keyword RpcServerInqBindings(RPC_BINDING_VECTOR **) +Keyword RpcServerInqDefaultPrincName(unsigned long,unsigned char**) +Keyword RpcServerInqIf(RPC_IF_HANDLE,UUID*,RPC_MGR_EPV**) +Keyword RpcServerListen(unsigned int,unsigned int,unsigned int) +Keyword RpcServerRegisterAuthInfo(unsigned char*,unsigned long,RPC_AUTH_KEY_RETRIEVAL_FN,void*) +Keyword RpcServerRegisterIf(RPC_IF_HANDLE,UUID*,RPC_MGR_EPV*) +Keyword RpcServerRegisterIfEx(RPC_IF_HANDLE,UUID*,RPC_MGR_EPV*,unsigned int,unsigned int,RPC_IF_CALLBACK_FN*) +Keyword RpcServerUnregisterIf(RPC_IF_HANDLE,UUID*,unsigned int) +Keyword RpcServerUseAllProtseqs(unsigned int,void*) +Keyword RpcServerUseAllProtseqsEx(unsigned int,void*,PRPC_POLICY) +Keyword RpcServerUseAllProtseqsIf(unsigned int,RPC_IF_HANDLE,void*) +Keyword RpcServerUseAllProtseqsIfEx(unsigned int,RPC_IF_HANDLE,void*,PRPC_POLICY) +Keyword RpcServerUseProtseq(unsigned char*,unsigned int,void*) +Keyword RpcServerUseProtseqEp(unsigned char*,unsigned int,unsigned char*,void*) +Keyword RpcServerUseProtseqEpEx(unsigned char*,unsigned int,unsigned char*,void*,PRPC_POLICY) +Keyword RpcServerUseProtseqEx(unsigned char*,unsigned int,void*,PRPC_POLICY) +Keyword RpcServerUseProtseqEx(unsigned char*,unsigned int MaxCalls,void*,PRPC_POLICY) +Keyword RpcServerUseProtseqIf(unsigned char*,unsigned int,RPC_IF_HANDLE,void*) +Keyword RpcServerUseProtseqIfEx(unsigned char*,unsigned int,RPC_IF_HANDLE,void*,PRPC_POLICY) +Keyword RpcSmAllocate(unsigned int,RPC_STATUS*) +Keyword RpcSmClientFree(void*) +Keyword RpcSmDestroyClientContext(void**) +Keyword RpcSmDisableAllocate(void) +Keyword RpcSmEnableAllocate(void) +Keyword RpcSmFree(void*) +Keyword RpcSmGetThreadHandle(RPC_STATUS*) +Keyword RpcSmSetClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*) +Keyword RpcSmSetThreadHandle(RPC_SS_THREAD_HANDLE) +Keyword RpcSmSwapClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*,RPC_CLIENT_ALLOC**,RPC_CLIENT_FREE**) +Keyword RpcSsAllocate(unsigned int) +Keyword RpcSsDestroyClientContext(void**) +Keyword RpcSsDisableAllocate(void) +Keyword RpcSsDontSerializeContext(void) +Keyword RpcSsEnableAllocate(void) +Keyword RpcSsFree(void*) +Keyword RpcSsGetThreadHandle(void) +Keyword RpcSsSetClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*) +Keyword RpcSsSetThreadHandle(RPC_SS_THREAD_HANDLE) +Keyword RpcSsSwapClientAllocFree(RPC_CLIENT_ALLOC*,RPC_CLIENT_FREE*,RPC_CLIENT_ALLOC**,RPC_CLIENT_FREE**) +Keyword RpcStringBindingCompose(unsigned char *,unsigned char *,unsigned char *,unsigned char *,unsigned char *,unsigned char **) +Keyword RpcStringBindingParse(unsigned char *,unsigned char **,unsigned char **,unsigned char **,unsigned char **,unsigned char **) +Keyword RpcStringFree(unsigned char**) +Keyword RpcTestCancel() +Keyword RpcTryExcept +Keyword RpcTryFinally +Keyword RtlCopyMemory +Keyword RtlFillMemory +Keyword RtlMoveMemory +Keyword RtlZeroMemory +Keyword RxRemoteApi(DWORD,LPCWSTR,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,LPDESC,DWORD,... ) +Keyword SHAddToRecentDocs(UINT,PCVOID) +Keyword SHAppBarMessage(DWORD,PAPPBARDATA) +Keyword SHBrowseForFolder(PBROWSEINFO) +Keyword SHChangeNotify(LONG,UINT,PCVOID,PCVOID) +Keyword SHFileOperation(LPSHFILEOPSTRUCTA) +Keyword SHFreeNameMappings(HANDLE) +Keyword SHGetDesktopFolder(LPSHELLFOLDER*) +Keyword SHGetFileInfo(LPCSTR,DWORD,SHFILEINFOA*,UINT,UINT) +Keyword SHGetInstanceExplorer(LPUNKNOWN) +Keyword SHGetMalloc(LPMALLOC*) +Keyword SHGetPathFromIDList(LPCITEMIDLIST,LPSTR) +Keyword SHGetSpecialFolderLocation(HWND,int,LPITEMIDLIST*) +Keyword SHLoadInProc(REFCLSID) +Keyword SID_SShellBrowser +Keyword SNB_free_inst(SNB*) +Keyword SNB_free_xmit(RemSNB*) +Keyword SNB_from_xmit(RemSNB*,SNB*) +Keyword SNB_to_xmit(SNB*,RemSNB**) +Keyword SQLAllocConnect(SQLHENV,SQLHDBC*) +Keyword SQLAllocEnv(SQLHENV *) +Keyword SQLAllocHandle(SQLSMALLINT,SQLHANDLE,SQLHANDLE*) +Keyword SQLAllocStmt(SQLHDBC,SQLHSTMT*) +Keyword SQLBindCol(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLPOINTER,SQLINTEGER,SQLINTEGER*) +Keyword SQLBindParameter(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLSMALLINT,SQLSMALLINT,SQLUINTEGER,SQLSMALLINT,SQLPOINTER,SQLINTEGER,SQLINTEGER*) +Keyword SQLBrowseConnect(SQLHDBC,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*) +Keyword SQLCancel(SQLHSTMT) +Keyword SQLColAttributes(SQLHSTMT,SQLUSMALLINT,SQLUSMALLINT,SQLPOINTER,SQLSMALLINT,SQLSMALLINT*,SQLINTEGER*) +Keyword SQLColumnPrivileges(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLColumns(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLConnect(SQLHDBC,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLDataSources(SQLHENV,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*) +Keyword SQLDescribeCol(SQLHSTMT,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLSMALLINT*,SQLUINTEGER*,SQLSMALLINT*,SQLSMALLINT*) +Keyword SQLDescribeParam(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT*,SQLUINTEGER*,SQLSMALLINT*,SQLSMALLINT*) +Keyword SQLDisconnect(SQLHDBC) +Keyword SQLDriverConnect(SQLHDBC,SQLHWND,SQLCHAR,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLUSMALLINT) +Keyword SQLDrivers(SQLHENV,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*) +Keyword SQLError(SQLHENV,SQLHDBC,SQLHSTMT,SQLCHAR*,SQLINTEGER*,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*) +Keyword SQLExecDirect(SQLHSTMT,SQLCHAR*,SQLINTEGER) +Keyword SQLExecute(SQLHSTMT) +Keyword SQLExtendedFetch(SQLHSTMT,SQLUSMALLINT,SQLINTEGER,SQLUINTEGER*,SQLUSMALLINT*) +Keyword SQLFetch(SQLHSTMT) +Keyword SQLForeignKeys(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLFreeConnect(SQLHDBC) +Keyword SQLFreeEnv(SQLHENV) +Keyword SQLFreeHandle(SQLSMALLINT,SQLHANDLE) +Keyword SQLFreeStmt(SQLHSTMT,SQLUSMALLINT) +Keyword SQLGetConnectOption(SQLHDBC,SQLUSMALLINT,SQLPOINTER) +Keyword SQLGetCursorName(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLSMALLINT*) +Keyword SQLGetData(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLPOINTER,SQLINTEGER,SQLINTEGER*) +Keyword SQLGetFunctions(SQLHDBC,SQLUSMALLINT,SQLUSMALLINT*) +Keyword SQLGetInfo(SQLHDBC,SQLUSMALLINT,SQLPOINTER,SQLSMALLINT,SQLSMALLINT*) +Keyword SQLGetStmtOption(SQLHSTMT,SQLUSMALLINT,SQLPOINTER) +Keyword SQLGetTypeInfo(SQLHSTMT,SQLSMALLINT) +Keyword SQLMoreResults(SQLHSTMT) +Keyword SQLNativeSql(SQLHDBC,SQLCHAR*,SQLINTEGER,SQLCHAR*,SQLINTEGER,SQLINTEGER*) +Keyword SQLNumParams(SQLHSTMT,SQLSMALLINT*) +Keyword SQLNumResultCols(SQLHSTMT,SQLSMALLINT*) +Keyword SQLParamData(SQLHSTMT,SQLPOINTER*) +Keyword SQLParamOptions(SQLHSTMT,SQLUINTEGER,SQLUINTEGER*) +Keyword SQLPrepare(SQLHSTMT,SQLCHAR*,SQLINTEGER) +Keyword SQLPrimaryKeys(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLProcedureColumns(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLProcedures(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLPutData(SQLHSTMT,SQLPOINTER,SQLINTEGER) +Keyword SQLRowCount(SQLHSTMT,SQLINTEGER*) +Keyword SQLSetConnectOption(SQLHDBC,SQLUSMALLINT,SQLUINTEGER) +Keyword SQLSetCursorName(SQLHSTMT,SQLCHAR*,SQLSMALLINT) +Keyword SQLSetParam(SQLHSTMT,SQLUSMALLINT,SQLSMALLINT,SQLSMALLINT,SQLUINTEGER,SQLSMALLINT,SQLPOINTER,SQLINTEGER*) +Keyword SQLSetPos(SQLHSTMT,SQLUSMALLINT,SQLUSMALLINT,SQLUSMALLINT) +Keyword SQLSetScrollOptions(SQLHSTMT,SQLUSMALLINT,SQLINTEGER,SQLUSMALLINT) +Keyword SQLSetStmtOption(SQLHSTMT,SQLUSMALLINT,SQLUINTEGER) +Keyword SQLSpecialColumns(SQLHSTMT,SQLUSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLUSMALLINT,SQLUSMALLINT fNullable) +Keyword SQLStatistics(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLUSMALLINT,SQLUSMALLINT) +Keyword SQLTablePrivileges(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLTables(SQLHSTMT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT,SQLCHAR*,SQLSMALLINT) +Keyword SQLTransact(SQLHENV,SQLHDBC,SQLUSMALLINT) +Keyword SafeArrayAccessData(SAFEARRAY*,void**) +Keyword SafeArrayAllocData(SAFEARRAY*) +Keyword SafeArrayAllocDescriptor(unsigned int,SAFEARRAY**) +Keyword SafeArrayCopy(SAFEARRAY*,SAFEARRAY**) +Keyword SafeArrayDestroy(SAFEARRAY*) +Keyword SafeArrayDestroyData(SAFEARRAY*) +Keyword SafeArrayDestroyDescriptor(SAFEARRAY*) +Keyword SafeArrayGetElement(SAFEARRAY*,long*,void*) +Keyword SafeArrayGetLBound(SAFEARRAY*,unsigned int,long*) +Keyword SafeArrayGetUBound(SAFEARRAY*,unsigned int,long*) +Keyword SafeArrayLock(SAFEARRAY*) +Keyword SafeArrayPtrOfIndex(SAFEARRAY*,long*,void**) +Keyword SafeArrayPutElement(SAFEARRAY*,long*,void*) +Keyword SafeArrayRedim(SAFEARRAY*,SAFEARRAYBOUND*) +Keyword SafeArrayUnaccessData(SAFEARRAY*) +Keyword SafeArrayUnlock(SAFEARRAY*) +Keyword SaveDC(HDC) +Keyword ScaleViewportExtEx(HDC,int,int,int,int,LPSIZE) +Keyword ScaleWindowExtEx(HDC,int,int,int,int,LPSIZE) +Keyword ScheduleJob(HANDLE,DWORD) +Keyword ScreenSaverChangePassword(HWND) +Keyword ScreenSaverConfigureDialog(HWND,UINT,WPARAM,LPARAM) +Keyword ScreenSaverProc(HWND,UINT,WPARAM,LPARAM) +Keyword ScreenToClient(HWND,LPPOINT) +Keyword ScrollBar_Enable +Keyword ScrollBar_GetPos +Keyword ScrollBar_GetRange +Keyword ScrollBar_SetPos +Keyword ScrollBar_SetRange +Keyword ScrollBar_Show +Keyword ScrollConsoleScreenBuffer(HANDLE,const SMALL_RECT*,const SMALL_RECT*,COORD,const CHAR_INFO*) +Keyword ScrollDC(HDC,int,int,LPCRECT,LPCRECT,HRGN,LPRECT) +Keyword ScrollWindow(HWND,int,int,LPCRECT,LPCRECT) +Keyword ScrollWindowEx(HWND,int,int,LPCRECT,LPCRECT,HRGN,LPRECT,UINT) +Keyword SearchPath(LPCSTR,LPCSTR,LPCSTR,DWORD,LPSTR,LPSTR*) +Keyword SelectBitmap +Keyword SelectBrush +Keyword SelectClipPath(HDC,int) +Keyword SelectClipRgn(HDC,HRGN) +Keyword SelectFont +Keyword SelectObject(HDC,HGDIOBJ) +Keyword SelectPalette(HDC,HPALETTE,BOOL) +Keyword SelectPen +Keyword SendDlgItemMessage(HWND,int,UINT,WPARAM,LPARAM) +Keyword SendDriverMessage(HDRVR,UINT,LONG,LONG) +Keyword SendMessage(HWND,UINT,WPARAM,LPARAM) +Keyword SendMessageCallback(HWND,UINT,WPARAM,LPARAM,SENDASYNCPROC,DWORD) +Keyword SendMessageTimeout(HWND,UINT,WPARAM,LPARAM,UINT,UINT,PDWORD) +Keyword SendNotifyMessage(HWND,UINT,WPARAM,LPARAM) +Keyword SetAbortProc(HDC,ABORTPROC) +Keyword SetAclInformation(PACL,PVOID,DWORD,ACL_INFORMATION_CLASS) +Keyword SetActiveWindow(HWND) +Keyword SetArcDirection(HDC,int) +Keyword SetBitmapBits(HBITMAP,DWORD,PCVOID) +Keyword SetBitmapDimensionEx(HBITMAP,int,int,LPSIZE) +Keyword SetBkColor(HDC,COLORREF) +Keyword SetBkMode(HDC,int) +Keyword SetBoundsRect(HDC,LPCRECT,UINT) +Keyword SetBrushOrgEx(HDC,int,int,LPPOINT) +Keyword SetCapture(HWND hWnd) +Keyword SetCaretBlinkTime(UINT) +Keyword SetCaretPos(int,int) +Keyword SetClassLong(HWND,int,LONG) +Keyword SetClassWord(HWND,int,WORD) +Keyword SetClipboardData(UINT,HANDLE) +Keyword SetClipboardViewer(HWND) +Keyword SetColorAdjustment(HDC,const COLORADJUSTMENT*) +Keyword SetColorSpace(HDC,HCOLORSPACE) +Keyword SetCommBreak(HANDLE) +Keyword SetCommConfig(HANDLE,LPCOMMCONFIG,DWORD) +Keyword SetCommMask(HANDLE,DWORD) +Keyword SetCommState(HANDLE,LPDCB) +Keyword SetCommTimeouts(HANDLE,LPCOMMTIMEOUTS) +Keyword SetComputerName(LPCSTR) +Keyword SetConsoleActiveScreenBuffer(HANDLE) +Keyword SetConsoleCP(UINT) +Keyword SetConsoleCtrlHandler(PHANDLER_ROUTINE,BOOL) +Keyword SetConsoleCursorInfo(HANDLE,const CONSOLE_CURSOR_INFO*) +Keyword SetConsoleCursorPosition(HANDLE,COORD) +Keyword SetConsoleMode(HANDLE,DWORD) +Keyword SetConsoleOutputCP(UINT) +Keyword SetConsoleScreenBufferSize(HANDLE,COORD) +Keyword SetConsoleTextAttribute(HANDLE,WORD) +Keyword SetConsoleTitle(LPCSTR) +Keyword SetConsoleWindowInfo(HANDLE,BOOL,const SMALL_RECT*) +Keyword SetConvertStg(LPSTORAGE,BOOL) +Keyword SetCurrentDirectory(LPCSTR) +Keyword SetCursor(HCURSOR) +Keyword SetCursorPos(int,int) +Keyword SetDIBColorTable(HDC,UINT,UINT,const RGBQUAD*) +Keyword SetDIBits(HDC,HBITMAP,UINT,UINT,PCVOID,const BITMAPINFO*,UINT) +Keyword SetDIBitsToDevice(HDC,int,int,DWORD,DWORD,int,int,UINT,UINT,PCVOID,const BITMAPINFO*,UINT) +Keyword SetDebugErrorLevel(DWORD) +Keyword SetDefaultCommConfig(LPCSTR,LPCOMMCONFIG,DWORD) +Keyword SetDeviceGammaRamp(HDC,PVOID) +Keyword SetDlgItemInt(HWND,int,UINT,BOOL) +Keyword SetDlgItemText(HWND,int,LPCSTR) +Keyword SetDlgMsgResult +Keyword SetDoubleClickTime(UINT) +Keyword SetEndOfFile(HANDLE) +Keyword SetEnhMetaFileBits(UINT,const BYTE*) +Keyword SetEnvironmentVariable(LPCSTR,LPCSTR) +Keyword SetErrorInfo(unsigned long,LPERRORINFO) +Keyword SetErrorMode(UINT) +Keyword SetEvent(HANDLE) +Keyword SetFileApisToANSI(void) +Keyword SetFileApisToOEM(void) +Keyword SetFileAttributes(LPCSTR,DWORD) +Keyword SetFilePointer(HANDLE,LONG,PLONG,DWORD) +Keyword SetFileSecurity(LPCSTR,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR) +Keyword SetFileTime(HANDLE,const FILETIME*,const FILETIME*,const FILETIME*) +Keyword SetFocus(HWND) +Keyword SetForegroundWindow(HWND) +Keyword SetForm(HANDLE,LPSTR,DWORD,PBYTE) +Keyword SetGraphicsMode(HDC,int) +Keyword SetHandleCount(UINT) +Keyword SetHandleInformation(HANDLE,DWORD,DWORD) +Keyword SetICMMode(HDC,int) +Keyword SetICMProfile(HDC,LPSTR) +Keyword SetJob(HANDLE,DWORD,DWORD,PBYTE,DWORD) +Keyword SetKernelObjectSecurity(HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR) +Keyword SetKeyboardState(PBYTE) +Keyword SetLastError(DWORD) +Keyword SetLastErrorEx(DWORD,DWORD) +Keyword SetLocalTime(const SYSTEMTIME*) +Keyword SetLocaleInfo(LCID,LCTYPE,LPCSTR) +Keyword SetMailslotInfo(HANDLE,DWORD) +Keyword SetMapMode(HDC,int) +Keyword SetMapperFlags(HDC,DWORD) +Keyword SetMenu(HWND,HMENU) +Keyword SetMenuContextHelpId(HMENU,DWORD) +Keyword SetMenuDefaultItem(HMENU,UINT,UINT) +Keyword SetMenuItemBitmaps(HMENU,UINT,UINT,HBITMAP,HBITMAP) +Keyword SetMenuItemInfo(HMENU,UINT,BOOL,LPCMENUITEMINFOA) +Keyword SetMessageExtraInfo(LPARAM) +Keyword SetMessageQueue(int) +Keyword SetMetaFileBitsEx(UINT,const BYTE *) +Keyword SetMetaRgn(HDC) +Keyword SetMiterLimit(HDC,FLOAT,PFLOAT) +Keyword SetNamedPipeHandleState(HANDLE,PDWORD,PDWORD,PDWORD) +Keyword SetPaletteEntries(HPALETTE,UINT,UINT,const PALETTEENTRY*) +Keyword SetParent(HWND,HWND) +Keyword SetPixel(HDC,int,int,COLORREF) +Keyword SetPixelFormat(HDC,int,PIXELFORMATDESCRIPTOR*) +Keyword SetPixelV(HDC,int,int,COLORREF) +Keyword SetPolyFillMode(HDC,int) +Keyword SetPrinter(HANDLE,DWORD,PBYTE,DWORD) +Keyword SetPrinterData(HANDLE,LPSTR,DWORD,PBYTE,DWORD) +Keyword SetPriorityClass(HANDLE,DWORD) +Keyword SetPrivateObjectSecurity(SECURITY_INFORMATION,PSECURITY_DESCRIPTOR,PSECURITY_DESCRIPTOR *,PGENERIC_MAPPING,HANDLE) +Keyword SetProcessAffinityMask(HANDLE,DWORD) +Keyword SetProcessPriorityBoost(HANDLE,BOOL) +Keyword SetProcessShutdownParameters(DWORD,DWORD) +Keyword SetProcessWindowStation(HWINSTA) +Keyword SetProcessWorkingSetSize(HANDLE,DWORD,DWORD) +Keyword SetProp(HWND,LPCSTR,HANDLE) +Keyword SetROP2(HDC,int) +Keyword SetRect(LPRECT,int,int,int,int) +Keyword SetRectEmpty(LPRECT) +Keyword SetRectRgn(HRGN,int,int,int,int) +Keyword SetScrollInfo(HWND,int,LPCSCROLLINFO,BOOL) +Keyword SetScrollPos(HWND,int,int,BOOL) +Keyword SetScrollRange(HWND,int,int,int,BOOL) +Keyword SetSecurityDescriptorDacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL) +Keyword SetSecurityDescriptorGroup(PSECURITY_DESCRIPTOR,PSID,BOOL) +Keyword SetSecurityDescriptorOwner(PSECURITY_DESCRIPTOR,PSID,BOOL) +Keyword SetSecurityDescriptorSacl(PSECURITY_DESCRIPTOR,BOOL,PACL,BOOL) +Keyword SetServiceBits(SERVICE_STATUS_HANDLE,DWORD,BOOL,BOOL) +Keyword SetServiceObjectSecurity(SC_HANDLE,SECURITY_INFORMATION,PSECURITY_DESCRIPTOR) +Keyword SetServiceStatus(SERVICE_STATUS_HANDLE,LPSERVICE_STATUS) +Keyword SetStdHandle(DWORD,HANDLE) +Keyword SetStretchBltMode(HDC,int) +Keyword SetSwapAreaSize +Keyword SetSysColors(int,const INT *,const COLORREF *) +Keyword SetSysModalWindow +Keyword SetSystemCursor(HCURSOR,DWORD) +Keyword SetSystemPaletteUse(HDC,UINT) +Keyword SetSystemPowerState(BOOL,BOOL) +Keyword SetSystemTime(const SYSTEMTIME*) +Keyword SetSystemTimeAdjustment(DWORD,BOOL) +Keyword SetTapeParameters(HANDLE,DWORD,PVOID) +Keyword SetTapePosition(HANDLE,DWORD,DWORD,DWORD,DWORD,BOOL) +Keyword SetTextAlign(HDC,UINT) +Keyword SetTextCharacterExtra(HDC,int) +Keyword SetTextColor(HDC,COLORREF) +Keyword SetTextJustification(HDC,int,int) +Keyword SetThreadAffinityMask(HANDLE,DWORD) +Keyword SetThreadContext(HANDLE,const CONTEXT*) +Keyword SetThreadDesktop(HDESK) +Keyword SetThreadIdealProcessor(HANDLE,DWORD) +Keyword SetThreadLocale(LCID) +Keyword SetThreadPriority(HANDLE,int) +Keyword SetThreadPriorityBoost(HANDLE,BOOL) +Keyword SetThreadToken(PHANDLE,HANDLE) +Keyword SetTimeZoneInformation(const TIME_ZONE_INFORMATION *) +Keyword SetTimer(HWND,UINT,UINT,TIMERPROC) +Keyword SetTokenInformation(HANDLE,TOKEN_INFORMATION_CLASS,PVOID,DWORD) +Keyword SetUnhandledExceptionFilter(LPTOP_LEVEL_EXCEPTION_FILTER) +Keyword SetUrlCacheEntryInfo(LPCSTR,LPINTERNET_CACHE_ENTRY_INFOA,DWORD) +Keyword SetUserObjectInformation(HANDLE,int,PVOID,DWORD) +Keyword SetUserObjectSecurity(HANDLE,PSECURITY_INFORMATION,PSECURITY_DESCRIPTOR) +Keyword SetViewportExtEx(HDC,int,int,LPSIZE) +Keyword SetViewportOrgEx(HDC,int,int,LPPOINT) +Keyword SetVolumeLabel(LPCSTR,LPCSTR) +Keyword SetWaitableTimer(HANDLE,const LARGE_INTEGER*,LONG,PTIMERAPCROUTINE,PVOID,BOOL) +Keyword SetWinMetaFileBits(UINT,const BYTE*,HDC,const METAFILEPICT*) +Keyword SetWindowContextHelpId(HWND,DWORD) +Keyword SetWindowExtEx(HDC,int,int,LPSIZE) +Keyword SetWindowFont +Keyword SetWindowLong(HWND,int,LONG) +Keyword SetWindowOrgEx(HDC,int,int,LPPOINT) +Keyword SetWindowPlacement(HWND hWnd,const WINDOWPLACEMENT*) +Keyword SetWindowPos(HWND,HWND,int,int,int,int,UINT) +Keyword SetWindowRedraw +Keyword SetWindowRgn(HWND,HRGN,BOOL) +Keyword SetWindowText(HWND,LPCSTR) +Keyword SetWindowWord(HWND,int,WORD) +Keyword SetWindowsHook(int,HOOKPROC) +Keyword SetWindowsHookEx(int,HOOKPROC,HINSTANCE,DWORD) +Keyword SetWorldTransform(HDC,const XFORM *) +Keyword SetupComm(HANDLE,DWORD,DWORD) +Keyword ShGetDataFromIDList(LPSHELLFOLDER,LPCITEMIDLIST,int,PVOID,int) +Keyword ShellABout(HWND,LPCSTR,LPCSTR,HICON) +Keyword ShellExecute(HWND,LPCSTR,LPCSTR,LPCSTR,LPCSTR,INT) +Keyword ShellExecuteEx(LPSHELLEXECUTEINFOA) +Keyword Shell_NotifyIcon(DWORD,PNOTIFYICONDATAA) +Keyword ShowCaret(HWND) +Keyword ShowCursor(BOOL) +Keyword ShowHideMenuCtl(HWND,UINT,PINT) +Keyword ShowOwnedPopups(HWND,BOOL) +Keyword ShowScrollBar(HWND,int,BOOL) +Keyword ShowWindow(HWND,int) +Keyword ShowWindowAsync(HWND,int) +Keyword SignalObjectAndWait(HANDLE,HANDLE,DWORD,BOOL) +Keyword SizeofResource(HINSTANCE,HRSRC) +Keyword Sleep(DWORD) +Keyword SleepEx(DWORD,BOOL) +Keyword StartDoc(HDC,const DOCINFO*) +Keyword StartDocPrinter(HANDLE,DWORD,PBYTE) +Keyword StartPage(HDC) +Keyword StartPagePrinter(HANDLE) +Keyword StartService(SC_HANDLE,DWORD,LPCSTR*) +Keyword StartServiceCtrlDispatcher(LPSERVICE_TABLE_ENTRYA) +Keyword Static_Enable +Keyword Static_GetIcon +Keyword Static_GetText +Keyword Static_GetTextLength +Keyword Static_SetIcon +Keyword Static_SetText +Keyword StgCreateDocfile(const OLECHAR*,DWORD,DWORD,IStorage**) +Keyword StgCreateDocfileOnILockBytes(ILockBytes*,DWORD,DWORD,IStorage**) +Keyword StgIsStorageFile(const OLECHAR*) +Keyword StgIsStorageILockBytes(ILockBytes*) +Keyword StgOpenStorage(const OLECHAR*,IStorage*,DWORD,SNB,DWORD,IStorage**) +Keyword StgOpenStorageOnILockBytes(ILockBytes*,IStorage*,DWORD,SNB,DWORD,IStorage**) +Keyword StgSetTimes(OLECHAR const*,FILETIME const*,FILETIME const*,FILETIME const*) +Keyword StretchBlt(HDC,int,int,int,int,HDC,int,int,int,int,DWORD) +Keyword StretchDIBits(HDC,int,int,int,int,int,int,int,int,const VOID *,const BITMAPINFO *,UINT,DWORD) +Keyword StringFromCLSID(REFCLSID,LPOLESTR*) +Keyword StringFromIID(REFIID,LPOLESTR*) +Keyword StrokeAndFillPath(HDC) +Keyword StrokePath(HDC) +Keyword SubclassDialog +Keyword SubclassWindow +Keyword SubtractRect(LPRECT,LPCRECT,LPCRECT) +Keyword SubtractRgn +Keyword SuspendThread(HANDLE) +Keyword SwapBuffers(HDC) +Keyword SwapMouseButton(BOOL) +Keyword SwitchDesktop(HDESK) +Keyword SwitchToFiber(PVOID) +Keyword SwitchToThread(void) +Keyword SystemParametersInfo(UINT,UINT,PVOID,UINT) +Keyword SystemTimeToFileTime(const SYSTEMTIME*,LPFILETIME) +Keyword SystemTimeToTzSpecificLocalTime(LPTIME_ZONE_INFORMATION,LPSYSTEMTIME,LPSYSTEMTIME) +Keyword TabCtrl_AdjustRect +Keyword TabCtrl_DeleteAllItems +Keyword TabCtrl_DeleteItem +Keyword TabCtrl_DeselectAll +Keyword TabCtrl_GetCurFocus +Keyword TabCtrl_GetCurSel +Keyword TabCtrl_GetExtendedStyle +Keyword TabCtrl_GetItem +Keyword TabCtrl_GetItemCount +Keyword TabCtrl_GetItemRect +Keyword TabCtrl_GetRowCount +Keyword TabCtrl_GetToolTips +Keyword TabCtrl_GetUnicodeFormat +Keyword TabCtrl_HighlightItem +Keyword TabCtrl_HitTest +Keyword TabCtrl_InsertItem +Keyword TabCtrl_RemoveImage +Keyword TabCtrl_SetCurFocus +Keyword TabCtrl_SetCurSel +Keyword TabCtrl_SetExtendedStyle +Keyword TabCtrl_SetImageList +Keyword TabCtrl_SetItem +Keyword TabCtrl_SetItemExtra +Keyword TabCtrl_SetItemSize +Keyword TabCtrl_SetMinTabWidth +Keyword TabCtrl_SetPadding +Keyword TabCtrl_SetToolTips +Keyword TabCtrl_SetUnicodeFormat +Keyword TabbedTextOut(HDC,int,int,LPCSTR,int,int,LPINT,int) +Keyword TerminateProcess(HANDLE,UINT) +Keyword TerminateThread(HANDLE,DWORD) +Keyword TextOut(HDC,int,int,LPCSTR,int) +Keyword TileWindows(HWND,UINT,LPCRECT,UINT,const HWND *) +Keyword TlsAlloc(VOID) +Keyword TlsFree(DWORD) +Keyword TlsGetValue(DWORD) +Keyword TlsSetValue(DWORD,PVOID) +Keyword ToAscii(UINT,UINT,PBYTE,LPWORD,UINT) +Keyword ToAsciiEx(UINT,UINT,PBYTE,LPWORD,UINT,HKL) +Keyword ToUnicode(UINT,UINT,PBYTE,LPWSTR,int,UINT) +Keyword ToUnicodeEx(UINT,UINT,PBYTE,LPWSTR,int,UINT,HKL) +Keyword TrackMouseEvent(LPTRACKMOUSEEVENT) +Keyword TrackPopupMenu(HMENU,UINT,int,int,int,HWND,LPCRECT) +Keyword TrackPopupMenuEx(HMENU,UINT,int,int,HWND,LPTPMPARAMS) +Keyword TransactNamedPipe(HANDLE,PVOID,DWORD,PVOID,DWORD,PDWORD,LPOVERLAPPED) +Keyword TranslateAccelerator(HWND,HACCEL,LPMSG) +Keyword TranslateCharsetInfo(PDWORD,LPCHARSETINFO,DWORD) +Keyword TranslateMDISysAccel(HWND,LPMSG) +Keyword TranslateMessage(const MSG*) +Keyword TranslateURL(PCSTR,DWORD,PSTR*) +Keyword TransmitCommChar(HANDLE,char) +Keyword TransmitFile(SOCKET,HANDLE,DWORD,DWORD,LPOVERLAPPED,LPTRANSMIT_FILE_BUFFERS,DWORD) +Keyword TreeView_CreateDragImage +Keyword TreeView_DeleteAllItems +Keyword TreeView_DeleteItem +Keyword TreeView_EditLabel +Keyword TreeView_EndEditLabelNow +Keyword TreeView_EnsureVisible +Keyword TreeView_Expand +Keyword TreeView_GetChild +Keyword TreeView_GetCount +Keyword TreeView_GetDropHilight +Keyword TreeView_GetEditControl +Keyword TreeView_GetFirstVisible +Keyword TreeView_GetISearchString +Keyword TreeView_GetImageList +Keyword TreeView_GetIndent +Keyword TreeView_GetItem +Keyword TreeView_GetItemRect +Keyword TreeView_GetNextItem +Keyword TreeView_GetNextSibling +Keyword TreeView_GetNextVisible +Keyword TreeView_GetParent +Keyword TreeView_GetPrevSibling +Keyword TreeView_GetPrevVisible +Keyword TreeView_GetRoot +Keyword TreeView_GetSelection +Keyword TreeView_GetVisibleCount +Keyword TreeView_HitTest +Keyword TreeView_InsertItem +Keyword TreeView_Select +Keyword TreeView_SelectDropTarget +Keyword TreeView_SelectItem +Keyword TreeView_SelectSetFirstVisible +Keyword TreeView_SetImageList +Keyword TreeView_SetIndent +Keyword TreeView_SetItem +Keyword TreeView_SortChildren +Keyword TreeView_SortChildrenCB +Keyword TryEnterCriticalSection(LPCRITICAL_SECTION) +Keyword UInt32x32To64 +Keyword ULISet32 +Keyword URLAssociationDialog(HWND,DWORD,PCSTR,PCSTR,PSTR,UINT) +Keyword UnhandledExceptionFilter(LPEXCEPTION_POINTERS) +Keyword UnhookWindowsHook(int,HOOKPROC) +Keyword UnhookWindowsHookEx(HHOOK) +Keyword UnionRect(LPRECT,LPCRECT,LPCRECT) +Keyword UnionRgn +Keyword UnloadKeyboardLayout(HKL) +Keyword UnlockFile(HANDLE,DWORD,DWORD,DWORD,DWORD) +Keyword UnlockFileEx(HANDLE,DWORD,DWORD,DWORD,LPOVERLAPPED) +Keyword UnlockResource +Keyword UnlockSegment +Keyword UnlockServiceDatabase(SC_LOCK) +Keyword UnlockUrlCacheEntryFile(LPCSTR,DWORD) +Keyword UnlockUrlCacheEntryStream(HANDLE,DWORD) +Keyword UnmapViewOfFile(PVOID) +Keyword UnpackDDElParam(UINT,LONG,PUINT,PUINT) +Keyword UnrealizeObject(HGDIOBJ) +Keyword UnregisterClass(LPCSTR,HINSTANCE) +Keyword UnregisterHotKey(HWND,int) +Keyword UpdateColors(HDC) +Keyword UpdateICMRegKey(DWORD,DWORD,LPSTR,UINT) +Keyword UpdateResource(HANDLE,LPCSTR,LPCSTR,WORD,PVOID,DWORD) +Keyword UpdateWindow(HWND) +Keyword UuidCompare(UUID*,UUID*, RPC_STATUS*) +Keyword UuidCompare(UUID*,UUID*,RPC_STATUS*) +Keyword UuidCreate(UUID*) +Keyword UuidCreateNil(UUID*) +Keyword UuidEqual(UUID*,UUID*, RPC_STATUS*) +Keyword UuidEqual(UUID*,UUID*,RPC_STATUS*) +Keyword UuidFromString(unsigned char*,UUID*) +Keyword UuidHash(UUID*,RPC_STATUS*) +Keyword UuidIsNil(UUID*,RPC_STATUS*) +Keyword UuidToString(UUID*,unsigned char**) +Keyword VER_PLATFORM_WIN32s +Keyword VTableProvStruc +Keyword ValidateRect(HWND,LPCRECT) +Keyword ValidateRgn(HWND,HRGN) +Keyword VarBoolFromCy(CY,VARIANT_BOOL*) +Keyword VarBoolFromDate(DATE,VARIANT_BOOL*) +Keyword VarBoolFromDisp(LPDISPATCH*,LCID,VARIANT_BOOL*) +Keyword VarBoolFromI2(short,VARIANT_BOOL*) +Keyword VarBoolFromI4(long,VARIANT_BOOL*) +Keyword VarBoolFromR4(float,VARIANT_BOOL*) +Keyword VarBoolFromR8(double,VARIANT_BOOL*) +Keyword VarBoolFromStr(OLECHAR*,LCID,unsigned long,VARIANT_BOOL*) +Keyword VarBoolFromUI1(unsigned char,VARIANT_BOOL*) +Keyword VarBstrFromBool(VARIANT_BOOL,LCID,unsigned long,BSTR*) +Keyword VarBstrFromCy(CY,LCID,unsigned long,BSTR*) +Keyword VarBstrFromDate(DATE,LCID,unsigned long,BSTR*) +Keyword VarBstrFromDisp(LPDISPATCH*,LCID,unsigned long,BSTR*) +Keyword VarBstrFromI2(short,LCID,unsigned long,BSTR*) +Keyword VarBstrFromI4(long,LCID,unsigned long,BSTR*) +Keyword VarBstrFromR4(float,LCID,unsigned long,BSTR*) +Keyword VarBstrFromR8(double,LCID,unsigned long,BSTR*) +Keyword VarBstrFromUI1(unsigned char,LCID,unsigned long,BSTR*) +Keyword VarCyFromBool(VARIANT_BOOL,CY*) +Keyword VarCyFromDate(DATE,CY*) +Keyword VarCyFromDisp(LPDISPATCH*,LCID,CY*) +Keyword VarCyFromI2(short,CY*) +Keyword VarCyFromI4(long,CY*) +Keyword VarCyFromR4(float,CY*) +Keyword VarCyFromR8(double,CY*) +Keyword VarCyFromStr(OLECHAR*,LCID,unsigned long,CY*) +Keyword VarCyFromUI1(unsigned char,CY*) +Keyword VarDateFromBool(VARIANT_BOOL,DATE*) +Keyword VarDateFromCy(CY,DATE*) +Keyword VarDateFromDisp(LPDISPATCH*,LCID,DATE*) +Keyword VarDateFromI2(short,DATE*) +Keyword VarDateFromI4(long,DATE*) +Keyword VarDateFromR4(float,DATE*) +Keyword VarDateFromR8(double,DATE*) +Keyword VarDateFromStr(OLECHAR*,LCID,unsigned long,DATE*) +Keyword VarDateFromUI1(unsigned char,DATE*) +Keyword VarI2FromBool(VARIANT_BOOL,short*) +Keyword VarI2FromCy(CY cyIn,short*) +Keyword VarI2FromDate(DATE,short*) +Keyword VarI2FromDisp(LPDISPATCH*,LCID,short*) +Keyword VarI2FromI4(long,short*) +Keyword VarI2FromR4(float,short*) +Keyword VarI2FromR8(double,short*) +Keyword VarI2FromStr(OLECHAR*,LCID,unsigned long,short*) +Keyword VarI2FromUI1(unsigned char,short*) +Keyword VarI4FromBool(VARIANT_BOOL,long*) +Keyword VarI4FromCy(CY,long*) +Keyword VarI4FromDate(DATE,long*) +Keyword VarI4FromDisp(LPDISPATCH*,LCID,long*) +Keyword VarI4FromI2(short,long*) +Keyword VarI4FromR4(float,long*) +Keyword VarI4FromR8(double,long*) +Keyword VarI4FromStr(OLECHAR*,LCID,unsigned long,long*) +Keyword VarI4FromUI1(unsigned char,long*) +Keyword VarR4FromBool(VARIANT_BOOL,float*) +Keyword VarR4FromCy(CY,float*) +Keyword VarR4FromDate(DATE,float*) +Keyword VarR4FromDisp(LPDISPATCH*,LCID,float*) +Keyword VarR4FromI2(short,float*) +Keyword VarR4FromI4(long,float*) +Keyword VarR4FromR8(double,float*) +Keyword VarR4FromStr(OLECHAR*,LCID,unsigned long,float*) +Keyword VarR4FromUI1(unsigned char,float*) +Keyword VarR8FromBool(VARIANT_BOOL,double*) +Keyword VarR8FromCy(CY,double*) +Keyword VarR8FromDate(DATE,double*) +Keyword VarR8FromDisp(LPDISPATCH*,LCID,double*) +Keyword VarR8FromI2(short,double*) +Keyword VarR8FromI4(long,double*) +Keyword VarR8FromR4(float,double*) +Keyword VarR8FromStr(OLECHAR*,LCID,unsigned long,double*) +Keyword VarR8FromUI1(unsigned char,double*) +Keyword VarUI1FromBool(VARIANT_BOOL,unsigned char*) +Keyword VarUI1FromCy(CY,unsigned char*) +Keyword VarUI1FromDate(DATE,unsigned char*) +Keyword VarUI1FromDisp(LPDISPATCH*,LCID,unsigned char*) +Keyword VarUI1FromI2(short,unsigned char*) +Keyword VarUI1FromI4(long,unsigned char*) +Keyword VarUI1FromR4(float,unsigned char*) +Keyword VarUI1FromR8(double,unsigned char*) +Keyword VarUI1FromStr(OLECHAR*,LCID,unsigned long,unsigned char*) +Keyword VariantChangeType(VARIANTARG*,VARIANTARG*,unsigned short,VARTYPE) +Keyword VariantChangeTypeEx(VARIANTARG*,VARIANTARG*,LCID,unsigned short,VARTYPE) +Keyword VariantClear(VARIANTARG*) +Keyword VariantCopy(VARIANTARG*,VARIANTARG*) +Keyword VariantCopyInd(VARIANT*,VARIANTARG*) +Keyword VectorFromBstr(BSTR, SAFEARRAY **) +Keyword VerFindFile(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,PUINT,LPSTR,PUINT) +Keyword VerInstallFile(DWORD,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,LPSTR,PUINT) +Keyword VerLanguageName(DWORD,LPSTR,DWORD) +Keyword VerQueryValue(PCVOID,LPSTR,PVOID*,PUINT) +Keyword VirtualAlloc(PVOID,DWORD,DWORD,DWORD) +Keyword VirtualFree(PVOID,DWORD,DWORD) +Keyword VirtualFreeEx(HANDLE,PVOID,DWORD,DWORD) +Keyword VirtualLock(PVOID,DWORD) +Keyword VirtualProtect(PVOID,DWORD,DWORD,PDWORD) +Keyword VirtualProtectEx(HANDLE,PVOID,DWORD,DWORD,PDWORD) +Keyword VirtualQuery(LPCVOID,PMEMORY_BASIC_INFORMATION,DWORD) +Keyword VirtualQueryEx(HANDLE,LPCVOID,PMEMORY_BASIC_INFORMATION,DWORD) +Keyword VirtualUnlock(PVOID,DWORD) +Keyword VkKeyScan(CHAR) +Keyword VkKeyScanEx(CHAR,HKL) +Keyword WHashValOfLHashVal +Keyword WNetAddConnection2(LPNETRESOURCEA,LPCSTR,LPCSTR,DWORD) +Keyword WNetAddConnection3(HWND,LPNETRESOURCEA,LPCSTR,LPCSTR,DWORD) +Keyword WNetAddConnection(LPCSTR,LPCSTR,LPCSTR) +Keyword WNetCancelConnection2(LPCSTR,DWORD,BOOL) +Keyword WNetCancelConnection(LPCSTR,BOOL) +Keyword WNetCloseEnum(HANDLE) +Keyword WNetConnectionDialog(HWND,DWORD) +Keyword WNetConnectionDialog1(LPCONNECTDLGSTRUCTA) +Keyword WNetDisconnectDialog(HWND,DWORD) +Keyword WNetDisconnectDialog1(LPDISCDLGSTRUCTA) +Keyword WNetEnumResource(HANDLE,PDWORD,PVOID,PDWORD) +Keyword WNetGetConnection(LPCSTR,LPSTR,PDWORD) +Keyword WNetGetLastError(PDWORD,LPSTR,DWORD,LPSTR,DWORD) +Keyword WNetGetNetworkInformation(LPCSTR,LPNETINFOSTRUCT) +Keyword WNetGetProviderName(DWORD,LPSTR,PDWORD) +Keyword WNetGetUniversalName(LPCSTR,DWORD,PVOID,PDWORD) +Keyword WNetGetUser(LPCSTR,LPSTR,PDWORD) +Keyword WNetOpenEnum(DWORD,DWORD,DWORD,LPNETRESOURCEA,LPHANDLE) +Keyword WNetSetConnection(LPCSTR,DWORD,PVOID) +Keyword WNetUseConnection(HWND,LPNETRESOURCEA,LPCSTR,LPCSTR,DWORD,LPSTR,PDWORD,PDWORD) +Keyword WSAAsyncGetHostByAddr(HWND,u_int,const char*,int,int,char*,int) +Keyword WSAAsyncGetHostByName(HWND,u_int,const char*,char*,int) +Keyword WSAAsyncGetProtoByName(HWND,u_int,const char*,char*,int) +Keyword WSAAsyncGetProtoByNumber(HWND,u_int,int,char*,int) +Keyword WSAAsyncGetServByName(HWND,u_int,const char*,const char*,char*,int) +Keyword WSAAsyncGetServByPort(HWND,u_int,int,const char*,char*,int) +Keyword WSAAsyncSelect(SOCKET,HWND,u_int,long) +Keyword WSACancelAsyncRequest(HANDLE) +Keyword WSACancelBlockingCall(void) +Keyword WSACleanup(void) +Keyword WSACreateEvent +Keyword WSAData +Keyword WSAEnumNetworkEvents(SOCKET s, WSAEVENT hEventObject, LPWSANETWORKEVENTS lpNetworkEvents) +Keyword WSAEventSelect(SOCKET s, WSAEVENT hEventObject, long lNetworkEvents) +Keyword WSAGetLastError(void) +Keyword WSAIsBlocking(void) +Keyword WSARecvEx(SOCKET,char*,int,int*) +Keyword WSASetBlockingHook(FARPROC) +Keyword WSASetLastError(int) +Keyword WSAStartup(WORD,LPWSADATA) +Keyword WSAUnhookBlockingHook(void) +Keyword WaitCommEvent(HANDLE,PDWORD,LPOVERLAPPED) +Keyword WaitForDebugEvent(LPDEBUG_EVENT,DWORD) +Keyword WaitForInputIdle(HANDLE,DWORD) +Keyword WaitForMultipleObjects(DWORD,const HANDLE*,BOOL,DWORD) +Keyword WaitForMultipleObjectsEx(DWORD,const HANDLE*,BOOL,DWORD,BOOL) +Keyword WaitForPrinterChange(HANDLE,DWORD) +Keyword WaitForSingleObject(HANDLE,DWORD) +Keyword WaitForSingleObjectEx(HANDLE,DWORD,BOOL) +Keyword WaitMessage(void) +Keyword WaitNamedPipe(LPCSTR,DWORD) +Keyword WideCharToMultiByte(UINT,DWORD,LPCWSTR,int,LPSTR,int,LPCSTR,LPBOOL) +Keyword WidenPath(HDC) +Keyword WinExec(LPCSTR,UINT) +Keyword WinHelp(HWND,LPCSTR,UINT,DWORD) +Keyword WinLoadTrustProvider(GUID*) +Keyword WinMain(HINSTANCE,HINSTANCE,LPSTR,int) +Keyword WinMain(HINSTANCE,HINSTANCE,LPWSTR,int) +Keyword WindowFromDC(HDC hDC) +Keyword WindowFromPoint(POINT) +Keyword WriteClassStg(LPSTORAGE,REFCLSID) +Keyword WriteClassStm(LPSTREAM,REFCLSID) +Keyword WriteConsole(HANDLE,PCVOID,DWORD,PDWORD,PVOID) +Keyword WriteConsoleInput(HANDLE,const INPUT_RECORD*,DWORD,PDWORD) +Keyword WriteConsoleOutput(HANDLE,const CHAR_INFO*,COORD,COORD,PSMALL_RECT) +Keyword WriteConsoleOutputAttribute(HANDLE,const WORD*,DWORD,COORD,PDWORD) +Keyword WriteConsoleOutputCharacter(HANDLE,LPCSTR,DWORD,COORD,PDWORD) +Keyword WriteFile(HANDLE,PCVOID,DWORD,PDWORD,LPOVERLAPPED) +Keyword WriteFileEx(HANDLE,PCVOID,DWORD,LPOVERLAPPED,LPOVERLAPPED_COMPLETION_ROUTINE) +Keyword WriteFmtUserTypeStg(LPSTORAGE,CLIPFORMAT,LPOLESTR) +Keyword WritePrinter(HANDLE,PVOID,DWORD,PDWORD) +Keyword WritePrivateProfileSection(LPCSTR,LPCSTR,LPCSTR) +Keyword WritePrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPCSTR) +Keyword WritePrivateProfileStruct(LPCSTR,LPCSTR,PVOID,UINT,LPCSTR) +Keyword WriteProcessMemory(HANDLE,PVOID,PVOID,DWORD,PDWORD) +Keyword WriteProfileSection(LPCSTR,LPCSTR) +Keyword WriteProfileString(LPCSTR,LPCSTR,LPCSTR) +Keyword WriteTapemark(HANDLE,DWORD,DWORD,BOOL) +Keyword XorRgn +Keyword Yield +Keyword ZeroMemory +Keyword abs(int n) +Keyword accept(SOCKET,struct sockaddr*,int*) +Keyword access(const char* szFileName, int nAccessMode) +Keyword acos(double x) +Keyword asctime(const struct tm* tmsp) +Keyword asin(double x) +Keyword assert +Keyword atan(double x) +Keyword atan2(double y, double x) +Keyword atexit(void(*pfuncExitProcessing)(void)) +Keyword atof(const char* szNumber) +Keyword atoi(const char* szNumber) +Keyword atol(const char* szNumber) +Keyword auxGetDevCaps(UINT,LPAUXCAPSA,UINT) +Keyword auxGetNumDevs(void) +Keyword auxGetVolume(UINT,PDWORD) +Keyword auxOutMessage(UINT,UINT,DWORD,DWORD) +Keyword auxSetVolume(UINT,DWORD) +Keyword bind(SOCKET,const struct sockaddr*,int) +Keyword boolean_array_from_ndr +Keyword boolean_from_ndr +Keyword bsearch(const void* pKey, const void* pBase, size_t cntObjects, size_t sizeObject, _pfunccmp_t pfuncCmp) +Keyword btowc(int) +Keyword byte +Keyword byte_array_from_ndr +Keyword byte_from_ndr +Keyword cabs(struct _complex x) +Keyword calloc(size_t sizeObjCnt, size_t sizeObject) +Keyword cbNDRContext +Keyword ceil(double x) +Keyword char_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned char*) +Keyword char_from_ndr(PRPC_MESSAGE,unsigned char*) +Keyword chdir(const char* szPath) +Keyword chsize(int nHandle, long lnNewSize) +Keyword chx1 +Keyword chx10 +Keyword chx11 +Keyword chx12 +Keyword chx13 +Keyword chx14 +Keyword chx15 +Keyword chx16 +Keyword chx2 +Keyword chx3 +Keyword chx4 +Keyword chx5 +Keyword chx6 +Keyword chx7 +Keyword chx8 +Keyword chx9 +Keyword clearerr(FILE* fileClearErrors) +Keyword clock_t clock() +Keyword clock_t +Keyword close(int nHandle) +Keyword closedir(DIR* dir) +Keyword closesocket(SOCKET) +Keyword cmb1 +Keyword cmb10 +Keyword cmb11 +Keyword cmb12 +Keyword cmb13 +Keyword cmb14 +Keyword cmb15 +Keyword cmb16 +Keyword cmb2 +Keyword cmb3 +Keyword cmb4 +Keyword cmb5 +Keyword cmb6 +Keyword cmb7 +Keyword cmb8 +Keyword cmb9 +Keyword connect(SOCKET,const struct sockaddr*,int) +Keyword cos(double x) +Keyword cosh(double x) +Keyword creat(const char* szFileName, int nAccessMode) +Keyword ctime(const time_t* tp) +Keyword ctlFirst +Keyword ctlLast +Keyword cwait(int* pnStatus, pid_t pid, int nAction) +Keyword data_from_ndr(PRPC_MESSAGE,void*,char*,unsigned char) +Keyword data_into_ndr(void*,PRPC_MESSAGE,char*,unsigned char) +Keyword data_size_ndr(void*,PRPC_MESSAGE,char*,unsigned char) +Keyword daylight +Keyword difftime(time_t t2, time_t t1) +Keyword dirent +Keyword diskfree_t +Keyword div_t div(int nNumerator, int nDenominator) +Keyword div_t +Keyword double_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,void*) +Keyword double_from_ndr(PRPC_MESSAGE,void*) +Keyword dup(int nHandle) +Keyword dup2(int nOldHandle, int nNewHandle) +Keyword ecvt(double dValue, int nDig, int* pnDec, int* pnSign) +Keyword edt1 +Keyword edt10 +Keyword edt11 +Keyword edt12 +Keyword edt13 +Keyword edt14 +Keyword edt15 +Keyword edt16 +Keyword edt2 +Keyword edt3 +Keyword edt4 +Keyword edt5 +Keyword edt6 +Keyword edt7 +Keyword edt8 +Keyword edt9 +Keyword enum_from_ndr(PRPC_MESSAGE,unsigned int*) +Keyword environ +Keyword eof(int nHandle) +Keyword errno +Keyword error_status_t +Keyword execl(const char* szPath, const char* szArgv0, ...) +Keyword execle(const char* szPath, const char* szArgv0, ...) +Keyword execlp(const char* szPath, const char* szArgv0, ...) +Keyword execlpe(const char* szPath, const char* szArgv0, ...) +Keyword execv(const char* szPath, char* const* szaArgv) +Keyword execve(const char* szPath, char* const* szaArgv, char* const* szaEnv) +Keyword execvp(const char* szPath, char* const* szaArgv) +Keyword execvpe(const char* szPath, char* const* szaArgv, char* const* szaEnv) +Keyword exp(double x) +Keyword fabs(double x) +Keyword far +Keyword fclose(FILE* fileClose) +Keyword fcvt(double dValue, int nDig, int* pnDec, int* pnSign) +Keyword fd_set +Keyword fdopen(int nHandle, const char* szMode) +Keyword feof(FILE* fileIsAtEnd) +Keyword ferror(FILE* fileIsError) +Keyword fflush(FILE* fileFlush) +Keyword fgetc(FILE* fileRead) +Keyword fgetchar() +Keyword fgetpos(FILE* fileGetPosition, fpos_t* pfpos) +Keyword fgets(char* caBuffer, int nBufferSize, FILE* fileRead) +Keyword fgetwc(FILE* fileRead) +Keyword fgetwchar(void) +Keyword filelength(int nHandle) +Keyword fileno(FILE* fileGetHandle) +Keyword float_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,void*) +Keyword float_from_ndr(PRPC_MESSAGE,void*) +Keyword floor(double x) +Keyword fmod(double x, double y) +Keyword fopen(const char* szFileName, const char* szMode) +Keyword fpos_t +Keyword fprintf(FILE* filePrintTo, const char* szFormat, ...) +Keyword fputc(int c, FILE* fileWrite) +Keyword fputchar(int c) +Keyword fputs(const char* szOutput, FILE* fileWrite) +Keyword fputwc(wchar_t wc, FILE* fileWrite) +Keyword fputwchar(wint_t c) +Keyword fread(void* pBuffer, size_t sizeObject, size_t sizeObjCount, FILE* fileRead) +Keyword free(void* pObject) +Keyword freopen(const char* szNewFileName, const char* szNewMode, FILE* fileChangeAssociation) +Keyword frexp(double x, int* exp) +Keyword frm1 +Keyword frm2 +Keyword frm3 +Keyword frm4 +Keyword fscanf(FILE* fileReadFrom, const char* szFormat, ...) +Keyword fseek(FILE* fileSetPosition, long lnOffset, int nOrigin) +Keyword fsetpos(FILE* fileSetPosition, fpos_t* pfpos) +Keyword ftell(FILE* fileGetPosition) +Keyword fwprintf(FILE* filePrintTo, const wchar_t* wsFormat, ...) +Keyword fwrite(const void* pObjArray, size_t sizeObject, size_t sizeObjCount, FILE* fileWrite) +Keyword fwscanf(FILE* fileReadFrom, const wchar_t* wsFormat, ...) +Keyword gcvt(double dValue, int nDec, char* caBuf) +Keyword getc(FILE* fileRead) +Keyword getch() +Keyword getchar() +Keyword getche() +Keyword getcwd(char* caBuffer, int nBufferSize) +Keyword getenv(const char* szVarName) +Keyword gethostbyaddr(const char*,int,int) +Keyword gethostbyname(const char*) +Keyword gethostname(char*,int) +Keyword getpeername(SOCKET,struct sockaddr*,int*) +Keyword getpid() +Keyword getprotobyname(const char*) +Keyword getprotobynumber(int) +Keyword gets(char* caBuffer) /* Unsafe: how does gets know how long the +Keyword getservbyname(const char*,const char*) +Keyword getservbyport(int,const char*) +Keyword getsockname(SOCKET,struct sockaddr*,int*) +Keyword getsockopt(SOCKET,int,int,char*,int*) +Keyword getw(FILE*) +Keyword gmonhdr +Keyword gmonparam +Keyword gmtime(const time_t* tm) +Keyword grp1 +Keyword grp2 +Keyword grp3 +Keyword grp4 +Keyword h_addr +Keyword h_errno +Keyword handle_t +Keyword heapwalk(_HEAPINFO* pHeapinfo) +Keyword hmemcpy +Keyword hostent +Keyword htonl(u_long) +Keyword htons(u_long) +Keyword htons(u_short) +Keyword hyper +Keyword hyper_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,hyper*) +Keyword hyper_from_ndr(PRPC_MESSAGE,hyper*) +Keyword hyper_from_ndr_temp(unsigned char**,hyper*,unsigned long) +Keyword hypot(double x, double y) +Keyword ico1 +Keyword ico2 +Keyword ico3 +Keyword ico4 +Keyword idsAppName +Keyword idsBadOldPW +Keyword idsChangePW +Keyword idsDefKeyword +Keyword idsDifferentPW +Keyword idsHelpFile +Keyword idsIniFile +Keyword idsIsPassword +Keyword idsNoHelpMemory +Keyword idsPassword +Keyword idsScreenSaver +Keyword in_addr +Keyword inet_addr(const char*) +Keyword inet_ntoa(struct in_addr) +Keyword interface +Keyword ioctlsocket(SOCKET,long,u_long *) +Keyword ip_mreq +Keyword is_wctype(wint_t wc, wctype_t wctypeFlags) /* Obsolete! */ +Keyword isalnum(int c) +Keyword isalpha(int c) +Keyword isascii(int c) +Keyword isatty(int nHandle) +Keyword iscntrl(int c) +Keyword iscsym(int c) +Keyword iscsymf(int c) +Keyword isdigit(int c) +Keyword isgraph(int c) +Keyword isleadbyte(int c) +Keyword islower(int c) +Keyword isprint(int c) +Keyword ispunct(int c) +Keyword isspace(int c) +Keyword isupper(int c) +Keyword iswalnum(wint_t wc) +Keyword iswalpha(wint_t wc) +Keyword iswascii(wint_t wc) +Keyword iswcntrl(wint_t wc) +Keyword iswctype(wint_t wc, wctype_t wctypeFlags) +Keyword iswdigit(wint_t wc) +Keyword iswgraph(wint_t wc) +Keyword iswlower(wint_t wc) +Keyword iswprint(wint_t wc) +Keyword iswpunct(wint_t wc) +Keyword iswspace(wint_t wc) +Keyword iswupper(wint_t wc) +Keyword iswxdigit(wint_t wc) +Keyword isxdigit(int c) +Keyword itoa(int nValue, char* sz, int nRadix) +Keyword iurl_invokecommand_flags +Keyword iurl_seturl_flags +Keyword j0(double x) +Keyword j1(double x) +Keyword jmp_buf +Keyword jn(int n, double x) +Keyword joyGetDevCaps(UINT,LPJOYCAPSA,UINT) +Keyword joyGetNumDevs(void) +Keyword joyGetPos(UINT,LPJOYINFO) +Keyword joyGetPosEx(UINT,LPJOYINFOEX) +Keyword joyGetThreshold(UINT,LPUINT) +Keyword joyReleaseCapture(UINT) +Keyword joySetCapture(HWND,UINT,UINT,BOOL) +Keyword joySetThreshold(UINT,UINT) +Keyword joyinfo_tag +Keyword joyinfoex_tag +Keyword kbhit() +Keyword keybd_event(BYTE,BYTE,DWORD,DWORD) +Keyword lDefaultTab +Keyword labs(long n) +Keyword lconv +Keyword ldexp(double x, int n) +Keyword ldiv_t ldiv(long lNumerator, long lDenominator) +Keyword ldiv_t +Keyword linger +Keyword listen(SOCKET,int) +Keyword localeconv() +Keyword localtime(const time_t* tm) +Keyword log(double x) +Keyword log10(double x) +Keyword long_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned long*) +Keyword long_from_ndr(PRPC_MESSAGE,unsigned long*) +Keyword long_from_ndr_temp(unsigned char**,unsigned long*,unsigned long) +Keyword longjmp(jmp_buf, int) +Keyword lseek(int nHandle, long lnOffset, int nOrigin) +Keyword lst1 +Keyword lst10 +Keyword lst11 +Keyword lst12 +Keyword lst13 +Keyword lst14 +Keyword lst15 +Keyword lst16 +Keyword lst2 +Keyword lst3 +Keyword lst4 +Keyword lst5 +Keyword lst6 +Keyword lst7 +Keyword lst8 +Keyword lst9 +Keyword lstrcat(LPSTR,LPCSTR) +Keyword lstrcmp(LPCSTR,LPCSTR) +Keyword lstrcmpi(LPCSTR,LPCSTR) +Keyword lstrcpy(LPSTR,LPCSTR) +Keyword lstrcpyn(LPSTR,LPCSTR,int) +Keyword lstrlen(LPCSTR) +Keyword ltoa(long lnValue, char* sz, int nRadix) +Keyword malloc(size_t sizeObject) +Keyword max +Keyword mblen(const char* mbs, size_t sizeString) +Keyword mbrlen(const char *, size_t, mbstate_t *) +Keyword mbrtowc(wchar_t *, const char *, size_t, mbstate_t *) +Keyword mbsrtowcs(wchar_t *, const char **, size_t, mbstate_t *) +Keyword mbstate_t +Keyword mbstowcs(wchar_t* wcaDest, const char* mbsConvert, size_t size) +Keyword mbtowc(wchar_t* wcDest, const char* mbConvert, size_t size) +Keyword mciGetCreatorTask(MCIDEVICEID) +Keyword mciGetDeviceID(LPCSTR) +Keyword mciGetDeviceIDFromElementID(DWORD,LPCSTR) +Keyword mciGetErrorString(MCIERROR,LPSTR,UINT) +Keyword mciGetYieldProc(MCIDEVICEID,PDWORD) +Keyword mciSendCommand(MCIDEVICEID,UINT,DWORD,DWORD) +Keyword mciSendString(LPCSTR,LPSTR,UINT,HWND) +Keyword mciSetYieldProc(MCIDEVICEID,YIELDPROC,DWORD) +Keyword memccpy(void* pCopyTo, const void* pSource, int cTerminator, size_t sizeMaxCopy) +Keyword memchr(const void* p, int cSearchFor, size_t sizeSearch) +Keyword memcmp(const void* p1, const void* p2, size_t sizeSearch) +Keyword memcpy(void* pCopyTo, const void* pSource, size_t sizeSource) +Keyword memicmp(const void* p1, const void* p2, size_t sizeSearch) +Keyword memmove(void* pMoveTo, const void* pSource, size_t sizeSource) +Keyword memset(void* p, int cFill, size_t sizeRepeatCount) +Keyword midiConnect(HMIDI,HMIDIOUT,PVOID) +Keyword midiDisconnect(HMIDI,HMIDIOUT,PVOID) +Keyword midiInAddBuffer(HMIDIIN,LPMIDIHDR,UINT) +Keyword midiInClose(HMIDIIN) +Keyword midiInGetDevCaps(UINT,LPMIDIINCAPSA,UINT) +Keyword midiInGetErrorText(MMRESULT,LPSTR,UINT) +Keyword midiInGetID(HMIDIIN,LPUINT) +Keyword midiInGetNumDevs(void) +Keyword midiInMessage(HMIDIIN,UINT,DWORD,DWORD) +Keyword midiInOpen(LPHMIDIIN,UINT,DWORD,DWORD,DWORD) +Keyword midiInPrepareHeader(HMIDIIN,LPMIDIHDR,UINT) +Keyword midiInReset(HMIDIIN) +Keyword midiInStart(HMIDIIN) +Keyword midiInStop(HMIDIIN) +Keyword midiInUnprepareHeader(HMIDIIN,LPMIDIHDR,UINT) +Keyword midiOutCacheDrumPatches(HMIDIOUT,UINT,LPWORD,UINT) +Keyword midiOutCachePatches(HMIDIOUT,UINT,LPWORD,UINT) +Keyword midiOutClose(HMIDIOUT) +Keyword midiOutGetDevCaps(UINT,LPMIDIOUTCAPSA,UINT) +Keyword midiOutGetErrorText(MMRESULT,LPSTR,UINT) +Keyword midiOutGetID(HMIDIOUT,LPUINT) +Keyword midiOutGetNumDevs(void) +Keyword midiOutGetVolume(HMIDIOUT,PDWORD) +Keyword midiOutLongMsg(HMIDIOUT,LPMIDIHDR,UINT) +Keyword midiOutMessage(HMIDIOUT,UINT,DWORD,DWORD) +Keyword midiOutOpen(LPHMIDIOUT,UINT,DWORD,DWORD,DWORD) +Keyword midiOutPrepareHeader(HMIDIOUT,LPMIDIHDR,UINT) +Keyword midiOutReset(HMIDIOUT) +Keyword midiOutSetVolume(HMIDIOUT,DWORD) +Keyword midiOutShortMsg(HMIDIOUT,DWORD) +Keyword midiOutUnprepareHeader(HMIDIOUT,LPMIDIHDR,UINT) +Keyword midiStreamClose(HMIDISTRM) +Keyword midiStreamOpen(LPHMIDISTRM,LPUINT,DWORD,DWORD,DWORD,DWORD) +Keyword midiStreamOut(HMIDISTRM,LPMIDIHDR,UINT) +Keyword midiStreamPause(HMIDISTRM) +Keyword midiStreamPosition(HMIDISTRM,LPMMTIME,UINT) +Keyword midiStreamProperty(HMIDISTRM,LPBYTE,DWORD) +Keyword midiStreamRestart(HMIDISTRM) +Keyword midiStreamStop(HMIDISTRM) +Keyword midievent_tag +Keyword midihdr_tag +Keyword midiproptempo_tag +Keyword midiproptimediv_tag +Keyword midistrmbuffver_tag +Keyword midl_allocate(int) +Keyword midl_user_allocate +Keyword midl_user_free +Keyword mimeassociationdialog_in_flags +Keyword min +Keyword mixerClose(HMIXER) +Keyword mixerGetControlDetails(HMIXEROBJ,LPMIXERCONTROLDETAILS,DWORD) +Keyword mixerGetDevCaps(UINT,LPMIXERCAPSA,UINT) +Keyword mixerGetID(HMIXEROBJ,PUINT,DWORD) +Keyword mixerGetLineControls(HMIXEROBJ,LPMIXERLINECONTROLSA,DWORD) +Keyword mixerGetLineInfo(HMIXEROBJ,LPMIXERLINEA,DWORD) +Keyword mixerGetNumDevs(void) +Keyword mixerMessage(HMIXER,UINT,DWORD,DWORD) +Keyword mixerOpen(LPHMIXER,UINT,DWORD,DWORD,DWORD) +Keyword mixerSetControlDetails(HMIXEROBJ,LPMIXERCONTROLDETAILS,DWORD) +Keyword mkdir(const char* szPath) +Keyword mktemp(char* szTemplate) +Keyword mktime(struct tm* tmsp) +Keyword mmioAdvance(HMMIO,LPMMIOINFO,UINT) +Keyword mmioAscend(HMMIO,LPMMCKINFO,UINT) +Keyword mmioClose(HMMIO,UINT) +Keyword mmioCreateChunk(HMMIO,LPMMCKINFO,UINT) +Keyword mmioDescend(HMMIO,LPMMCKINFO,const MMCKINFO*,UINT) +Keyword mmioFOURCC +Keyword mmioFlush(HMMIO,UINT) +Keyword mmioGetInfo(HMMIO,LPMMIOINFO,UINT) +Keyword mmioInstallIOProc(FOURCC,LPMMIOPROC,DWORD) +Keyword mmioOpen(LPSTR,LPMMIOINFO,DWORD) +Keyword mmioRead(HMMIO,HPSTR,LONG) +Keyword mmioRename(LPCSTR,LPCSTR,LPCMMIOINFO,DWORD) +Keyword mmioSeek(HMMIO,LONG,int) +Keyword mmioSendMessage(HMMIO,UINT,LPARAM,LPARAM) +Keyword mmioSetBuffer(HMMIO,LPSTR,LONG,UINT) +Keyword mmioSetInfo(HMMIO,LPCMMIOINFO,UINT) +Keyword mmioStringToFOURCC(LPCSTR,UINT) +Keyword mmioWrite(HMMIO,LPCSTR,LONG) +Keyword mmsystemGetVersion(void) +Keyword mmtime_tag +Keyword modf(double x, double* ip) +Keyword mouse_event(DWORD,DWORD,DWORD,DWORD,DWORD) +Keyword near +Keyword netent +Keyword ntohl(u_long) +Keyword ntohs(u_long) +Keyword ntohs(u_short) +Keyword offsetof +Keyword open(const char* szFileName, int nFlags, ...) +Keyword opendir(const char* szPath) +Keyword pascal +Keyword pclose(FILE* pipeClose) +Keyword pcmwaveformat_tag +Keyword perror(const char* szErrorMessage) +Keyword popen(const char* szPipeName, const char* szMode) +Keyword pow(double x, double y) +Keyword printf(const char* szFormat, ...) +Keyword profil(char *, size_t, u_long, u_int) +Keyword profile_ctl(struct profinfo *, char *, size_t, u_long, u_int) +Keyword profinfo +Keyword protoent +Keyword psh1 +Keyword psh10 +Keyword psh11 +Keyword psh12 +Keyword psh13 +Keyword psh14 +Keyword psh15 +Keyword psh16 +Keyword psh2 +Keyword psh3 +Keyword psh4 +Keyword psh5 +Keyword psh6 +Keyword psh7 +Keyword psh8 +Keyword psh9 +Keyword pshHelp +Keyword ptrdiff_t +Keyword putc(int c, FILE* fileWrite) +Keyword putch(int cPut) +Keyword putchar(int c) +Keyword putenv(const char* szNameEqValue) +Keyword puts(const char* szOutput) +Keyword putw(int, FILE*) +Keyword qsort(const void* pBase, size_t cntObjects, size_t sizeObject, _pfunccmp_t pfuncCmp) +Keyword rad1 +Keyword rad10 +Keyword rad11 +Keyword rad12 +Keyword rad13 +Keyword rad14 +Keyword rad15 +Keyword rad16 +Keyword rad2 +Keyword rad3 +Keyword rad4 +Keyword rad5 +Keyword rad6 +Keyword rad7 +Keyword rad8 +Keyword rad9 +Keyword raise(int sig) +Keyword rand() +Keyword rawarc +Keyword rct1 +Keyword rct2 +Keyword rct3 +Keyword rct4 +Keyword read(int nHandle, void* caBuffer, unsigned int nToRead) +Keyword readdir(DIR* dir) +Keyword realloc(void* pObject, size_t sizeNew) +Keyword recv(SOCKET,char*,int,int) +Keyword recvfrom(SOCKET,char*,int,int,struct sockaddr*,int*) +Keyword remove(const char* szFileName) +Keyword rename(const char* szOldFileName, const char* szNewFileName) +Keyword rewind(FILE* fileRewind) +Keyword rewinddir(DIR* dir) +Keyword rmdir(const char* szPath) +Keyword rmm +Keyword rpc_binding_handle_t +Keyword rpc_binding_vector_t +Keyword rune_t +Keyword rup +Keyword s_addr +Keyword s_host +Keyword s_imp +Keyword s_impno +Keyword s_lh +Keyword s_net +Keyword scanf(const char* szFormat, ...) +Keyword scr1 +Keyword scr2 +Keyword scr3 +Keyword scr4 +Keyword scr5 +Keyword scr6 +Keyword scr7 +Keyword scr8 +Keyword searchenv(const char* szFileName, const char* szVar, char* szFullPathBuf) +Keyword seekdir(DIR* dir, long lPos) +Keyword select(int nfds,fd_set*,fd_set*,fd_set*,const struct timeval*) +Keyword send(SOCKET,const char*,int,int) +Keyword sendto(SOCKET,const char*,int,int,const struct sockaddr*,int) +Keyword servent +Keyword setbuf(FILE* fileSetBuffer, char* caBuffer) +Keyword setjmp +Keyword setlocale(int nCategory, const char* locale) +Keyword setmode(int nHandle, int nAccessMode) +Keyword setsockopt(SOCKET,int,int,const char*,int) +Keyword setvbuf(FILE* fileSetBuffer, char* caBuffer, int nMode, size_t sizeBuffer) +Keyword short_array_from_ndr(PRPC_MESSAGE,unsigned long,unsigned long,unsigned short*) +Keyword short_from_ndr(PRPC_MESSAGE,unsigned short*) +Keyword short_from_ndr_temp(unsigned char**,unsigned short*,unsigned long) +Keyword shutdown(SOCKET,int) +Keyword sig_atomic_t +Keyword signal(int sig, _p_sig_fn_t handler) +Keyword sin(double x) +Keyword sinh(double x) +Keyword small +Keyword small_array_from_ndr +Keyword small_from_ndr +Keyword small_from_ndr_temp +Keyword sndAlias +Keyword sndPlaySound(LPCSTR,UINT) +Keyword sockaddr +Keyword sockaddr_in +Keyword socket(int,int,int) +Keyword sockproto +Keyword sopen(const char* szFileName, int nAccess, int nFlag, ...) +Keyword spawnl(int nMode, const char* szPath, const char* szArgv0, ...) +Keyword spawnle(int nMode, const char* szPath, const char* szArgv0, ...) +Keyword spawnlp(int nMode, const char* szPath, const char* szArgv0, ...) +Keyword spawnlpe(int nMode, const char* szPath, const char* szArgv0, ...) +Keyword spawnv(int nMode, const char* szPath, char* const* szaArgv) +Keyword spawnve(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv) +Keyword spawnvp(int nMode, const char* szPath, char* const* szaArgv) +Keyword spawnvpe(int nMode, const char* szPath, char* const* szaArgv, char* const* szaEnv) +Keyword sprintf(char* caBuffer, const char* szFormat, ...) +Keyword sqrt(double x) +Keyword srand(unsigned int nSeed) +Keyword sscanf(const char* szReadFrom, const char* szFormat, ...) +Keyword ssize_t +Keyword stc1 +Keyword stc10 +Keyword stc11 +Keyword stc12 +Keyword stc13 +Keyword stc14 +Keyword stc15 +Keyword stc16 +Keyword stc17 +Keyword stc18 +Keyword stc19 +Keyword stc2 +Keyword stc20 +Keyword stc21 +Keyword stc22 +Keyword stc23 +Keyword stc24 +Keyword stc25 +Keyword stc26 +Keyword stc27 +Keyword stc28 +Keyword stc29 +Keyword stc3 +Keyword stc30 +Keyword stc31 +Keyword stc32 +Keyword stc4 +Keyword stc5 +Keyword stc6 +Keyword stc7 +Keyword stc8 +Keyword stc9 +Keyword stderr +Keyword stdin +Keyword stdout +Keyword strcasecmp(const char* sz1, const char* sz2) +Keyword strcat(char* szAddTo, const char* szAdd) +Keyword strchr(const char* szSearch, int cFor) +Keyword strcmp(const char* sz1, const char* sz2) +Keyword strcmpi(const char* sz1, const char* sz2) +Keyword strcoll(const char* sz1, const char* sz2) /* Compare using locale */ +Keyword strcpy(char* szCopyTo, const char* szSource) +Keyword strcspn(const char* szGetPrefix, const char* szNotIncluding) +Keyword strdup(const char *szDuplicate) +Keyword strerror(int nError) /* NOTE: NOT an old name wrapper. */ +Keyword strftime(char* caBuffer, size_t sizeMax, const char* szFormat, const struct tm* tpPrint) +Keyword strftime(char*, size_t, const char*, const struct tm*) +Keyword stricmp(const char* sz1, const char* sz2) +Keyword stricoll(const char* sz1, const char* sz2) +Keyword strlen(const char* sz) +Keyword strlwr(char* szToConvert) +Keyword strncasecmp(const char* sz1, const char* sz2, size_t sizeMaxCompare) +Keyword strncat(char* szAddTo, const char* szAdd, size_t sizeMaxAdd) +Keyword strncmp(const char* sz1, const char* sz2, size_t sizeMaxCompare) +Keyword strncpy(char* szCopyTo, const char* szSource, size_t sizeMaxCopy) +Keyword strnicmp(const char* sz1, const char* sz2, size_t sizeMaxCompare) +Keyword strnset(char* szToFill, int cFill, size_t sizeMaxFill) +Keyword strpbrk(const char* szSearch, const char* szAnyOf) +Keyword strrchr(const char* szSearch, int cFor) +Keyword strrev(char* szToReverse) +Keyword strset(char* szToFill, int cFill) +Keyword strspn(const char* szGetPrefix, const char *szIncluding) +Keyword strstr(const char* szSearch, const char *szFor) +Keyword strtod(const char* szNumber, char** pszAfterNumber) +Keyword strtok(char* szTokenize, const char* szDelimiters) +Keyword strtol(const char* szNumber, char** pszAfterNumber, int nBase) +Keyword strtoul(const char* szNumber, char** pszAfterNumber, int nBase) +Keyword strupr(char* szToConvert) +Keyword strxfrm(char* szTransformed, const char *szSource, size_t sizeTransform) +Keyword swab(const char* caFrom, char* caTo, size_t sizeToCopy) +Keyword swprintf(wchar_t* wcaBuffer, const wchar_t* wsFormat, ...) +Keyword swscanf(wchar_t* wsReadFrom, const wchar_t* wsFormat, ...) +Keyword sys_errlist +Keyword sys_nerr +Keyword system(const char* szCommand) +Keyword tMIXERCONTROLDETAILS +Keyword tMIXERCONTROLDETAILS_BOOLEAN +Keyword tMIXERCONTROLDETAILS_SIGNED +Keyword tMIXERCONTROLDETAILS_UNSIGNED +Keyword tWAVEFORMATEX +Keyword tagABORTPATH +Keyword tagACCEL +Keyword tagACCESSTIMEOUT +Keyword tagADVF +Keyword tagANIMATIONINFO +Keyword tagARRAYDESC +Keyword tagAUXCAPSA +Keyword tagAUXCAPSW +Keyword tagBIND_FLAGS +Keyword tagBIND_OPTS +Keyword tagBIND_OPTS2 +Keyword tagBITMAP +Keyword tagBITMAPCOREHEADER +Keyword tagBITMAPFILEHEADER +Keyword tagBITMAPINFO +Keyword tagBITMAPINFOHEADER +Keyword tagBSTRBLOB +Keyword tagCABOOL +Keyword tagCABSTR +Keyword tagCABSTRBLOB +Keyword tagCACLIPDATA +Keyword tagCACLSID +Keyword tagCACY +Keyword tagCADATE +Keyword tagCADBL +Keyword tagCADWORD +Keyword tagCAFILETIME +Keyword tagCAFLT +Keyword tagCAH +Keyword tagCAI +Keyword tagCAL +Keyword tagCALLCONV +Keyword tagCALLTYPE +Keyword tagCALPOLESTR +Keyword tagCALPSTR +Keyword tagCALPWSTR +Keyword tagCANDIDATEFORM +Keyword tagCANDIDATELIST +Keyword tagCAPROPVARIANT +Keyword tagCASCODE +Keyword tagCAUB +Keyword tagCAUH +Keyword tagCAUI +Keyword tagCAUL +Keyword tagCAUUID +Keyword tagCBTACTIVATESTRUCT +Keyword tagCBT_CREATEWND +Keyword tagCCINFOA +Keyword tagCCINFOW +Keyword tagCCSTYLEA +Keyword tagCCSTYLEFLAGA +Keyword tagCCSTYLEFLAGW +Keyword tagCCSTYLEW +Keyword tagCHOOSECOLORA +Keyword tagCHOOSECOLORW +Keyword tagCHOOSEFONTA +Keyword tagCHOOSEFONTW +Keyword tagCIEXYZ +Keyword tagCIEXYZTRIPLE +Keyword tagCInterfaceProxyHeader +Keyword tagCInterfaceProxyVtbl +Keyword tagCInterfaceStubHeader +Keyword tagCInterfaceStubVtbl +Keyword tagCLEANLOCALSTORAGE +Keyword tagCLIENTCREATESTRUCT +Keyword tagCLIPDATA +Keyword tagCLSCTX +Keyword tagCOLORADJUSTMENT +Keyword tagCOLORSCHEME +Keyword tagCOMPAREITEMSTRUCT +Keyword tagCOMPOSITIONFORM +Keyword tagCONNECTDATA +Keyword tagCONTROLINFO +Keyword tagCONVCONTEXT +Keyword tagCONVINFO +Keyword tagCOPYDATASTRUCT +Keyword tagCPLINFO +Keyword tagCREATESTRUCT +Keyword tagCRGB +Keyword tagCStdPSFactoryBuffer +Keyword tagCStdStubBuffer +Keyword tagCURSORSHAPE +Keyword tagCUSTDATA +Keyword tagCUSTDATAITEM +Keyword tagCWPRETSTRUCT +Keyword tagCWPSTRUCT +Keyword tagCY +Keyword tagDATADIR +Keyword tagDATE_STRUCT +Keyword tagDDEML_MSG_HOOK_DATA +Keyword tagDEBUGHOOKINFO +Keyword tagDEC +Keyword tagDELETEITEMSTRUCT +Keyword tagDEVNAMES +Keyword tagDIBSECTION +Keyword tagDISPPARAMS +Keyword tagDRAWITEMSTRUCT +Keyword tagDROPEFFECT +Keyword tagDROPSTRUCT +Keyword tagDRVCONFIGINFO +Keyword tagDVASPECT +Keyword tagDVASPECT2 +Keyword tagDVTARGETDEVICE +Keyword tagELEMDESC +Keyword tagEMR +Keyword tagEMRANGLEARC +Keyword tagEMRARC +Keyword tagEMRBITBLT +Keyword tagEMRCREATEBRUSHINDIRECT +Keyword tagEMRCREATECOLORSPACE +Keyword tagEMRCREATEDIBPATTERNBRUSHPT +Keyword tagEMRCREATEMONOBRUSH +Keyword tagEMRCREATEPALETTE +Keyword tagEMRCREATEPEN +Keyword tagEMRELLIPSE +Keyword tagEMREOF +Keyword tagEMREXCLUDECLIPRECT +Keyword tagEMREXTCREATEFONTINDIRECTW +Keyword tagEMREXTCREATEPEN +Keyword tagEMREXTFLOODFILL +Keyword tagEMREXTSELECTCLIPRGN +Keyword tagEMREXTTEXTOUTA +Keyword tagEMRFILLPATH +Keyword tagEMRFILLRGN +Keyword tagEMRFORMAT +Keyword tagEMRFRAMERGN +Keyword tagEMRGDICOMMENT +Keyword tagEMRINVERTRGN +Keyword tagEMRLINETO +Keyword tagEMRMASKBLT +Keyword tagEMRMODIFYWORLDTRANSFORM +Keyword tagEMROFFSETCLIPRGN +Keyword tagEMRPLGBLT +Keyword tagEMRPOLYDRAW +Keyword tagEMRPOLYDRAW16 +Keyword tagEMRPOLYLINE +Keyword tagEMRPOLYLINE16 +Keyword tagEMRPOLYPOLYLINE +Keyword tagEMRPOLYPOLYLINE16 +Keyword tagEMRPOLYTEXTOUTA +Keyword tagEMRRESIZEPALETTE +Keyword tagEMRRESTOREDC +Keyword tagEMRROUNDRECT +Keyword tagEMRSCALEVIEWPORTEXTEX +Keyword tagEMRSELECTCLIPPATH +Keyword tagEMRSELECTCOLORSPACE +Keyword tagEMRSELECTOBJECT +Keyword tagEMRSELECTPALETTE +Keyword tagEMRSETARCDIRECTION +Keyword tagEMRSETCOLORADJUSTMENT +Keyword tagEMRSETDIBITSTODEVICE +Keyword tagEMRSETMAPPERFLAGS +Keyword tagEMRSETMITERLIMIT +Keyword tagEMRSETPALETTEENTRIES +Keyword tagEMRSETPIXELV +Keyword tagEMRSETTEXTCOLOR +Keyword tagEMRSETVIEWPORTEXTEX +Keyword tagEMRSETVIEWPORTORGEX +Keyword tagEMRSETWORLDTRANSFORM +Keyword tagEMRSTRETCHBLT +Keyword tagEMRSTRETCHDIBITS +Keyword tagEMRTEXT +Keyword tagENHMETAHEADER +Keyword tagENHMETARECORD +Keyword tagENUMLOGFONTA +Keyword tagENUMLOGFONTEXA +Keyword tagENUMLOGFONTEXW +Keyword tagENUMLOGFONTW +Keyword tagEVENTMSG +Keyword tagEXCEPINFO +Keyword tagEXTCONN +Keyword tagEXTLOGFONTA +Keyword tagEXTLOGFONTW +Keyword tagEXTLOGPEN +Keyword tagFILTERKEYS +Keyword tagFONTDESC +Keyword tagFONTSIGNATURE +Keyword tagFORMATETC +Keyword tagFUNCDESC +Keyword tagFUNCFLAGS +Keyword tagFUNCKIND +Keyword tagGCP_RESULTSA +Keyword tagGCP_RESULTSW +Keyword tagHANDLETABLE +Keyword tagHELPINFO +Keyword tagHELPWININFOA +Keyword tagHELPWININFOW +Keyword tagHIGHCONTRASTA +Keyword tagHIGHCONTRASTW +Keyword tagHLITEM +Keyword tagHSZPAIR +Keyword tagHW_PROFILE_INFOA +Keyword tagHW_PROFILE_INFOW +Keyword tagICONMETRICSA +Keyword tagICONMETRICSW +Keyword tagIDLDESC +Keyword tagIMAGELISTDRAWPARAMS +Keyword tagIMEMENUITEMINFOA +Keyword tagIMEMENUITEMINFOW +Keyword tagINITCOMMONCONTROLSEX +Keyword tagINTERFACEDATA +Keyword tagINTERFACEINFO +Keyword tagINVOKEKIND +Keyword tagJOYCAPSA +Keyword tagJOYCAPSW +Keyword tagKERNINGPAIR +Keyword tagLAYERPLANEDESCRIPTOR +Keyword tagLIBFLAGS +Keyword tagLICINFO +Keyword tagLOCALESIGNATURE +Keyword tagLOCKTYPE +Keyword tagLOGBRUSH +Keyword tagLOGCOLORSPACEA +Keyword tagLOGCOLORSPACEW +Keyword tagLOGFONTA +Keyword tagLOGFONTW +Keyword tagLOGPALETTE +Keyword tagLOGPEN +Keyword tagMCHITTESTINFO +Keyword tagMCI_ANIM_OPEN_PARMSA +Keyword tagMCI_ANIM_OPEN_PARMSW +Keyword tagMCI_ANIM_PLAY_PARMS +Keyword tagMCI_ANIM_RECT_PARMS +Keyword tagMCI_ANIM_STEP_PARMS +Keyword tagMCI_ANIM_UPDATE_PARMS +Keyword tagMCI_ANIM_WINDOW_PARMSA +Keyword tagMCI_ANIM_WINDOW_PARMSW +Keyword tagMCI_BREAK_PARMS +Keyword tagMCI_GENERIC_PARMS +Keyword tagMCI_GETDEVCAPS_PARMS +Keyword tagMCI_INFO_PARMSA +Keyword tagMCI_INFO_PARMSW +Keyword tagMCI_LOAD_PARMSA +Keyword tagMCI_LOAD_PARMSW +Keyword tagMCI_OPEN_PARMSA +Keyword tagMCI_OPEN_PARMSW +Keyword tagMCI_OVLY_LOAD_PARMSA +Keyword tagMCI_OVLY_LOAD_PARMSW +Keyword tagMCI_OVLY_OPEN_PARMSA +Keyword tagMCI_OVLY_OPEN_PARMSW +Keyword tagMCI_OVLY_RECT_PARMS +Keyword tagMCI_OVLY_SAVE_PARMSA +Keyword tagMCI_OVLY_SAVE_PARMSW +Keyword tagMCI_OVLY_WINDOW_PARMSA +Keyword tagMCI_OVLY_WINDOW_PARMSW +Keyword tagMCI_PLAY_PARMS +Keyword tagMCI_RECORD_PARMS +Keyword tagMCI_SAVE_PARMSA +Keyword tagMCI_SAVE_PARMSW +Keyword tagMCI_SEEK_PARMS +Keyword tagMCI_SEQ_SET_PARMS +Keyword tagMCI_SET_PARMS +Keyword tagMCI_STATUS_PARMS +Keyword tagMCI_SYSINFO_PARMSA +Keyword tagMCI_SYSINFO_PARMSW +Keyword tagMCI_VD_ESCAPE_PARMSA +Keyword tagMCI_VD_ESCAPE_PARMSW +Keyword tagMCI_VD_PLAY_PARMS +Keyword tagMCI_VD_STEP_PARMS +Keyword tagMCI_WAVE_DELETE_PARMS +Keyword tagMCI_WAVE_OPEN_PARMSA +Keyword tagMCI_WAVE_OPEN_PARMSW +Keyword tagMCI_WAVE_SET_PARMS +Keyword tagMDICREATESTRUCTA +Keyword tagMDICREATESTRUCTW +Keyword tagMDINEXTMENU +Keyword tagMEASUREITEMSTRUCT +Keyword tagMEMCTX +Keyword tagMENUITEMINFOA +Keyword tagMENUITEMINFOW +Keyword tagMETAFILEPICT +Keyword tagMETAHEADER +Keyword tagMETARECORD +Keyword tagMETHODDATA +Keyword tagMIDIINCAPSA +Keyword tagMIDIINCAPSW +Keyword tagMIDIOUTCAPSA +Keyword tagMIDIOUTCAPSW +Keyword tagMINIMIZEDMETRICS +Keyword tagMINMAXINFO +Keyword tagMIXERCAPSA +Keyword tagMIXERCAPSW +Keyword tagMIXERCONTROLA +Keyword tagMIXERCONTROLDETAILS_LISTTEXTA +Keyword tagMIXERCONTROLDETAILS_LISTTEXTW +Keyword tagMIXERCONTROLW +Keyword tagMIXERLINEA +Keyword tagMIXERLINECONTROLSA +Keyword tagMIXERLINECONTROLSW +Keyword tagMIXERLINEW +Keyword tagMKREDUCE +Keyword tagMKSYS +Keyword tagMSG +Keyword tagMSHCTX +Keyword tagMSHLFLAGS +Keyword tagMULTIKEYHELPA +Keyword tagMULTIKEYHELPW +Keyword tagNEWCPLINFOA +Keyword tagNEWCPLINFOW +Keyword tagNEWTEXTMETRICA +Keyword tagNEWTEXTMETRICEXA +Keyword tagNEWTEXTMETRICEXW +Keyword tagNEWTEXTMETRICW +Keyword tagNMDAYSTATE +Keyword tagNMHDR +Keyword tagNMRBAUTOSIZE +Keyword tagNMREBAR +Keyword tagNMREBARCHILDSIZE +Keyword tagNONCLIENTMETRICSA +Keyword tagNONCLIENTMETRICSW +Keyword tagOCPFIPARAMS +Keyword tagOFNA +Keyword tagOFNW +Keyword tagOIFI +Keyword tagOLECLOSE +Keyword tagOLEGETMONIKER +Keyword tagOLEUIBUSYA +Keyword tagOLEUIBUSYW +Keyword tagOLEUICHANGEICONA +Keyword tagOLEUICHANGEICONW +Keyword tagOLEUICHANGESOURCEA +Keyword tagOLEUICHANGESOURCEW +Keyword tagOLEUICONVERTA +Keyword tagOLEUICONVERTW +Keyword tagOLEUIEDITLINKSA +Keyword tagOLEUIEDITLINKSW +Keyword tagOLEUIGNRLPROPSA +Keyword tagOLEUIGNRLPROPSW +Keyword tagOLEUIINSERTOBJECTA +Keyword tagOLEUIINSERTOBJECTW +Keyword tagOLEUILINKPROPSA +Keyword tagOLEUILINKPROPSW +Keyword tagOLEUIOBJECTPROPSA +Keyword tagOLEUIOBJECTPROPSW +Keyword tagOLEUIPASTEENTRYA +Keyword tagOLEUIPASTEENTRYW +Keyword tagOLEUIPASTEFLAG +Keyword tagOLEUIPASTESPECIALA +Keyword tagOLEUIPASTESPECIALW +Keyword tagOLEUIVIEWPROPSA +Keyword tagOLEUIVIEWPROPSW +Keyword tagOLEVERB +Keyword tagOLEWHICHMK +Keyword tagOleMenuGroupWidths +Keyword tagPAINTSTRUCT +Keyword tagPALETTEENTRY +Keyword tagPANOSE +Keyword tagPARAMDATA +Keyword tagPARAMDESC +Keyword tagPARAMDESCEX +Keyword tagPBRANGE +Keyword tagPDA +Keyword tagPDW +Keyword tagPELARRAY +Keyword tagPENDINGMSG +Keyword tagPENDINGTYPE +Keyword tagPICTDESC +Keyword tagPIXELFORMATDESCRIPTOR +Keyword tagPOINT +Keyword tagPOINTF +Keyword tagPOINTFX +Keyword tagPOINTS +Keyword tagPROPPAGEINFO +Keyword tagPROPSPEC +Keyword tagPROPVARIANT +Keyword tagPSDA +Keyword tagPSDW +Keyword tagProxyFileInfo +Keyword tagREBARBANDINFOA +Keyword tagREBARBANDINFOW +Keyword tagREBARINFO +Keyword tagRECT +Keyword tagREGCLS +Keyword tagREGISTERWORDA +Keyword tagREGISTERWORDW +Keyword tagRGBQUAD +Keyword tagRGBTRIPLE +Keyword tagRPCOLEMESSAGE +Keyword tagRemSNB +Keyword tagRemSTGMEDIUM +Keyword tagSAFEARRAY +Keyword tagSAFEARRAYBOUND +Keyword tagSCROLLINFO +Keyword tagSERIALKEYSA +Keyword tagSERIALKEYSW +Keyword tagSERVERCALL +Keyword tagSF_TYPE +Keyword tagSHCONTF +Keyword tagSHGDN +Keyword tagSIZE +Keyword tagSOUNDSENTRYA +Keyword tagSOUNDSENTRYW +Keyword tagSTATDATA +Keyword tagSTATFLAG +Keyword tagSTATPROPSETSTG +Keyword tagSTATPROPSTG +Keyword tagSTATSTG +Keyword tagSTGC +Keyword tagSTGMEDIUM +Keyword tagSTGMOVE +Keyword tagSTGTY +Keyword tagSTICKYKEYS +Keyword tagSTORAGELAYOUT +Keyword tagSTREAM_SEEK +Keyword tagSTYLEBUFA +Keyword tagSTYLEBUFW +Keyword tagSTYLESTRUCT +Keyword tagSYSKIND +Keyword tagTBADDBITMAP +Keyword tagTBNOTIFYA +Keyword tagTBNOTIFYW +Keyword tagTBSAVEPARAMSA +Keyword tagTBSAVEPARAMSW +Keyword tagTCHITTESTINFO +Keyword tagTCITEM +Keyword tagTEXTMETRICA +Keyword tagTEXTMETRICW +Keyword tagTIMESTAMP_STRUCT +Keyword tagTIME_STRUCT +Keyword tagTLIBATTR +Keyword tagTOGGLEKEYS +Keyword tagTOKEN_TYPE +Keyword tagTOOLINFOA +Keyword tagTOOLINFOW +Keyword tagTOOLTIPTEXTA +Keyword tagTOOLTIPTEXTW +Keyword tagTPMPARAMS +Keyword tagTRACKMOUSEEVENT +Keyword tagTTPOLYCURVE +Keyword tagTTPOLYGONHEADER +Keyword tagTYMED +Keyword tagTYPEATTR +Keyword tagTYPEDESC +Keyword tagTYPEFLAGS +Keyword tagTYPEKIND +Keyword tagUSEROBJECTFLAGS +Keyword tagVARDESC +Keyword tagVARFLAGS +Keyword tagVARIANT +Keyword tagVARKIND +Keyword tagVS_FIXEDFILEINFO +Keyword tagWAVEINCAPSA +Keyword tagWAVEINCAPSW +Keyword tagWAVEOUTCAPSA +Keyword tagWAVEOUTCAPSW +Keyword tan(double x) +Keyword tanh(double x) +Keyword tell(int nHandle) +Keyword telldir(DIR* dir) +Keyword tempnam(const char* szPath, const char* szPrefix) +Keyword time_t time(time_t* tp) +Keyword timeBeginPeriod(UINT) +Keyword timeEndPeriod(UINT) +Keyword timeGetDevCaps(LPTIMECAPS,UINT) +Keyword timeGetSystemTime(LPMMTIME,UINT) +Keyword timeGetTime(void) +Keyword timeKillEvent(UINT) +Keyword timeSetEvent(UINT,UINT,LPTIMECALLBACK,DWORD,UINT) +Keyword time_t +Keyword timecaps_tag +Keyword timerclear +Keyword timercmp +Keyword timerisset +Keyword timeval +Keyword tm +Keyword tmpfile() +Keyword tmpnam(char caName[]) +Keyword toascii(int c) +Keyword tolower(int c) +Keyword tostruct +Keyword toupper(int c) +Keyword translateurl_in_flags +Keyword tree_into_ndr(void*,PRPC_MESSAGE,char*,unsigned char) +Keyword tree_peek_ndr(PRPC_MESSAGE,unsigned char**,char*,unsigned char) +Keyword tree_size_ndr(void*,PRPC_MESSAGE,char*,unsigned char) +Keyword tzname +Keyword tzset(void) +Keyword u_char +Keyword u_int +Keyword u_long +Keyword u_short +Keyword umask(int nMode) +Keyword ungetc(int c, FILE* fileWasRead) +Keyword ungetch(int cUnget) +Keyword ungetwc(wchar_t wc, FILE* fileWasRead) +Keyword unlink(const char* szFileName) +Keyword urlassociationdialog_in_flags +Keyword urlinvokecommandinfo +Keyword uuid_t +Keyword uuid_vector_t +Keyword va_alist +Keyword va_arg +Keyword va_dcl +Keyword va_end +Keyword va_list +Keyword va_start +Keyword value_entA +Keyword value_entW +Keyword vfprintf(FILE* filePrintTo, const char* szFormat, va_list varg) +Keyword vfwprintf(FILE* filePrintTo, const wchar_t* wsFormat, va_list varg) +Keyword vprintf(const char* szFormat, va_list varg) +Keyword vsprintf(char* caBuffer, const char* szFormat, va_list varg) +Keyword vswprintf(wchar_t* wcaBuffer, const wchar_t* wsFormat, va_list varg) +Keyword vwprintf(const wchar_t* wsFormat, va_list varg) +Keyword wWinMain(HINSTANCE,HINSTANCE,LPWSTR,int) +Keyword waccess(const wchar_t *, int) +Keyword waveInAddBuffer(HWAVEIN,LPWAVEHDR,UINT) +Keyword waveInClose(HWAVEIN) +Keyword waveInGetDevCaps(UINT,LPWAVEINCAPSA,UINT) +Keyword waveInGetErrorText(MMRESULT,LPSTR,UINT) +Keyword waveInGetID(HWAVEIN,LPUINT) +Keyword waveInGetNumDevs(void) +Keyword waveInGetPosition(HWAVEIN,LPMMTIME,UINT) +Keyword waveInMessage(HWAVEIN,UINT,DWORD,DWORD) +Keyword waveInOpen(LPHWAVEIN,UINT,LPCWAVEFORMATEX,DWORD,DWORD,DWORD) +Keyword waveInPrepareHeader(HWAVEIN,LPWAVEHDR,UINT) +Keyword waveInReset(HWAVEIN) +Keyword waveInStart(HWAVEIN) +Keyword waveInStop(HWAVEIN) +Keyword waveInUnprepareHeader(HWAVEIN,LPWAVEHDR,UINT) +Keyword waveOutBreakLoop(HWAVEOUT) +Keyword waveOutClose(HWAVEOUT) +Keyword waveOutGetDevCaps(UINT,LPWAVEOUTCAPSA,UINT) +Keyword waveOutGetErrorText(MMRESULT,LPSTR,UINT) +Keyword waveOutGetID(HWAVEOUT,LPUINT) +Keyword waveOutGetNumDevs(void) +Keyword waveOutGetPitch(HWAVEOUT,PDWORD) +Keyword waveOutGetPlaybackRate(HWAVEOUT,PDWORD) +Keyword waveOutGetPosition(HWAVEOUT,LPMMTIME,UINT) +Keyword waveOutGetVolume(HWAVEOUT,PDWORD) +Keyword waveOutMessage(HWAVEOUT,UINT,DWORD,DWORD) +Keyword waveOutOpen(LPHWAVEOUT,UINT,LPCWAVEFORMATEX,DWORD,DWORD,DWORD) +Keyword waveOutPause(HWAVEOUT) +Keyword waveOutPrepareHeader(HWAVEOUT,LPWAVEHDR,UINT) +Keyword waveOutReset(HWAVEOUT) +Keyword waveOutRestart(HWAVEOUT) +Keyword waveOutSetPitch(HWAVEOUT,DWORD) +Keyword waveOutSetPlaybackRate(HWAVEOUT,DWORD) +Keyword waveOutSetVolume(HWAVEOUT,DWORD) +Keyword waveOutUnprepareHeader(HWAVEOUT,LPWAVEHDR,UINT) +Keyword waveOutWrite(HWAVEOUT,LPWAVEHDR,UINT) +Keyword waveformat_tag +Keyword wavehdr_tag +Keyword wchmod(const wchar_t *, int) +Keyword wcreat(const wchar_t *, int) +Keyword wcrtomb(char *, wchar_t, mbstate_t *) +Keyword wcscmp(const wchar_t* ws1, const wchar_t* ws2) +Keyword wcscmpi(const wchar_t* ws1, const wchar_t* ws2) +Keyword wcscoll(const wchar_t* ws1, const wchar_t* ws2) +Keyword wcscspn(const wchar_t* wsGetPrefix, const wchar_t* wsNotIncluding) +Keyword wcsftime(wchar_t* wcaBuffer, size_t sizeMax, const wchar_t* wsFormat, const struct tm* tpPrint) +Keyword wcsftime(wchar_t*, size_t, const wchar_t*, const struct tm*) +Keyword wcsicmp(const wchar_t* ws1, const wchar_t* ws2) +Keyword wcsicoll(const wchar_t* ws1, const wchar_t* ws2) +Keyword wcslen(const wchar_t* ws) +Keyword wcsncmp(const wchar_t* ws1, const wchar_t* ws2, size_t sizeMaxCompare) +Keyword wcsnicmp(const wchar_t* ws1, const wchar_t* ws2, size_t sizeMaxCompare) +Keyword wcsrtombs(char *, const wchar_t **, size_t, mbstate_t *) +Keyword wcsspn(const wchar_t* wsGetPrefix, const wchar_t* wsIncluding) +Keyword wcstod(const wchar_t* wsNumber, wchar_t** pwsAfterNumber) +Keyword wcstol(const wchar_t* wsNumber, wchar_t** pwsAfterNumber, int nBase) +Keyword wcstombs(char* mbsDest, const wchar_t* wsConvert, size_t size) +Keyword wcstoul(const wchar_t* wsNumber, wchar_t** pwsAfterNumber, int nBase) +Keyword wcsxfrm(wchar_t* wsTransformed, const wchar_t *wsSource, size_t sizeTransform) +Keyword wctob(wint_t) +Keyword wctomb(char* mbDest, wchar_t wc) +Keyword wctype_t +Keyword wfindfirst(wchar_t *, struct _wfinddata_t *) +Keyword wfindnext(long, struct _wfinddata_t *) +Keyword wglCopyContext(HGLRC,HGLRC,UINT) +Keyword wglCreateContext(HDC) +Keyword wglCreateLayerContext(HDC,int) +Keyword wglDeleteContext(HGLRC) +Keyword wglDescribeLayerPlane(HDC,int,int,UINT,LPLAYERPLANEDESCRIPTOR) +Keyword wglGetCurrentContext(void) +Keyword wglGetCurrentDC(void) +Keyword wglGetLayerPaletteEntries(HDC,int,int,int,COLORREF*) +Keyword wglGetProcAddress(LPCSTR) +Keyword wglMakeCurrent(HDC,HGLRC) +Keyword wglRealizeLayerPalette(HDC,int,BOOL) +Keyword wglSetLayerPaletteEntries(HDC,int,int,int,const COLORREF*) +Keyword wglShareLists(HGLRC,HGLRC) +Keyword wglSwapLayerBuffers(HDC,UINT) +Keyword wglUseFontBitmaps(HDC,DWORD,DWORD,DWORD) +Keyword wglUseFontOutlines(HDC,DWORD,DWORD,DWORD,FLOAT,FLOAT,int,LPGLYPHMETRICSFLOAT) +Keyword wint_t +Keyword wireBSTR +Keyword wirePSAFEARRAY +Keyword wireSAFEARRAY +Keyword wireVARIANT +Keyword wopen(const wchar_t *, int, ...) +Keyword wpopen +Keyword wprintf(const wchar_t* wsFormat, ...) +Keyword wremove(const wchar_t *) +Keyword wrename(const wchar_t *, const wchar_t *) +Keyword write(int nHandle, const void* caBuffer, unsigned int nToWrite) +Keyword wscanf(const wchar_t* wsFormat, ...) +Keyword wsopen(const wchar_t *, int, int, ...) +Keyword wsprintf(LPSTR,LPCSTR,...) +Keyword wunlink(const wchar_t *) +Keyword wvsprintf(LPSTR,LPCSTR,va_list arglist) +Keyword y0(double x) +Keyword y1(double x) +Keyword yHeightCharPtsMost +Keyword yn(int n, double x) + +Preprocessor #define |define macrodefinition +Preprocessor #elif |conditional operators +Preprocessor #else |conditional operators +Preprocessor #endif |conditional operators +Preprocessor #error |display an error message +Preprocessor #if |conditional operators +Preprocessor #ifdef |conditional operators +Preprocessor #ifndef |conditional operators +Preprocessor #include |insert the contents of another file +Preprocessor #line |set line and file information +Preprocessor #pragma |implementation specific command +Preprocessor #undef |used to undefine macrodefinitions +Preprocessor #warning |display a warning message +Type bool +Type char +Type class +Type double +Type float +Type int +Type long +Type short +Type signed +Type size_t +Type struct +Type unsigned +Type void diff --git a/files/data/cudatext/data/autocomplete/C.acp b/files/data/cudatext/data/autocomplete/C.acp new file mode 100644 index 0000000..1244b4a --- /dev/null +++ b/files/data/cudatext/data/autocomplete/C.acp @@ -0,0 +1,329 @@ +Keyword __asm +Keyword __based1 +Keyword __cdecl +Keyword __declspec +Keyword __except +Keyword __fastcall +Keyword __finally +Keyword __inline +Keyword __int16 +Keyword __int32 +Keyword __int64 +Keyword __int8 +Keyword __leave +Keyword __stdcall +Keyword __try +Keyword auto +Keyword break +Keyword case +Keyword char +Keyword const +Keyword continue +Keyword default +Keyword dllexport2 +Keyword dllimport2 +Keyword do +Keyword double +Keyword else +Keyword enum +Keyword extern +Keyword float +Keyword for +Keyword goto +Keyword if +Keyword include +Keyword int +Keyword long +Keyword long +Keyword naked2 +Keyword register +Keyword return +Keyword short +Keyword signed +Keyword sizeof +Keyword static +Keyword switch +Keyword thread2 +Keyword typedef +Keyword union +Keyword unsigned +Keyword void +Keyword volatile +Keyword while +Function abort |terminate execution abnormally +Function abs(int) |absolute value of an integer. +Function acos |inverse cosine +Function acosh |inverse hyperbolic cosine +Function asctime(const struct tm* tmptr) |Convert tm to a string in the format "Www Mmm dd hh:mm:ss yyyy", where Www is the weekday, Mmm the month in letters, dd the day of the month, hh:mm:ss the time, and yyyy the year. +Function asin |inverse sine +Function asinh |inverse hyperbolic sine +Function atan |one-parameter inverse tangent +Function atan2 |two-parameter inverse tangent +Function atanh |inverse hyperbolic tangent +Function atexit |register a callback function for program exit +Function atof |string to double (NOT float) +Function atoi |string to integer +Function atol |string to long +Function bsearch |binary search an array +Function cabs(double complex) |Complex magnitude +Function cacos(double complex) |Complex inverse cosine +Function cacosh(double complex) |Complex inverse hyperbolic cosine +Function calloc |allocate memory from the heap +Function carg(double complex) |Complex argument +Function casin(double complex) |Complex inverse sine +Function casinh(double complex) |Complex inverse hyperbolic sine +Function catan(double complex) |Complex inverse tangent +Function catan2 |two-parameter inverse tangent +Function catanh(double complex) |Complex inverse hyperbolic tangent +Function cbrt |cube root +Function cceil |ceiling, the smallest integer not less than parameter +Function ccos(double complex) |Complex cosine +Function ccosh(double complex) |Complex hyperbolic cosine +Function ceil |ceiling, the smallest integer not less than parameter +Function cexp(double complex) |Complex exponential +Function cfabs |absolute value (of a floating-point number) +Function cfloor |floor, the largest integer not greater than parameter +Function cfmod |floating-point remainder +Function cfrexp |break floating-point number down into mantissa and exponent +Function cimag(double complex) |Imaginary part of complex number +Function cldexp |scale floating-point number by exponent (see article) +Function clearerr |clears end-of-file and error indicators for a given stream +Function clock_t clock(void) |Return number of clock ticks since process start. +Function clog(double complex) |Complex logarithm +Function clog10 |base-10 logarithm +Function cmodf(x,p) |returns fractional part of x and stores integral part where pointer p points to +Function conj(double complex) |Complex conjugate +Function copysign(x,y) |returns the value of x with the sign of y +Function cos |cosine +Function cosh |hyperbolic cosine +Function cpow(double complex, double complex) |Complex power +Function cproj(double complex) |Complex projection +Function creal(double complex) |Real part of complex number +Function csin(double complex) |Complex sine +Function csinh(double complex) |Complex hyperbolic sine +Function csqrt(double complex) |Complex square root +Function ctan(double complex) |Complex tangent +Function ctanh(double complex) |Complex hyperbolic tangent +Function ctime(const time_t* timer) |Convert time_t time value to string in the same format as asctime. +Function difftime(time_t timer2, time_t timer1) |Returns the difference in seconds between the two times. +Function div |integer division (returns quotient and remainder) +Function erf |error function +Function erfc |complementary error function +Function exit |terminate program execution +Function exp |exponential function +Function exp2(x) |raise 2 to the power of x, 2x +Function expm1(x) |one less than the exponential of x, ex - 1 +Function fabs |absolute value (of a floating-point number) +Function fclose |closes a file associated with the FILE * value passed to it +Function fdim(x,y) |positive difference between x and y, fmax(x-y, 0) +Function feclearexcept(Function excepts) |clear exceptions specified by excepts +Function fegetenv(fenv_t *penv) |store current floating-poFunction environment in penv +Function fegetexceptflag(fexcept_t *pflag, Function excepts) |store current status flags in pflags +Function fegetround(void) |retrieve current rounding direction +Function feholdexcept(fenv_t *penv) |save current floating-poFunction environment to penv and clear all exceptions +Function feof |checks whether an end-of-file indicator has been set for a given stream +Function feraiseexcept(Function excepts) |raise floating-poFunction exceptions +Function ferror |checks whether an error indicator has been set for a given stream +Function fesetenv(const fenv_t *penv) |set current floating-poFunction environment to penv +Function fesetexceptflag(const fexcept_t *pflags, Function excepts) |set current status flags to those stored in pflags +Function fesetround(Function round) |set current rounding direction to round +Function fetestexcept(Function excepts) |test whether certain exceptions have been raised +Function feupdateenv(const fenv_t *penv) |restore floating-poFunction environment penv, but keep current exceptions +Function fflush |forces any pending buffered output to be written to the file associated with a given stream +Function fgetc |returns one character from a file +Function fgetpos |stores the file position indicator of the stream associated by its first argument (a FILE *) to its second argument (a fpos_t *) +Function fgets |gets a string from the file (ending at newline or end-of-file) +Function floor |floor, the largest integer not greater than parameter +Function fma(x,y,z) |multiply and add, (x * y) + z +Function fmax(x,y) |largest value of x and y +Function fmin(x,y) |smallest value of x and y +Function fmod |floating-point remainder +Function fopen |opens a file for certain types of reading or writing +Function fprintf |used to print to a file +Function fputc |writes one character to a file +Function fputchar |has the same effects as putc(stdout) +Function fputs |writes a string to a file +Function fread |reads data from a file +Function free |release memory back to the heap +Function freopen |opens a file for certain types of reading or writing +Function frexp |break floating-point number down into mantissa and exponent +Function fscanf |used to input from a file +Function fseek |seeks through a file +Function fsetpos |sets the file position indicator of a stream associated by its first argument (a FILE *) as stored in its second argument (a fpos_t *) +Function ftell |returns a file-position indicator which can then be passed to fseek +Function fwrite |writes data to a file +Function getc |reads and returns a character from a given stream and advances the file position indicator; it is allowed to be a macro with the same effects as fgetc, except that it may evaluate the stream more than once +Function getchar |has the same effects as getc(stdin) +Function getenv |retrieve an environment variable +Function gets |reads characters from stdin until a newline is encountered and stores them in its only argument +Function hypot(x,y) |hypotenuse, sqrt(x2 + y2) +Function ilogb |the exponent of a floating-point value, converted to an int +Function isalnum |test for alphanumeric character +Function isalpha |test for alphabetic character +Function isblank |test for blank character (new in C99) +Function iscntrl |test for control character +Function isdigit |test for digit. Not locale-specific. +Function isgraph |test for graphic character, excluding the space character. +Function islower |test for lowercase character +Function isprint |test for printable character, including the space character. +Function ispunct |test for punctuation character +Function isspace |test for any whitespace character +Function isupper |test for uppercase character +Function iswalnum(wint_t ch) |Return non-zero if ch is alphanumeric +Function iswalpha(wint_t ch) |Return non-zero if ch is alphabetic +Function iswblank(wint_t ch) |Return non-zero if ch is blank +Function iswcntrl(wint_t ch) |Return non-zero if ch is a control character +Function iswctype(wint_t ch, wctype_t charclass) |Return non-zero if ch is in charclass +Function iswdigit(wint_t ch) |Return non-zero if ch is a digit +Function iswgraph(wint_t ch) |Return non-zero if ch is a visible character +Function iswlower(wint_t ch) |Return non-zero if ch is a lowercase letter +Function iswprint(wint_t ch) |Return non-zero if ch is printable +Function iswpunct(wint_t ch) |Return non-zero if ch is punctuation +Function iswspace(wint_t ch) |Return non-zero if ch is white-space +Function iswupper(wint_t ch) |Return non-zero if ch is an uppercase letter +Function iswxdigit(wint_t ch) |Return non-zero if ch is a hexadecimal digit +Function isxdigit |test for hexadecimal digit. Not locale-specific. +Function labs(long int) |absolute value of a long integer. +Function ldexp |scale floating-point number by exponent (see article) +Function ldiv |long integer division (returns quotient and remainder) +Function lgamma |natural log of the absolute value of the gamma function +Function llrint |round to integer (returns long long) using current rounding mode +Function llround |round to integer (returns long long) +Function localeconv(void) | +Function log |natural logarithm +Function log10 |base-10 logarithm +Function log1p(x) |natural logarithm of 1 + x +Function log2 |base-2 logarithm +Function logb |extract exponent from floating-point number +Function longjmp(jmp_buf env, int value) |Restores the context of the environment buffer env that was saved by invocation of the setjmp routine in the same invocation of the program. +Function lrint |round to integer (returns long) using current rounding mode +Function lround |round to integer (returns long) +Function main |Program recognized by the system that calls all subprograms +Function malloc |allocate memory from the heap +Function max |returns the larger of any two numbers +Function mblen |size of multibyte char +Function mbstowcs |multibyte & wide character conversion +Function mbtowc |multibyte & wide character conversion +Function memchr(const void *s, char c, size_t n) |returns a pointer to the first occurrence of c in the first n bytes of s, or NULL if not found +Function memcmp(const void *s1, const void *s2, size_t n) |compares the first n characters of two memory areas +Function memcpy(void *dest, const void *src, size_t n) |copies n bytes between two memory areas; if there is overlap, the behavior is undefined +Function memmove(void *dest, const void *src, size_t n) |copies n bytes between two memory areas; unlike with memcpy the areas may overlap +Function memset(void *, int, size_t) |overwrites a memory area with a byte pattern +Function min |returns the smaller of any two numbers +Function mktime(struct tm* ptm) |Convert tm to a time_t time value. +Function modf(x,p) |returns fractional part of x and stores integral part where pointer p points to +Function nan(s) |returns NaN, possibly using string argument +Function nearbyint |round floating-point number to nearest integer +Function nextafter(x,y) |returns next representable value after x (towards y) +Function nexttoward(x,y) |same as nextafter, except y is always a long double +Function perror |writes an error message to stderr +Function pow(x,y) |raise x to the power of y, xy +Function printf |used to print to the standard output stream +Function psignal(int sig, const char *s) |Outputs to stderr a string representation of a signal number. +Function putc |writes and returns a character to a stream and advances the file position indicator for it; equivalent to fputc, except that a macro version may evaluate the stream more than once +Function putchar |has the same effects as putc(stdout) +Function puts |outputs a character string to stdout +Function qsort |sort an array +Function raise(int sig) |This raises a signal artificially. +Function rand(void) |generates a pseudo-random number +Function random(void) |generates a pseudo-random number +Function realloc |allocate memory from the heap +Function remainder(x,y) |calculates remainder, as required by IEC 60559 +Function remove |removes a file (deletes it) +Function remquo(x,y,p) |same as remainder, but store quotient (as int) at target of pointer p +Function rename |renames a file +Function rewind |acts as if fseek(stream, 0L, SEEK_SET) was called for the stream passed, and then its error indicator cleared +Function rint |round to integer (returns double) using current rounding mode +Function round |round to integer (returns double), rounding halfway cases away from zero +Function scalbln(x,n) |x * FLT_RADIXn (n is long) +Function scalbn(x,n) |x * FLT_RADIXn (n is int) +Function scanf |used to input from the standard input stream +Function setbuf |sets the buffering mode for a given stream +Function setjmp(jmp_buf env) |Sets up the local jmp_buf buffer and initializes it for the jump. +Function setlocale(int, const char*) | +Function setvbuf |sets the buffering mode for a given stream +Function signal(int sig, void (*func)(int)) | Sets the action taken when the program receives the signal sig. +Function sin |sine +Function sinh |hyperbolic sine +Function snprintf |used to print to a char array (C string) +Function sprintf |used to print to a char array (C string) +Function sqrt |square root +Function srand(unsigned int seed) |set the pseudo-random generator seed [common convention uses time() to seed] +Function srandom(unsigned int seed) |set the pseudo-random generator seed [common convention uses time() to seed] +Function sscanf |used to input from a char array (e.g., a C string) +Function strcat(char *dest, const char *src) |appends the string src to dest +Function strchr(const char *, int) |locates a character in a string, searching from the beginning +Function strcmp(const char *, const char *) |compares two strings lexicographically +Function strcoll(const char *, const char *) |compares two strings using the current locale's collating order +Function strcpy(char *toHere, const char *fromHere) |copies a string from one location to another +Function strcspn(const char *s, const char *reject) |determines the length of the maximal initial substring of s consisting entirely of characters not in reject +Function strerror(int) |returns the string representation of an error number e.g. errno (not thread-safe) +Function strftime(char* s, size t n, const char* format, const struct tm* tptr) |Format tm into a date/time string. +Function strlen(const char *) |finds the length of a C string +Function strncat(char *dest, const char *src, size_t n) |appends at most n characters of the string src to dest +Function strncmp(const char *, const char *, size_t) |compares up to the first n bytes of two strings lexicographically +Function strncpy(char *toHere, const char *fromHere, size_t) |copies up to n bytes of a string from one location to another +Function strpbrk(const char *s, const char *accept) |finds the first occurrence of any character in accept in s +Function strptime(const char* buf, const char* format, struct tm* tptr) |Scan values from buf string into tptr struct. +Function strrchr(const char *, int) |locates a character in a string, searching from the end +Function strspn(const char *s, const char *accept) |determines the length of the maximal initial substring of s consisting entirely of characters in accept +Function strstr(const char *haystack, const char *needle) |finds the first occurrence of the string "needle" in the longer string "haystack". +Function strtod |string to double +Function strtok(char *, const char *) |parses a string into a sequence of tokens; non-thread safe in the spec, non-reentrant +Function strtol |string to long int +Function strtoll |string to long long int +Function strtoul |string to unsigned long int +Function strtoull |string to unsigned long long int +Function strxfrm(char *dest, const char *src, size_t n) |transforms src into a collating form, such that the numerical sort order of the transformed string is equivalent to the collating order of src. +Function system |execute an external command +Function tan |tangent +Function tanh |hyperbolic tangent +Function tgamma |gamma function +Function time(time_t* timer) |Get the current time (number of seconds from the epoch) from the system clock. +Function timegm(struct tm *brokentime) |timegm is functionally identical to mktime except it always takes the input values to be Coordinated Universal Time (UTC) regardless of any local time zone setting. +Function tm* gmtime(const time_t* timer) |Convert a time_t value to a tm structure as UTC time. +Function tm* gmtime_r(const time_t* timer, struct tm* result) |Convert a time_t value to a tm structure as UTC time. +Function tm* localtime(const time_t* timer) |Convert a time_t time value to a tm structure as local time (ie time adjusted for the local time zone and daylight savings). +Function tmpfile |creates and opens a temporary file, which is deleted when closed with fclose() +Function tmpnam |creates a temporary filename +Function tolower |convert character to lowercase +Function toupper |convert character to uppercase +Function trunc |truncate floating-point number +Function ungetc |pushes a character back onto a stream +Function vfprintf |used to print to a file +Function vfscanf |used to input from a file +Function vprintf |used to print to the standard output stream +Function vscanf |used to input from the standard input stream +Function vsnprintf |used to print to a char array (C string) +Function vsprintf |used to print to a char array (C string) +Function vsscanf |used to input from a char array (e.g., a C string) +Function wcscasecmp(const wchar_t *s1, const wchar_t *s2) |is the wide-character equivalent of the strcasecmp function. It compares the wide-character string pointed to by s1 and the wide-character string pointed to by s2, ignoring case differences. +Function wcscmp(const wchar_t *s1, const wchar_t *s2) |Is the wide-character equivalent of the strcmp function. It compares the wide-character string pointed to by s1 and the wide-character string pointed to by s2. +Function wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) |is similar to wcscasecm), except it only compares the first n characters of s1. +Function wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) |is the wide-character equivalent of the strncmp function. It is similar to wcscmp(), except it only compares the first n characters of s1. +Function wcstombs |multibyte & wide character conversion +Function wctomb |multibyte & wide character conversion +Library assert.h |Contains the assert macro, used to assist with detecting logical errors and other types of bug in debugging versions of a program. +Library complex.h |A set of functions for manipulating complex numbers. +Library ctype.h |Contains functions used to classify characters by their types or to convert between upper and lower case in a way that is independent of the used character set (typically ASCII or one of its extensions, although implementations utilizing EBCDIC are also known). +Library errno.h |For testing error codes reported by library functions. +Library fenv.h |For controlling floating-point environment. +Library float.h |Contains defined constants specifying the implementation-specific properties of the floating-point library, such as the minimum difference between two different floating-point numbers (_EPSILON), the maximum number of digits of accuracy (_DIG) and the range of numbers which can be represented (_MIN, _MAX). +Library inttypes.h |For precise conversion between integer types. +Library iso646.h |For programming in ISO 646 variant character sets. +Library limits.h |Contains defined constants specifying the implementation-specific properties of the integer types, such as the range of numbers which can be represented (_MIN, _MAX). +Library locale.h |For setlocale and related constants. This is used to choose an appropriate locale. +Library math.h |For computing common mathematical functions. +Library setjmp.h |Declares the macros setjmp and longjmp, which are used for non-local exits. +Library signal.h |For controlling various exceptional conditions. +Library stdarg.h |For accessing a varying number of arguments passed to functions. +Library stdbool.h |For a boolean data type. +Library stddef.h |For defining several useful types and macros. +Library stdint.h |For defining various integer types. +Library stdio.h |Provides the core input and output capabilities of the C language. This file includes the venerable printf function. +Library stdlib.h |For performing a variety of operations, including conversion, pseudo-random numbers, memory allocation, process control, environment, signalling, searching, and sorting. +Library string.h |For manipulating several kinds of strings. +Library tgmath.h |For type-generic mathematical functions. +Library time.h |For converting between various time and date formats. +Library wchar.h |For manipulating wide streams and several kinds of strings using wide characters - key to supporting a range of languages. +Library wctype.h |For classifying wide characters. diff --git a/files/data/cudatext/data/autocomplete/Lua.acp b/files/data/cudatext/data/autocomplete/Lua.acp new file mode 100644 index 0000000..9b435a5 --- /dev/null +++ b/files/data/cudatext/data/autocomplete/Lua.acp @@ -0,0 +1,166 @@ +#chars .: +keyword and +keyword break +keyword do +keyword else +keyword elseif +keyword end +keyword false +keyword for +keyword function +keyword if +keyword in +keyword local +keyword nil +keyword not +keyword or +keyword repeat +keyword return +keyword then +keyword true +keyword until +keyword while + +function assert(v [, message]) |error if v nil or false, otherwise returns v +function bit.arshift(x, n) |arithmetic right-shift +function bit.band(x1 [,x2...]) |bitwise 'and' of arguments +function bit.bnot(x) |bitwise 'not' of argument +function bit.bor(x1 [,x2...]) |bitwise 'or' of arguments +function bit.bswap(x) |swaps the bytes of the argument (32-bit little-endian/big-endian) +function bit.bxor(x1 [,x2...]) |bitwise 'xor' of arguments +function bit.lshift(x, n) |logical left-shift +function bit.rol(x, n) |bitwise left rotation +function bit.ror(x, n) |bitwise right rotation +function bit.rshift(x, n) |logical right-shift +function bit.tohex(x [,n]) |Converts its first argument to a hex string +function collectgarbage([limit]) |set threshold to limit KBytes, default 0, may run GC +function coroutine.create(f) |creates coroutine from function f, returns coroutine +function coroutine.resume(co, val1, ...) |continues execution of co, returns bool status plus any values +function coroutine.status(co) |returns co status: "running", "suspended" or "dead" +function coroutine.wrap(f) |creates coroutine with body f, returns function that resumes co +function coroutine.yield(val1, ...) |suspend execution of calling coroutine +function debug.debug() |enters interactive debug mode, line with only "cont" terminates +function debug.gethook() |returns current hook function, hook mask, hook count +function debug.getinfo(function [, what]) |returns table with information about a function +function debug.getlocal(level, local) |returns name and value of local variable with index local at stack level +function debug.getupvalue(func, up) |returns name and value of upvalue with index up of function func +function debug.sethook(hook, mask [, count]) |sets given function as a hook, mask="[crl]" +function debug.setlocal(level, local, value) |sets local variable with index local at stack level with value +function debug.setupvalue(func, up, value) |sets upvalue with index up of function func with value +function debug.traceback([message]) |returns a string with a traceback of the call stack +function dofile(filename) |executes as Lua chunk, default stdin, returns value +function error(message [, level]) |terminates protected func, never returns, level 1 (default), 2=parent +function file:close() |closes file +function file:flush() |saves any written data to file +function file:lines() |returns iterator function to return lines, nil ends +function file:read(format1, ...) |reads file according to given formats, returns read values or nil +function file:seek([whence] [, offset]) |sets file pos, whence="set"|"cur"|"end", defaults "curr",0, returns file pos +function file:write(value1, ...) |writes strings or numbers to file +function gcinfo() |returns dynamic mem in use (KB), and current GC threshold (KB) +function getfenv(f) |gets env, f can be a function or number (stack level, default=1), 0=global env +function getmetatable(object) |returns metatable of given object, otherwise nil +function io.close([file]) |closes file, or the default output file +function io.flush() |flushes the default output file +function io.input([file]) |opens file in text mode, sets as default input file, or returns current default input file +function io.lines([filename]) |open file in read mode, returns iterator function to return lines, nil ends +function io.open(filename [, mode]) |opens file in specified mode "[rawb+]", returns handle or nil +function io.output([file]) |opens file in text mode, sets as default output file, or returns current default output file +function io.read(format1, ...) |reads file according to given formats, returns read values or nil +function io.tmpfile() |returns a handle for a temporary file, opened in update mode +function io.type(obj) |returns "file" if obj is an open file handle, "close file" if closed, or nil if not a file handle +function io.write(value1, ...) |writes strings or numbers to file +function ipairs(t) |returns an iterator function, table t and 0 +function lfs.attributes (filepath [, aname]) |returns a table with the file attributes corresponding to filepath +function lfs.chdir(path) |changes the current working directory to path +function lfs.currentdir() |returns a string with the current working directory or nil plus an error string. +function lfs.dir(path) |Lua iterator over the entries of a given directory +function lfs.lock(filehandle, mode[, start[, length]]) |Locks a file or a part of it +function lfs.mkdir(dirname) |creates a new directory +function lfs.rmdir(dirname) |removes an existing directory +function lfs.touch(filepath [, atime [, mtime]]) |set access and modification times of a file +function lfs.unlock(filehandle[, start[, length]]) |unlocks a file or a part of it. This function works on open files +function loadfile(filename) |loads chunk without execution, returns chunk as function, else nil plus error +function loadlib(libname, funcname) |links to dynamic library libname, returns funcname as a C function +function loadstring(string [, chunkname]) |loads string as chunk, returns chunk as function, else nil plus error +function math.abs(v) |returns absolute value of v +function math.acos(v) |returns arc cosine value of v in radians +function math.asin(v) |returns arc sine value of v in radians +function math.atan(v) |returns arc tangent value of v in radians +function math.atan2(v1, v2) |returns arc tangent value of v1/v2 in radians +function math.ceil(v) |returns smallest integer >= v +function math.cos(rad) |returns cosine value of angle rad +function math.deg(rad) |returns angle in degrees of radians rad +function math.exp(v) |returns e^v +function math.floor(v) |returns largest integer <= v +function math.frexp(v) |returns mantissa [0.5,1) and exponent values of v +function math.ldexp(v1, v2) |returns v1*2^v2 +function math.log(v) |returns natural logarithm of v +function math.log10(v) |returns logarithm 10 of v +function math.max(v1, ...) |returns maximum in a list of one or more values +function math.min(v1, ...) |returns minimum in a list of one or more values +function math.mod(v1, v2) |returns remainder of v1/v2 which is v1 - iV2 for some integer i +function math.pow(v1, v2) |returns v1 raised to the power of v2 +function math.rad(deg) |returns angle in radians of degrees deg +function math.random([n [, u]]) |returns random real [0,1), integer [1,n] or real [1,u] (with n=1) +function math.randomseed(seed) |sets seed for pseudo-random number generator +function math.sin(rad) |returns sine value of angle rad +function math.sqrt(v) |returns square root of v +function math.tan(rad) |returns tangent value of angle rad +function next(table [, index]) |returns next index,value pair, if index=nil (default), returns first index +function os.clock() |returns CPU time used by program in seconds +function os.date([format [, time]]) |returns a string or table containing date and time, "*t" returns a table +function os.difftime(t2, t1) |returns number of seconds from time t1 to time t2 +function os.execute(command) |executes command using C function system, returns status code +function os.exit([code]) |terminates host program with optional code, default is success code +function os.getenv(varname) |returns value of environment variable varname. nil if not defined +function os.remove(filename) |deletes file with given name, nil if fails +function os.rename(oldname, newname) |renames file oldname to newname, nil if fails +function os.setenv(name,value) |set an environment variable (ex) +function os.setlocale(locale [, category]) |set current locale of program, returns name of new locate or nil +function os.sleep(seconds) |pause for the given amount of seconds (can be fraction) (ex) +function os.spawn(filename) |create a child process (ex) +function os.time([table]) |returns current time (usually seconds) or time as represented by table +function os.tmpname() |returns a string with a filename for a temporary file (dangerous! tmpfile is better) +function pairs(t) |returns the next function and table t plus a nil, iterates over all key-value pairs +function pcall(f, arg1, arg2, ...) |protected mode call, catches errors, returns status code first (true=success) +function print(e1, e2, ...) |prints values to stdout using tostring +function rawequal(v1, v2) |non-metamethod v1==v2, returns boolean +function rawget(table, index) |non-metamethod get value of table[index], index != nil +function rawset(table, index, value) |non-metamethod set value of table[index], index != nil +function require(packagename) |loads package, updates _LOADED, returns boolean +function setfenv(f, table) |sets env, f can be a function or number (stack level, default=1), 0=global env +function setmetatable(table, metatable) |sets metatable, nil to remove metatable +function string.byte(s [, i]) |returns numerical code, nil if index out of range, default i=1 +function string.char(i1, i2, ...) |returns a string built from 0 or more integers +function string.dump(function) |returns binary representation of function, used with loadstring +function string.find(s, pattern [, init [, plain]]) |matches pattern in s, returns start,end indices, else nil +function string.format(formatstring, e1, e2, ...) |returns formatted string, printf-style +function string.gfind(s, pat) |returns iterator function that returns next captures from pattern pat on s +function string.gsub(s, pat, repl [, n]) |returns copy of s with pat replaced by repl, and substitutions made +function string.len(s) |returns string length +function string.lower(s) |returns string with letters in lower case +function string.pack(fmt,...) |pack arguments as a binary string using 'fmt' (pack) +function string.rep(s, n) |returns string with n copies of string s +function string.sub(s, i [, j]) |returns substring from index i to j of s, default j=-1 (string length) +function string.unpack(s,fmt) |unpack arguments from binary string according to 'fmt' (pack) +function string.upper(s) |returns string with letters in upper case +function table.concat(table [, sep [, i [, j]]]) |returns concatenated table elements i to j separated by sep +function table.foreach(table, f) |executes f(index,value) over all elements of table, returns first non-nil of f +function table.foreachi(table, f) |executes f(index,value) in sequential order 1 to n, returns first non-nil of f +function table.getn(table) |returns size of table, or n field, or table.setn value, or 1 less first index with nil value +function table.insert(table, [pos,] value) |insert value at location pos in table, default pos=n+1 +function table.remove(table [, pos]) |removes element at pos from table, default pos=n +function table.setn(table, n) |sets size of table, n field of table if it exists +function table.sort(table [, comp]) |sorts in-place elements 1 to n, comp(v1,v2) true if v1 +!!!4t= +!!!4s= +!!!xt= +!!!xs= +!!!xxs= +c= +nb=  +lt=< +gt=> + +[elementmap] +audio=source +colgroup=col +map=area +object=param +ol=li +optgroup=option +p=span +select=option +table=tr +tbody=tr +tfoot=tr +thead=tr +tr=td +ul=li +video=source + +[abbreviations-html] +!=html:5 +a:link= +a:mail= +a= +abbr= +acr= +acronym= +adr=address +area:c=| +area:d=| +area:p=| +area:r=| +area=| +art=article +audio=