1
0
Fork 0

GUI: removed unused data + updated gitignore

This commit is contained in:
Mr. eXoDia 2014-06-21 05:17:40 +02:00
parent f301470484
commit 28f13ccc2e
11 changed files with 1 additions and 3207 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ release/
*.~vsd
*.dll
*.exe
*.pro.user.*
#project to ignore
todo_bridge.txt

View File

@ -1,460 +0,0 @@
int;AbortSystemShutdown;LPTSTR lpMachineName;
int;AccessCheck;PSECURITY_DESCRIPTOR pSecurityDescriptor;HANDLE ClientToken;DWORD DesiredAccess;PGENERIC_MAPPING GenericMapping;PPRIVILEGE_SET PrivilegeSet;LPDWORD PrivilegeSetLength;LPDWORD GrantedAccess;LPBOOL AccessStatus;
int;AccessCheckAndAuditAlarm;LPCTSTR SubsystemName;LPVOID HandleId;LPTSTR ObjectTypeName;LPTSTR ObjectName;PSECURITY_DESCRIPTOR SecurityDescriptor;DWORD DesiredAccess;PGENERIC_MAPPING GenericMapping;BOOL ObjectCreation;LPDWORD GrantedAccess;LPBOOL AccessStatus;LPBOOL pfGenerateOnClose;
int;AccessCheckByType;PSECURITY_DESCRIPTOR pSecurityDescriptor;PSID PrincipalSelfSid;HANDLE ClientToken;DWORD DesiredAccess;POBJECT_TYPE_LIST ObjectTypeList;DWORD ObjectTypeListLength;PGENERIC_MAPPING GenericMapping;PPRIVILEGE_SET PrivilegeSet;LPDWORD PrivilegeSetLength;LPDWORD GrantedAccess;LPBOOL AccessStatus;
int;AddAccessAllowedAce;PACL pAcl;DWORD nAclLength;DWORD dwAclRevision;
int;AddAccessAllowedAceEx;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD AccessMask;PSID pSid;
int;AddAccessAllowedObjectAce;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD AccessMask;GUID* ObjectTypeGuid;GUID* InheritedObjectTypeGuid;PSID pSid;
int;AddAccessDeniedAce;PACL pAcl;DWORD dwAceRevision;DWORD AccessMask;PSID pSid;
int;AddAccessDeniedAceEx;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD AccessMask;PSID pSid;
int;AddAccessDeniedObjectAce;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD AccessMask;GUID* ObjectTypeGuid;GUID* InheritedObjectTypeGuid;PSID pSid;
int;AddAce;PACL pAcl;DWORD dwAceRevision;DWORD dwStartingAceIndex;LPVOID pAceList;DWORD nAceListLength;
int;AddAuditAccessAce;PACL pAcl;DWORD dwAceRevision;DWORD dwAccessMask;PSID pSid;BOOL bAuditSuccess;BOOL bAuditFailure;
int;AddAuditAccessAceEx;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD dwAccessMask;PSID pSid;BOOL bAuditSuccess;BOOL bAuditFailure;
int;AddAuditAccessObjectAce;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD AccessMask;GUID* ObjectTypeGuid;GUID* InheritedObjectTypeGuid;PSID pSid;BOOL bAuditSuccess;BOOL bAuditFailure;
int;AddConditionalAce;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;UCHAR AceType;DWORD AccessMask;PSID pSid;PWCHAR ConditionStr;DWORD* ReturnLength;
int;AddMandatoryAce;PACL pAcl;DWORD dwAceRevision;DWORD AceFlags;DWORD MandatoryPolicy;PSID pLabelSid;
int;AddUsersToEncryptedFile;LPCWSTR lpFileName;PENCRYPTION_CERTIFICATE_LIST pUsers;
int;AdjustTokenGroups;HANDLE TokenHandle;BOOL ResetToDefault;PTOKEN_GROUPS NewState;DWORD BufferLength;PTOKEN_GROUPS PreviousState;PDWORD ReturnLength;
int;AdjustTokenPrivileges;HANDLE TokenHandle;BOOL DisableAllPrivileges;PTOKEN_PRIVILEGES NewState;DWORD BufferLength;PTOKEN_PRIVILEGES PreviousState;PDWORD ReturnLength;
int;AllocateLocallyUniqueId;PLUID Luid;
int;AreAllAccessesGranted;DWORD GrantedAccess;DWORD DesiredAccess;
int;AreAnyAccessesGranted;DWORD GrantedAccess;DWORD DesiredAccess;
int;AuditComputeEffectivePolicyBySid;const PSID pSid;const GUID* pSubCategoryGuids;ULONG PolicyCount;PAUDIT_POLICY_INFORMATION* ppAuditPolicy;
int;AuditComputeEffectivePolicyByToken;HANDLE hTokenHandle;const GUID* pSubCategoryGuids;ULONG PolicyCount;PAUDIT_POLICY_INFORMATION* ppAuditPolicy;
int;AuditEnumerateCategories;GUID** ppAuditCategoriesArray;PULONG pCountReturned;
int;AuditEnumeratePerUserPolicy;PPOLICY_AUDIT_SID_ARRAY* ppAuditSidArray;
int;AuditEnumerateSubCategories;const GUID* pAuditCategoryGuid;BOOLEAN bRetrieveAllSubCategories;GUID** ppAuditSubCategoriesArray;PULONG pCountReturned;
int;AuditFree;PVOID Buffer;
int;AuditLookupCategoryGuidFromCategoryId;POLICY_AUDIT_EVENT_TYPE AuditCategoryId;GUID* pAuditCategoryGuid;
int;AuditLookupCategoryIdFromCategoryGuid;const GUID* pAuditCategoryGuid;PPOLICY_AUDIT_EVENT_TYPE pAuditCategoryId;
int;AuditLookupCategoryName;const GUID* pAuditCategoryGuid;PTSTR* ppszCategoryName;
int;AuditLookupSubCategoryName;const GUID* pAuditSubCategoryGuid;PTSTR* ppszSubCategoryName;
int;AuditQueryPerUserPolicy;const PSID pSid;const GUID* pSubCategoryGuids;ULONG PolicyCount;PAUDIT_POLICY_INFORMATION* ppAuditPolicy;
int;AuditQuerySecurity;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR* ppSecurityDescriptor;
int;AuditQuerySystemPolicy;const GUID* pSubCategoryGuids;ULONG PolicyCount;PAUDIT_POLICY_INFORMATION* ppAuditPolicy;
int;AuditSetPerUserPolicy;const PSID pSid;PCAUDIT_POLICY_INFORMATION pAuditPolicy;ULONG PolicyCount;
int;AuditSetSecurity;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR pSecurityDescriptor;
int;AuditSetSystemPolicy;PCAUDIT_POLICY_INFORMATION pAuditPolicy;ULONG PolicyCount;
int;BackupEventLog;HANDLE hEventLog;LPCTSTR lpBackupFileName;
int;BuildExplicitAccessWithName;PEXPLICIT_ACCESS pExplicitAccess;LPTSTR pTrusteeName;DWORD AccessPermissions;ACCESS_MODE AccessMode;DWORD Inheritance;
int;BuildSecurityDescriptor;PTRUSTEE pOwner;PTRUSTEE pGroup;ULONG cCountOfAccessEntries;PEXPLICIT_ACCESS pListOfAccessEntries;ULONG cCountOfAuditEntries;PEXPLICIT_ACCESS pListOfAuditEntries;PSECURITY_DESCRIPTOR pOldSD;PULONG pSizeNewSD;PSECURITY_DESCRIPTOR* pNewSD;
int;BuildTrusteeWithName;PTRUSTEE pTrustee;LPTSTR pName;
int;BuildTrusteeWithObjectsAndName;PTRUSTEE pTrustee;POBJECTS_AND_NAME pObjName;SE_OBJECT_TYPE ObjectType;LPTSTR ObjectTypeName;LPTSTR InheritedObjectTypeName;LPTSTR Name;
int;BuildTrusteeWithObjectsAndSid;PTRUSTEE pTrustee;POBJECTS_AND_SID pObjSid;GUID* pObjectGuid;GUID* pInheritedObjectGuid;PSID pSid;
int;BuildTrusteeWithSid;PTRUSTEE pTrustee;PSID pSid;
int;ChangeServiceConfig;SC_HANDLE hService;DWORD dwServiceType;DWORD dwStartType;DWORD dwErrorControl;LPCTSTR lpBinaryPathName;LPCTSTR lpLoadOrderGroup;LPDWORD lpdwTagId;LPCTSTR lpDependencies;LPCTSTR lpServiceStartName;LPCTSTR lpPassword;LPCTSTR lpDisplayName;
int;ChangeServiceConfig2;SC_HANDLE hService;DWORD dwInfoLevel;LPVOID lpInfo;
int;CheckTokenMembership;HANDLE TokenHandle;PSID SidToCheck;PBOOL IsMember;
int;ClearEventLog;HANDLE hEventLog;LPCTSTR lpBackupFileName;
int;CloseEncryptedFileRaw;PVOID pvContext;
int;CloseEventLog;HANDLE hEventLog;
int;CloseServiceHandle;SC_HANDLE hSCObject;
int;CloseThreadWaitChainSession;HWCT WctHandle;
int;CloseTrace;TRACEHANDLE TraceHandle;
int;ControlService;SC_HANDLE hService;DWORD dwControl;LPSERVICE_STATUS lpServiceStatus;
int;ControlServiceEx;SC_HANDLE hService;DWORD dwControl;DWORD dwInfoLevel;PVOID pControlParams;
int;ControlTrace;TRACEHANDLE SessionHandle;LPCTSTR SessionName;PEVENT_TRACE_PROPERTIES Properties;ULONG ControlCode;
int;ConvertSecurityDescriptorToStringSecurityDescriptor;PSECURITY_DESCRIPTOR SecurityDescriptor;DWORD RequestedStringSDRevision;SECURITY_INFORMATION SecurityInformation;LPTSTR* StringSecurityDescriptor;PULONG StringSecurityDescriptorLen;
int;ConvertSidToStringSid;PSID Sid;LPTSTR* StringSid;
int;ConvertStringSecurityDescriptorToSecurityDescriptor;LPCTSTR StringSecurityDescriptor;DWORD StringSDRevision;PSECURITY_DESCRIPTOR* SecurityDescriptor;PULONG SecurityDescriptorSize;
int;ConvertStringSidToSid;LPCTSTR StringSid;PSID* Sid;
int;ConvertToAutoInheritPrivateObjectSecurity;PSECURITY_DESCRIPTOR ParentDescriptor;PSECURITY_DESCRIPTOR CurrentSecurityDescriptor;PSECURITY_DESCRIPTOR* NewSecurityDescriptor;GUID* ObjectType;BOOLEAN IsDirectoryObject;PGENERIC_MAPPING GenericMapping;
int;CopySid;DWORD nDestinationSidLength;PSID pDestinationSid;PSID pSourceSid;
int;CreatePrivateObjectSecurity;PSECURITY_DESCRIPTOR ParentDescriptor;PSECURITY_DESCRIPTOR CreatorDescriptor;PSECURITY_DESCRIPTOR* NewDescriptor;BOOL IsDirectoryObject;HANDLE Token;PGENERIC_MAPPING GenericMapping;
int;CreatePrivateObjectSecurityEx;PSECURITY_DESCRIPTOR ParentDescriptor;PSECURITY_DESCRIPTOR CreatorDescriptor;PSECURITY_DESCRIPTOR* NewDescriptor;GUID* ObjectType;BOOL IsContainerObject;DWORD AutoInheritFlags;HANDLE Token;PGENERIC_MAPPING GenericMapping;
int;CreatePrivateObjectSecurityWithMultipleInheritance;PSECURITY_DESCRIPTOR ParentDescriptor;PSECURITY_DESCRIPTOR CreatorDescriptor;PSECURITY_DESCRIPTOR* NewDescriptor;GUID** ObjectTypes;ULONG GuidCount;BOOL IsContainerObject;DWORD AutoInheritFlags;HANDLE Token;PGENERIC_MAPPING GenericMapping;
int;CreateProcessAsUser;HANDLE hToken;LPCTSTR lpApplicationName;LPTSTR lpCommandLine;LPSECURITY_ATTRIBUTES lpProcessAttributes;LPSECURITY_ATTRIBUTES lpThreadAttributes;BOOL bInheritHandles;DWORD dwCreationFlags;LPVOID lpEnvironment;LPCTSTR lpCurrentDirectory;LPSTARTUPINFO lpStartupInfo;LPPROCESS_INFORMATION lpProcessInformation;
int;CreateProcessWithLogonW;LPCWSTR lpUsername;LPCWSTR lpDomain;LPCWSTR lpPassword;DWORD dwLogonFlags;LPCWSTR lpApplicationName;LPWSTR lpCommandLine;DWORD dwCreationFlags;LPVOID lpEnvironment;LPCWSTR lpCurrentDirectory;LPSTARTUPINFOW lpStartupInfo;LPPROCESS_INFORMATION lpProcessInfo;
int;CreateProcessWithTokenW;HANDLE hToken;DWORD dwLogonFlags;LPCWSTR lpApplicationName;LPWSTR lpCommandLine;DWORD dwCreationFlags;LPVOID lpEnvironment;LPCWSTR lpCurrentDirectory;LPSTARTUPINFOW lpStartupInfo;LPPROCESS_INFORMATION lpProcessInfo;
int;CreateRestrictedToken;HANDLE ExistingTokenHandle;CreateRestrictedTokenFlags Flags;DWORD DisableSidCount;PSID_AND_ATTRIBUTES SidsToDisable;DWORD DeletePrivilegeCount;PLUID_AND_ATTRIBUTES PrivilegesToDelete;DWORD RestrictedSidCount;PSID_AND_ATTRIBUTES SidsToRestrict;PHANDLE NewTokenHandle;
int;CreateService;SC_HANDLE hSCManager;LPCTSTR lpServiceName;LPCTSTR lpDisplayName;DWORD dwDesiredAccess;DWORD dwServiceType;DWORD dwStartType;DWORD dwErrorControl;LPCTSTR lpBinaryPathName;LPCTSTR lpLoadOrderGroup;LPDWORD lpdwTagId;LPCTSTR lpDependencies;LPCTSTR lpServiceStartName;LPCTSTR lpPassword;
int;CreateServiceA;SC_HANDLE hSCManager;LPCTSTR lpServiceName;LPCTSTR lpDisplayName;DWORD dwDesiredAccess;DWORD dwServiceType;DWORD dwStartType;DWORD dwErrorControl;LPCTSTR lpBinaryPathName;LPCTSTR lpLoadOrderGroup;LPDWORD lpdwTagId;LPCTSTR lpDependencies;LPCTSTR lpServiceStartName;LPCTSTR lpPassword;
int;CreateServiceW;SC_HANDLE hSCManager;LPCTSTR lpServiceName;LPCTSTR lpDisplayName;DWORD dwDesiredAccess;DWORD dwServiceType;DWORD dwStartType;DWORD dwErrorControl;LPCTSTR lpBinaryPathName;LPCTSTR lpLoadOrderGroup;LPDWORD lpdwTagId;LPCTSTR lpDependencies;LPCTSTR lpServiceStartName;LPCTSTR lpPassword;
int;CreateTraceInstanceId;HANDLE RegHandle;PEVENT_INSTANCE_INFO pInstInfo;
int;CreateWellKnownSid;WELL_KNOWN_SID_TYPE WellKnownSidType;PSID DomainSid;PSID pSid;DWORD* cbSid;
int;CredDelete;LPCTSTR TargetName;DWORD Type;DWORD Flags;
int;CredEnumerate;LPCTSTR Filter;DWORD Flags;DWORD* Count;PCREDENTIAL** Credentials;
int;CredFindBestCredential;LPCTSTR TargetName;DWORD Type;DWORD Flags;PCREDENTIAL* Credential;
int;CredFree;PVOID Buffer;
int;CredGetSessionTypes;DWORD MaximumPersistCount;LPDWORD MaximumPersist;
int;CredGetTargetInfo;LPCTSTR TargetName;DWORD Flags;PCREDENTIAL_TARGET_INFORMATION* TargetInfo;
int;CredIsMarshaledCredential;LPTSTR MarshaledCredential;
int;CredIsProtected;LPTSTR pszProtectedCredentials;CRED_PROTECTION_TYPE* pProtectionType;
int;CredMarshalCredential;CRED_MARSHAL_TYPE CredType;PVOID Credential;LPTSTR* MarshaledCredential;
int;CredProtect;BOOL fAsSelf;LPTSTR pszCredentials;DWORD cchCredentials;LPTSTR pszProtectedCredentials;DWORD* pcchMaxChars;CRED_PROTECTION_TYPE* ProtectionType;
int;CredRead;LPCTSTR TargetName;DWORD Type;DWORD Flags;PCREDENTIAL* Credential;
int;CredReadDomainCredentials;PCREDENTIAL_TARGET_INFORMATION TargetInfo;DWORD Flags;DWORD* Count;PCREDENTIAL** Credentials;
int;CredRename;LPCTSTR OldTargetName;LPCTSTR NewTargetName;DWORD Type;DWORD Flags;
int;CredUnmarshalCredential;LPCTSTR MarshaledCredential;PCRED_MARSHAL_TYPE CredType;PVOID* Credential;
int;CredUnprotect;BOOL fAsSelf;LPTSTR pszProtectedCredentials;DWORD cchCredentials;LPTSTR pszCredentials;DWORD* pcchMaxChars;
int;CredWrite;PCREDENTIAL Credential;DWORD Flags;
int;CredWriteDomainCredentials;PCREDENTIAL_TARGET_INFORMATION TargetInfo;PCREDENTIAL Credential;DWORD Flags;
int;CryptAcquireContext;HCRYPTPROV* phProv;LPCTSTR pszContainer;LPCTSTR pszProvider;DWORD dwProvType;DWORD dwFlags;
int;CryptAcquireContextW;HCRYPTPROV* phProv;LPCTSTR pszContainer;LPCTSTR pszProvider;DWORD dwProvType;DWORD dwFlags;
int;CryptContextAddRef;HCRYPTPROV hProv;DWORD* pdwReserved;DWORD dwFlags;
int;CryptCreateHash;HCRYPTPROV hProv;ALG_ID Algid;HCRYPTKEY hKey;DWORD dwFlags;HCRYPTHASH* phHash;
int;CryptDecrypt;HCRYPTKEY hKey;HCRYPTHASH hHash;BOOL Final;DWORD dwFlags;BYTE* pbData;DWORD* pcbData;
int;CryptDeriveKey;HCRYPTPROV hProv;ALG_ID Algid;HCRYPTHASH hBaseData;DWORD dwFlags;HCRYPTKEY* phKey;
int;CryptDestroyHash;HCRYPTHASH hHash;
int;CryptDestroyKey;HCRYPTKEY hXchgKey;
int;CryptDuplicateHash;HCRYPTHASH hHash;DWORD* pdwReserved;DWORD dwFlags;HCRYPTHASH* phHash;
int;CryptDuplicateKey;HCRYPTKEY hKey;DWORD* pdwReserved;DWORD dwFlags;HCRYPTKEY* phKey;
int;CryptEncrypt;HCRYPTKEY hKey;HCRYPTHASH hHash;BOOL Final;DWORD dwFlags;BYTE* pbData;DWORD* pdwDataLen;DWORD dwBufLen;
int;CryptEnumProviderTypes;DWORD dwIndex;DWORD* pdwReserved;DWORD dwFlags;DWORD pdwProvType;LPTSTR pszTypeName;DWORD* pcbTypeName;
int;CryptEnumProviders;DWORD dwIndex;DWORD* pdwReserved;DWORD dwFlags;DWORD pdwProvType;LPTSTR pszProvName;DWORD* pcbProvName;
int;CryptExportKey;HCRYPTKEY hKey;HCRYPTKEY hExpKey;DWORD dwBlobType;DWORD dwFlags;BYTE* pbData;DWORD* pdwbDataLen;
int;CryptGenKey;HCRYPTPROV hProv;ALG_ID Algid;DWORD dwFlags;HCRYPTKEY* phKey;
int;CryptGenRandom;HCRYPTPROV hProv;DWORD dwLen;BYTE* pbBuffer;
int;CryptGetDefaultProvider;DWORD dwProvType;DWORD* pdwReserved;DWORD dwFlags;LPTSTR pszProvName;DWORD* pcbProvName;
int;CryptGetHashParam;HCRYPTHASH hHash;DWORD dwParam;BYTE* pbData;DWORD* pdwDataLen;DWORD dwFlags;
int;CryptGetKeyParam;HCRYPTKEY hKey;DWORD dwParam;BYTE* pbData;DWORD* pdwDataLen;DWORD dwFlags;
int;CryptGetProvParam;HCRYPTPROV hProv;DWORD dwParam;BYTE* pbData;DWORD* pdwDataLen;DWORD dwFlags;
int;CryptGetUserKey;HCRYPTPROV hProv;DWORD dwKeySpec;HCRYPTKEY* hKey;
int;CryptHashData;HCRYPTHASH hHash;BYTE* pbData;DWORD dwDataLen;DWORD dwFlags;
int;CryptHashSessionKey;HCRYPTHASH hHash;HCRYPTKEY hKey;DWORD dwFlags;
int;CryptImportKey;HCRYPTPROV hProv;BYTE* pbData;DWORD dwDataLen;HCRYPTKEY hPubKey;DWORD dwFlags;HCRYPTKEY* phKey;
int;CryptReleaseContext;HCRYPTPROV hProv;
int;CryptSetHashParam;HCRYPTHASH hHash;DWORD dwParam;const BYTE* pbData;DWORD dwFlags;
int;CryptSetKeyParam;HCRYPTKEY hKey;DWORD dwParam;const BYTE* pbData;DWORD dwFlags;
int;CryptSetProvParam;HCRYPTPROV hProv;DWORD dwParam;const BYTE* pbData;DWORD dwFlags;
int;CryptSetProvider;LPCTSTR pszProvName;DWORD dwProvType;
int;CryptSetProviderEx;LPCTSTR pszProvName;DWORD dwProvType;DWORD* pdwReserved;DWORD dwFlags;
int;CryptSignHash;HCRYPTHASH hHash;DWORD dwKeySpec;LPCTSTR sDescription;DWORD dwFlags;BYTE* pbSignature;DWORD* pdwSigLen;
int;CryptVerifySignature;HCRYPTHASH hHash;BYTE* pbSignature;DWORD dwSigLen;HCRYPTKEY hPubKey;LPCTSTR sDescription;DWORD dwFlags;
int;DecryptFile;LPCTSTR lpFileName;DWORD dwReserved;
int;DeleteAce;PACL pAcl;DWORD dwAceIndex;
int;DeleteService;SC_HANDLE hService;
int;DeregisterEventSource;HANDLE hEventLog;
int;DestroyPrivateObjectSecurity;PSECURITY_DESCRIPTOR* ObjectDescriptor;
int;DuplicateEncryptionInfoFile;LPCTSTR SrcFileName;LPCTSTR DstFileName;DWORD dwCreationDistribution;DWORD dwAttributes;const LPSECURITY_ATTRIBUTES lpSecurityAttributes;
int;DuplicateToken;HANDLE ExistingTokenHandle;SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;PHANDLE DuplicateTokenHandle;
int;DuplicateTokenEx;HANDLE hExistingToken;DWORD dwDesiredAccess;LPSECURITY_ATTRIBUTES lpTokenAttributes;SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;TOKEN_TYPE TokenType;PHANDLE phNewToken;
int;EnableTrace;ULONG Enable;ULONG EnableFlag;ULONG EnableLevel;LPCGUID ControlGuid;TRACEHANDLE SessionHandle;
int;EnableTraceEx;LPCGUID ProviderId;LPCGUID SourceId;TRACEHANDLE TraceHandle;ULONG IsEnabled;UCHAR Level;ULONGLONG MatchAnyKeyword;ULONGLONG MatchAllKeyword;ULONG EnableProperty;PEVENT_FILTER_DESCRIPTOR EnableFilterDesc;
int;EnableTraceEx2;TRACEHANDLE TraceHandle;LPCGUID ProviderId;ULONG ControlCode;UCHAR Level;ULONGLONG MatchAnyKeyword;ULONGLONG MatchAllKeyword;ULONG Timeout;PENABLE_TRACE_PARAMETERS EnableParameters;
int;EncryptFile;LPCTSTR lpFileName;
int;EncryptionDisable;LPCWSTR DirPath;BOOL Disable;
int;EnumDependentServices;SC_HANDLE hService;DWORD dwServiceState;LPENUM_SERVICE_STATUS lpServices;DWORD cbBufSize;LPDWORD pcbBytesNeeded;LPDWORD lpServicesReturned;
int;EnumServicesStatus;SC_HANDLE hSCManager;DWORD dwServiceType;DWORD dwServiceState;LPENUM_SERVICE_STATUS lpServices;DWORD cbBufSize;LPDWORD pcbBytesNeeded;LPDWORD lpServicesReturned;LPDWORD lpResumeHandle;
int;EnumServicesStatusEx;SC_HANDLE hSCManager;SC_ENUM_TYPE InfoLevel;DWORD dwServiceType;DWORD dwServiceState;LPBYTE lpServices;DWORD cbBufSize;LPDWORD pcbBytesNeeded;LPDWORD lpServicesReturned;LPDWORD lpResumeHandle;LPCTSTR pszGroupName;
int;EnumerateTraceGuids;PTRACE_GUID_PROPERTIES* GuidPropertiesArray;ULONG PropertyArrayCount;PULONG GuidCount;
int;EnumerateTraceGuidsEx;TRACE_QUERY_INFO_CLASS TraceQueryInfoClass;PVOID InBuffer;ULONG InBufferSize;PVOID OutBuffer;ULONG OutBufferSize;PULONG ReturnLength;
int;EqualDomainSid;PSID pSid1;PSID pSid2;BOOL* pfEqual;
int;EqualPrefixSid;PSID pSid1;PSID pSid2;
int;EqualSid;PSID pSid1;PSID pSid2;
int;EventAccessControl;LPGUID Guid;ULONG Operation;PSID Sid;ULONG Rights;BOOLEAN AllowOrDeny;
int;EventAccessQuery;LPGUID Guid;PSECURITY_DESCRIPTOR Buffer;PULONG BufferSize;
int;EventAccessRemove;LPGUID Guid;
int;EventActivityIdControl;DWORD ControlCode;LPGUID ActivityId;
int;EventEnabled;REGHANDLE RegHandle;PCEVENT_DESCRIPTOR EventDescriptor;
int;EventProviderEnabled;REGHANDLE RegHandle;UCHAR Level;ULONGLONG Keyword;
int;EventRegister;LPCGUID ProviderId;ENABLECALLBACK EnableCallback;PVOID CallbackContext;PREGHANDLE RegHandle;
int;EventUnregister;REGHANDLE RegHandle;
int;EventWrite;REGHANDLE RegHandle;PCEVENT_DESCRIPTOR EventDescriptor;ULONG UserDataCount;PEVENT_DATA_DESCRIPTOR UserData;
int;EventWriteString;REGHANDLE RegHandle;UCHAR Level;ULONGLONG Keyword;PCWSTR String;
int;EventWriteTransfer;REGHANDLE RegHandle;PCEVENT_DESCRIPTOR EventDescriptor;LPCGUID ActivityId;LPCGUID RelatedActivityId;ULONG UserDataCount;PEVENT_DATA_DESCRIPTOR UserData;
int;FileEncryptionStatus;LPCTSTR lpFileName;LPDWORD lpStatus;
int;FindFirstFreeAce;PACL pAcl;LPVOID* pAce;
int;FlushTrace;TRACEHANDLE SessionHandle;LPCTSTR SessionName;PEVENT_TRACE_PROPERTIES Properties;
int;FreeEncryptionCertificateHashList;PENCRYPTION_CERTIFICATE_HASH_LIST pHashes;
int;FreeInheritedFromArray;PINHERITED_FROM pInheritArray;USHORT AceCnt;PFN_OBJECT_MGR_FUNCTS pfnArray;
int;FreeSid;PSID pSid;
int;GetAce;PACL pAcl;DWORD dwAceIndex;LPVOID* lpAce;
int;GetAclInformation;PACL pAcl;LPVOID pAclInformation;DWORD nAclInformationLength;ACL_INFORMATION_CLASS dwAclInformationClass;
int;GetAuditedPermissionsFromAcl;PACL pacl;PTRUSTEE pTrustee;PACCESS_MASK pSuccessfulAuditedRights;PACCESS_MASK pFailedAuditRights;
int;GetAuditedPermissionsFromAclA;PACL pacl;PTRUSTEE pTrustee;PACCESS_MASK pSuccessfulAuditedRights;PACCESS_MASK pFailedAuditRights;
int;GetAuditedPermissionsFromAclW;PACL pacl;PTRUSTEE pTrustee;PACCESS_MASK pSuccessfulAuditedRights;PACCESS_MASK pFailedAuditRights;
int;GetCurrentHwProfile;LPHW_PROFILE_INFO lpHwProfileInfo;
int;GetEffectiveRightsFromAcl;PACL pacl;PTRUSTEE pTrustee;PACCESS_MASK pAccessRights;
int;GetEventLogInformation;HANDLE hEventLog;DWORD dwInfoLevel;LPVOID lpBuffer;DWORD cbBufSize;LPDWORD pcbBytesNeeded;
int;GetExplicitEntriesFromAcl;PACL pacl;PULONG pcCountOfExplicitEntries;PEXPLICIT_ACCESS* pListOfExplicitEntries;
int;GetFileSecurity;LPCTSTR lpFileName;SECURITY_INFORMATION RequestedInformation;PSECURITY_DESCRIPTOR pSecurityDescriptor;DWORD nLength;LPDWORD lpnLengthNeeded;
int;GetInheritanceSource;LPTSTR pObjectName;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;BOOL Container;GUID** pObjectClassGuids;DWORD GuidCount;PACL pAcl;PFN_OBJECT_MGR_FUNCTS pfnArray;PGENERIC_MAPPING pGenericMapping;PINHERITED_FROM pInheritArray;
int;GetKernelObjectSecurity;HANDLE Handle;SECURITY_INFORMATION RequestedInformation;PSECURITY_DESCRIPTOR pSecurityDescriptor;DWORD nLength;LPDWORD lpnLengthNeeded;
int;GetLengthSid;PSID pSid;
int;GetLocalManagedApplications;BOOL bUserApps;LPDWORD pdwApps;PLOCALMANAGEDAPPLICATION* prgLocalApps;
int;GetManagedApplicationCategories;DWORD dwReserved;APPCATEGORYINFOLIST* pAppCategory;
int;GetManagedApplications;GUID* pCategory;DWORD dwQueryFlags;DWORD dwInfoLevel;LPDWORD pdwApps;PMANAGEDAPPLICATION* prgManagedApps;
int;GetNamedSecurityInfo;LPTSTR pObjectName;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;PSID* ppsidOwner;PSID* ppsidGroup;PACL* ppDacl;PACL* ppSacl;PSECURITY_DESCRIPTOR* ppSecurityDescriptor;
int;GetNumberOfEventLogRecords;HANDLE hEventLog;PDWORD NumberOfRecords;
int;GetOldestEventLogRecord;HANDLE hEventLog;PDWORD OldestRecord;
int;GetPrivateObjectSecurity;PSECURITY_DESCRIPTOR ObjectDescriptor;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR ResultantDescriptor;DWORD DescriptorLength;PDWORD ReturnLength;
int;GetSecurityDescriptorControl;PSECURITY_DESCRIPTOR pSecurityDescriptor;PSECURITY_DESCRIPTOR_CONTROL pControl;DWORD lpdwRevision;
int;GetSecurityDescriptorDacl;PSECURITY_DESCRIPTOR pSecurityDescriptor;LPBOOL lpbDaclPresent;PACL* pDacl;LPBOOL lpbDaclDefaulted;
int;GetSecurityDescriptorGroup;PSECURITY_DESCRIPTOR pSecurityDescriptor;PSID* pGroup;LPBOOL lpbGroupDefaulted;
int;GetSecurityDescriptorLength;PSECURITY_DESCRIPTOR pSecurityDescriptor;
int;GetSecurityDescriptorOwner;PSECURITY_DESCRIPTOR pSecurityDescriptor;PSID* pOwner;LPBOOL lpbOwnerDefaulted;
int;GetSecurityDescriptorSacl;PSECURITY_DESCRIPTOR pSecurityDescriptor;LPBOOL lpbSaclPresent;PACL* pSacl;LPBOOL lpbSaclDefaulted;
int;GetSecurityInfo;HANDLE handle;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;PSID* ppsidOwner;PSID* ppsidGroup;PACL* ppDacl;PACL* ppSacl;PSECURITY_DESCRIPTOR* ppSecurityDescriptor;
int;GetServiceDisplayName;SC_HANDLE hSCManager;LPCTSTR lpServiceName;LPTSTR lpDisplayName;LPDWORD lpcchBuffer;
int;GetServiceKeyName;SC_HANDLE hSCManager;LPCTSTR lpDisplayName;LPTSTR lpServiceName;LPDWORD lpcchBuffer;
int;GetSidIdentifierAuthority;PSID pSid;
int;GetSidLengthRequired;UCHAR nSubAuthorityCount;
int;GetSidSubAuthority;PSID pSid;DWORD nSubAuthority;
int;GetSidSubAuthorityCount;PSID pSid;
int;GetThreadWaitChain;HWCT WctHandle;DWORD_PTR Context;DWORD Flags;DWORD ThreadId;LPDWORD NodeCount;PWAITCHAIN_NODE_INFO NodeInfoArray;LPBOOL IsCycle;
int;GetTokenInformation;HANDLE TokenHandle;TOKEN_INFORMATION_CLASS TokenInformationClass;LPVOID TokenInformation;DWORD TokenInformationLength;PDWORD ReturnLength;
int;GetTraceEnableFlags;TRACEHANDLE SessionHandle;
int;GetTraceEnableLevel;TRACEHANDLE SessionHandle;
int;GetTraceLoggerHandle;PVOID Buffer;
int;GetTrusteeForm;PTRUSTEE pTrustee;
int;GetTrusteeName;PTRUSTEE pTrustee;
int;GetTrusteeType;PTRUSTEE pTrustee;
int;GetUserName;LPTSTR lpBuffer;LPDWORD lpnSize;
int;GetUserNameA;LPTSTR lpBuffer;LPDWORD nBufferSize;
int;GetUserNameW;LPTSTR lpBuffer;LPDWORD nBufferSize;
int;GetWindowsAccountDomainSid;PSID pSid;PSID ppDomainSid;DWORD* cbSid;
int;ImpersonateAnonymousToken;HANDLE ThreadHandle;
int;ImpersonateLoggedOnUser;HANDLE hToken;
int;ImpersonateNamedPipeClient;HANDLE hNamedPipe;
int;ImpersonateSelf;SECURITY_IMPERSONATION_LEVEL ImpersonationLevel;
int;InitializeAcl;PACL pAcl;DWORD nAclLength;DWORD dwAclRevision;
int;InitializeSecurityDescriptor;PSECURITY_DESCRIPTOR pSecurityDescriptor;DWORD dwRevision;
int;InitializeSid;PSID Sid;PSID_IDENTIFIER_AUTHORITY pIdentifierAuthority;BYTE nSubAuthorityCount;
int;InitiateShutdown;LPTSTR lpMachineName;LPTSTR lpMessage;DWORD dwGracePeriod;DWORD dwShutdownFlags;DWORD dwReason;
int;InitiateSystemShutdown;LPTSTR lpMachineName;LPTSTR lpMessage;DWORD dwTimeout;BOOL bForceAppsClosed;BOOL bRebootAfterShutdown;
int;InitiateSystemShutdownEx;LPTSTR lpMachineName;LPTSTR lpMessage;DWORD dwTimeout;BOOL bForceAppsClosed;BOOL bRebootAfterShutdown;DWORD dwReason;
int;InstallApplication;PINSTALLDATA* pInstallInfo;
int;IsTextUnicode;const VOID* lpStockBuffer;int iSize;DWORD lpiFlag;
int;IsTokenRestricted;HANDLE TokenHandle;
int;IsValidAcl;PACL pAcl;
int;IsValidSecurityDescriptor;PSECURITY_DESCRIPTOR pSecurityDescriptor;
int;IsValidSid;PSID pSid;
int;IsWellKnownSid;PSID pSid;WELL_KNOWN_SID_TYPE WellKnownSidType;
int;LockServiceDatabase;SC_HANDLE hSCManager;
int;LogonUser;LPTSTR lpszUsername;LPTSTR lpszDomain;LPTSTR lpszPassword;DWORD dwLogonType;DWORD dwLogonProvider;PHANDLE phToken;
int;LogonUserEx;LPTSTR lpszUsername;LPTSTR lpszDomain;LPTSTR lpszPassword;DWORD dwLogonType;DWORD dwLogonProvider;PHANDLE phToken;PSID* ppLogonSid;PVOID* ppProfileBuffer;LPDWORD pdwProfileLength;PQUOTA_LIMITS pQuotaLimits;
int;LogonUserExExW;LPWSTR lpszUsername;LPWSTR lpszDomain;LPWSTR lpszPassword;DWORD dwLogonType;PTOKEN_GROUPS pTokenGroups;DWORD dwLogonProvider;PHANDLE phToken;PSID* ppLogonSid;PVOID* ppProfileBuffer;LPDWORD pdwProfileLength;PQUOTA_LIMITS pQuotaLimits;
int;LookupAccountName;LPCTSTR lpSystemName;LPCTSTR lpAccountName;PSID Sid;LPDWORD cbSid;LPTSTR ReferencedDomainName;LPDWORD cchReferencedDomainName;PSID_NAME_USE peUse;
int;LookupAccountSid;LPCTSTR lpSystemName;PSID lpSid;LPTSTR lpName;LPDWORD cchName;LPTSTR lpReferencedDomainName;LPDWORD cchReferencedDomainName;PSID_NAME_USE peUse;
int;LookupPrivilegeDisplayName;LPCTSTR lpSystemName;LPCTSTR lpName;LPTSTR lpDisplayName;LPDWORD cchDisplayName;LPDWORD lpLanguageId;
int;LookupPrivilegeName;LPCTSTR lpSystemName;PLUID lpLuid;LPTSTR lpName;LPDWORD cchName;
int;LookupPrivilegeValue;LPCTSTR lpSystemName;LPCTSTR lpName;PLUID lpLuid;
int;LookupPrivilegeValueW;LPCTSTR lpSystemName;LPCTSTR lpName;PLUID lpLuid;
int;LookupSecurityDescriptorParts;PTRUSTEE* pOwner;PTRUSTEE* pGroup;PULONG cCountOfAccessEntries;PEXPLICIT_ACCESS* pListOfAccessEntries;PULONG cCountOfAuditEntries;PEXPLICIT_ACCESS* pListOfAuditEntries;PSECURITY_DESCRIPTOR pSD;
int;LsaAddAccountRights;LSA_HANDLE PolicyHandle;PSID AccountSid;PLSA_UNICODE_STRING UserRights;ULONG CountOfRights;
int;LsaClose;LSA_HANDLE ObjectHandle;
int;LsaCreateTrustedDomainEx;LSA_HANDLE PolicyHandle;PTRUSTED_DOMAIN_INFORMATION_EX TrustedDomainInformation;PTRUSTED_DOMAIN_AUTH_INFORMATION AuthenticationInformation;ACCESS_MASK DesiredAccess;PLSA_HANDLE TrustedDomainHandle;
int;LsaDeleteTrustedDomain;LSA_HANDLE PolicyHandle;PSID TrustedDomainSid;
int;LsaEnumerateAccountRights;LSA_HANDLE PolicyHandle;PSID AccountSid;PLSA_UNICODE_STRING* UserRights;PULONG CountOfRights;
int;LsaEnumerateAccountsWithUserRight;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING UserRights;PVOID* EnumerationBuffer;PULONG CountReturned;
int;LsaEnumerateTrustedDomains;LSA_HANDLE PolicyHandle;PLSA_ENUMERATION_HANDLE EnumerationContext;PVOID* Buffer;ULONG PreferedMaximumLength;PULONG CountReturned;
int;LsaEnumerateTrustedDomainsEx;LSA_HANDLE PolicyHandle;PLSA_ENUMERATION_HANDLE EnumerationContext;PVOID* Buffer;ULONG PreferredMaximumLength;PULONG CountReturned;
int;LsaFreeMemory;PVOID Buffer;
int;LsaLookupNames;LSA_HANDLE PolicyHandle;ULONG Count;PLSA_UNICODE_STRING Names;PLSA_REFERENCED_DOMAIN_LIST* ReferencedDomains;PLSA_TRANSLATED_SID* Sids;
int;LsaLookupNames2;LSA_HANDLE PolicyHandle;ULONG Flags;ULONG Count;PLSA_UNICODE_STRING Names;PLSA_REFERENCED_DOMAIN_LIST* ReferencedDomains;PLSA_TRANSLATED_SID2* Sids;
int;LsaLookupPrivilegeValue;LSA_HANDLE PolicyHandle;PUNICODE_STRING Name;PLUID Value;
int;LsaLookupSids;LSA_HANDLE PolicyHandle;ULONG Count;PSID* Sids;PLSA_REFERENCED_DOMAIN_LIST* ReferencedDomains;PLSA_TRANSLATED_NAME* Names;
int;LsaNtStatusToWinError;NTSTATUS Status;
int;LsaOpenPolicy;PLSA_UNICODE_STRING SystemName;PLSA_OBJECT_ATTRIBUTES ObjectAttributes;ACCESS_MASK DesiredAccess;PLSA_HANDLE PolicyHandle;
int;LsaOpenTrustedDomainByName;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING TrustedDomainName;ACCESS_MASK DesiredAccess;PLSA_HANDLE TrustedDomainHandle;
int;LsaQueryDomainInformationPolicy;LSA_HANDLE PolicyHandle;POLICY_DOMAIN_INFORMATION_CLASS InformationClass;PVOID* Buffer;
int;LsaQueryForestTrustInformation;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING TrustedDomainName;PLSA_FOREST_TRUST_INFORMATION* ForestTrustInfo;
int;LsaQueryInformationPolicy;LSA_HANDLE PolicyHandle;POLICY_INFORMATION_CLASS InformationClass;PVOID* Buffer;
int;LsaQueryTrustedDomainInfo;LSA_HANDLE PolicyHandle;PSID TrustedDomainSid;TRUSTED_INFORMATION_CLASS InformationClass;PVOID* Buffer;
int;LsaQueryTrustedDomainInfoByName;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING TrustedDomainName;TRUSTED_INFORMATION_CLASS InformationClass;PVOID* Buffer;
int;LsaRemoveAccountRights;LSA_HANDLE PolicyHandle;PSID AccountSid;BOOLEAN AllRights;PLSA_UNICODE_STRING UserRights;ULONG CountOfRights;
int;LsaRetrievePrivateData;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING KeyName;PLSA_UNICODE_STRING* PrivateData;
int;LsaSetDomainInformationPolicy;LSA_HANDLE PolicyHandle;POLICY_DOMAIN_INFORMATION_CLASS InformationClass;PVOID Buffer;
int;LsaSetForestTrustInformation;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING TrustedDomainName;PLSA_FOREST_TRUST_INFORMATION ForestTrustInfo;BOOLEAN CheckOnly;PLSA_FOREST_TRUST_COLLISION_INFORMATION* CollisionInfo;
int;LsaSetInformationPolicy;LSA_HANDLE PolicyHandle;POLICY_INFORMATION_CLASS InformationClass;PVOID Buffer;
int;LsaSetTrustedDomainInfoByName;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING TrustedDomainName;TRUSTED_INFORMATION_CLASS InformationClass;PVOID Buffer;
int;LsaSetTrustedDomainInformation;LSA_HANDLE PolicyHandle;PSID TrustedDomainSid;TRUSTED_INFORMATION_CLASS InformationClass;PVOID Buffer;
int;LsaStorePrivateData;LSA_HANDLE PolicyHandle;PLSA_UNICODE_STRING KeyName;PLSA_UNICODE_STRING PrivateData;
int;MakeAbsoluteSD;PSECURITY_DESCRIPTOR pSelfRelativeSD;PSECURITY_DESCRIPTOR pAbsoluteSD;LPDWORD lpdwAbsoluteSDSize;PACL pDacl;LPDWORD lpdwDaclSize;PACL pSacl;LPDWORD lpdwSaclSize;PSID pOwner;LPDWORD lpdwOwnerSize;PSID pPrimaryGroup;LPDWORD lpdwPrimaryGroupSize;
int;MakeSelfRelativeSD;PSECURITY_DESCRIPTOR pAbsoluteSD;PSECURITY_DESCRIPTOR pSelfRelativeSD;LPDWORD lpdwBufferLength;
int;MapGenericMask;PDWORD AccessMask;PGENERIC_MAPPING GenericMapping;
int;NotifyBootConfigStatus;BOOL BootAcceptable;
int;NotifyChangeEventLog;HANDLE hEventLog;HANDLE hEvent;
int;NotifyServiceStatusChange;SC_HANDLE hService;DWORD dwNotifyMask;PSERVICE_NOTIFY pNotifyBuffer;
int;ObjectCloseAuditAlarm;LPCTSTR SubsystemName;LPVOID HandleId;BOOL GenerateOnClose;
int;ObjectDeleteAuditAlarm;LPCTSTR SubsystemName;LPVOID HandleId;BOOL GenerateOnClose;
int;ObjectOpenAuditAlarm;LPCTSTR SubsystemName;LPVOID HandleId;LPTSTR ObjectTypeName;LPTSTR ObjectName;PSECURITY_DESCRIPTOR pSecurityDescriptor;HANDLE ClientToken;DWORD DesiredAccess;DWORD GrantedAccess;PPRIVILEGE_SET Privileges;BOOL ObjectCreation;BOOL AccessGranted;LPBOOL GenerateOnClose;
int;ObjectPrivilegeAuditAlarm;LPCTSTR SubsystemName;LPVOID HandleId;HANDLE ClientToken;DWORD DesiredAccess;PPRIVILEGE_SET Privileges;BOOL AccessGranted;
int;OpenBackupEventLog;LPCTSTR lpUNCServerName;LPCTSTR lpFileName;
int;OpenEncryptedFileRaw;LPCTSTR lpFileName;ULONG ulFlags;PVOID* pvContext;
int;OpenEventLog;LPCTSTR lpUNCServerName;LPCTSTR lpSourceName;
int;OpenProcessToken;HANDLE ProcessHandle;DWORD DesiredAccess;PHANDLE TokenHandle;
int;OpenSCManager;LPCTSTR lpMachineName;LPCTSTR lpDatabaseName;DWORD dwDesiredAccess;
int;OpenSCManagerA;LPCTSTR lpMachineName;LPCTSTR lpDatabaseName;DWORD dwDesiredAccess;
int;OpenSCManagerW;LPCTSTR lpMachineName;LPCTSTR lpDatabaseName;DWORD dwDesiredAccess;
int;OpenService;SC_HANDLE hSCManager;LPCTSTR lpServiceName;DWORD dwDesiredAccess;
int;OpenServiceA;DWORD hSCManager;DWORD lpserviceName;DWORD dwDesiredAccess;
int;OpenServiceA;SC_HANDLE hSCManager;LPCTSTR lpServiceName;DWORD dwDesiredAccess;
int;OpenServiceW;SC_HANDLE hSCManager;LPCTSTR lpserviceName;DWORD dwDesiredAccess;
int;OpenThreadToken;HANDLE ThreadHandle;DWORD DesiredAccess;BOOL OpenAsSelf;PHANDLE TokenHandle;
int;OpenThreadWaitChainSession;DWORD Flags;PWAITCHAINCALLBACK callback;
int;OpenTrace;PEVENT_TRACE_LOGFILE Logfile;
int;PerfCreateInstance;HANDLE hProvider;LPCGUID CounterSetGuid;LPCWSTR szInstanceName;ULONG dwInstance;
int;PerfDecrementULongCounterValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;ULONG lValue;
int;PerfDecrementULongLongCounterValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;ULONGLONG llValue;
int;PerfDeleteInstance;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE InstanceBlock;
int;PerfIncrementULongCounterValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;ULONG lValue;
int;PerfIncrementULongLongCounterValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;ULONGLONG llValue;
int;PerfQueryInstance;HANDLE hProvider;LPCGUID CounterSetGuid;LPCWSTR szInstance;ULONG dwInstance;
int;PerfSetCounterRefValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;PVOID lpAddr;
int;PerfSetCounterSetInfo;HANDLE hProvider;PPERF_COUNTERSET_INFO pTemplate;ULONG dwTemplateSize;
int;PerfSetULongCounterValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;ULONG lValue;
int;PerfSetULongLongCounterValue;HANDLE hProvider;PPERF_COUNTERSET_INSTANCE pInstance;ULONG CounterId;ULONGLONG llValue;
int;PerfStartProvider;LPGUID ProviderGuid;PERFLIBREQUEST ControlCallback;HANDLE* phProvider;
int;PerfStartProviderEx;LPGUID ProviderGuid;PPERF_PROVIDER_CONTEXT ProviderContext;HANDLE* phProvider;
int;PerfStopProvider;HANDLE hProvider;
int;PrivilegeCheck;HANDLE ClientToken;PPRIVILEGE_SET RequiredPrivileges;LPBOOL pfResult;
int;PrivilegedServiceAuditAlarm;LPCTSTR SubsystemName;LPCTSTR ServiceName;HANDLE ClientToken;PPRIVILEGE_SET Privileges;BOOL AccessGranted;
int;ProcessTrace;PTRACEHANDLE HandleArray;ULONG HandleCount;LPFILETIME StartTime;LPFILETIME EndTime;
int;QueryAllTraces;PEVENT_TRACE_PROPERTIES* PropertyArray;ULONG PropertyArrayCount;PULONG SessionCount;
int;QueryRecoveryAgentsOnEncryptedFile;LPCWSTR lpFileName;PENCRYPTION_CERTIFICATE_HASH_LIST* pRecoveryAgents;
int;QuerySecurityAccessMask;SECURITY_INFORMATION SecurityInformation;LPDWORD DesiredAccess;
int;QueryServiceConfig;SC_HANDLE hService;LPQUERY_SERVICE_CONFIG lpServiceConfig;DWORD cbBufSize;LPDWORD pcbBytesNeeded;
int;QueryServiceConfig2;SC_HANDLE hService;DWORD dwInfoLevel;LPBYTE lpBuffer;DWORD cbBufSize;LPDWORD pcbBytesNeeded;
int;QueryServiceLockStatus;SC_HANDLE hSCManager;LPQUERY_SERVICE_LOCK_STATUS lpLockStatus;DWORD cbBufSize;LPDWORD pcbBytesNeeded;
int;QueryServiceObjectSecurity;SC_HANDLE hService;SECURITY_INFORMATION dwSecurityInformation;PSECURITY_DESCRIPTOR lpSecurityDescriptor;DWORD cbBufSize;LPDWORD pcbBytesNeeded;
int;QueryServiceStatus;SC_HANDLE hService;LPSERVICE_STATUS lpServiceStatus;
int;QueryServiceStatusEx;SC_HANDLE hService;SC_STATUS_TYPE InfoLevel;LPBYTE lpBuffer;DWORD cbBufSize;LPDWORD pcbBytesNeeded;
int;QueryTrace;TRACEHANDLE SessionHandle;LPCTSTR SessionName;PEVENT_TRACE_PROPERTIES Properties;
int;QueryUsersOnEncryptedFile;LPCWSTR lpFileName;PENCRYPTION_CERTIFICATE_HASH_LIST* pUsers;
int;ReadEncryptedFileRaw;PFE_EXPORT_FUNC pfExportCallback;PVOID pvCallbackContext;PVOID pvContext;
int;ReadEventLog;HANDLE hEventLog;DWORD dwReadFlags;DWORD dwRecordOffset;LPVOID lpBuffer;DWORD nNumberOfBytesToRead;DWORD* pnBytesRead;DWORD* pnMinNumberOfBytesNeeded;
int;RegCloseKey;HKEY hKey;
int;RegConnectRegistry;LPCTSTR lpMachineName;HKEY hKey;PHKEY phkResult;
int;RegConnectRegistryA;LPCTSTR lpMachineName;HKEY hKey;PHKEY phkResult;
int;RegConnectRegistryW;LPCTSTR lpMachineName;HKEY hKey;PHKEY phkResult;
int;RegCopyTree;HKEY hKeySrc;LPCTSTR lpSubKey;HKEY hKeyDest;
int;RegCreateKey;HKEY hKey;LPCTSTR lpSubKey;PHKEY phkResult;
int;RegCreateKeyA;HKEY hKey;LPCTSTR lpSubKey;PHKEY phkResult;
int;RegCreateKeyEx;HKEY hKey;LPCTSTR lpSubKey;DWORD Reserved;LPTSTR lpClass;DWORD dwOptions;REGSAM samDesired;LPSECURITY_ATTRIBUTES lpSecurityAttributes;PHKEY phkResult;DWORD lpdwDisposition;
int;RegCreateKeyExA;HKEY hKey;LPCTSTR lpSubKey;DWORD Reserved;LPTSTR lpClass;DWORD dwOptions;REGSAM samDesired;LPSECURITY_ATTRIBUTES lpSecurityAttributes;PHKEY phkResult;DWORD lpdwDisposition;
int;RegCreateKeyExW;HKEY hKey;LPCTSTR lpSubKey;DWORD Reserved;LPTSTR lpClass;DWORD dwOptions;REGSAM samDesired;LPSECURITY_ATTRIBUTES lpSecurityAttributes;PHKEY phkResult;DWORD lpdwDisposition;
int;RegCreateKeyTransacted;HKEY hKey;LPCTSTR lpSubKey;DWORD Reserved;LPTSTR lpClass;DWORD dwOptions;REGSAM samDesired;const LPSECURITY_ATTRIBUTES lpSecurityAttributes;PHKEY phkResult;DWORD lpdwDisposition;HANDLE hTransaction;PVOID pExtendedParemeter;
int;RegCreateKeyW;HKEY hKey;LPCTSTR lpSubKey;PHKEY phkResult;
int;RegDeleteKey;HKEY hKey;LPCTSTR lpSubKey;
int;RegDeleteKeyA;HKEY hKey;LPCTSTR lpSubKey;
int;RegDeleteKeyEx;HKEY hKey;LPCTSTR lpSubKey;REGSAM samDesired;DWORD Reserved;
int;RegDeleteKeyTransacted;HKEY hKey;LPCTSTR lpSubKey;REGSAM samDesired;DWORD Reserved;HANDLE hTransaction;PVOID pExtendedParameter;
int;RegDeleteKeyValue;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpValueName;
int;RegDeleteKeyW;HKEY hKey;LPCTSTR lpSubKey;
int;RegDeleteTree;HKEY hKey;LPCTSTR lpSubKey;
int;RegDeleteValue;HKEY hKey;LPCTSTR lpValueName;
int;RegDeleteValueA;HKEY hKey;LPCTSTR lpValueName;
int;RegDeleteValueW;HKEY hKey;LPCTSTR lpValueName;
int;RegDisablePredefinedCache;;
int;RegDisablePredefinedCacheEx;;
int;RegDisableReflectionKey;HKEY hBase;
int;RegEnableReflectionKey;HKEY hBase;
int;RegEnumKey;HKEY hKey;DWORD dwIndex;LPTSTR lpName;DWORD cchName;
int;RegEnumKeyA;HKEY hKey;DWORD dwIndex;LPTSTR lpName;DWORD cbName;
int;RegEnumKeyEx;HKEY hKey;DWORD dwIndex;LPTSTR lpName;LPDWORD lpcName;LPDWORD lpReserved;LPTSTR lpClass;LPDWORD lpcClass;PFILETIME lpftLastWriteTime;
int;RegEnumKeyExA;HKEY hKey;DWORD dwIndex;LPTSTR lpName;LPDWORD lpcbName;LPDWORD lpReserved;LPTSTR lpClass;LPDWORD lpcbClass;PFILETIME lpftLastWriteTime;
int;RegEnumKeyExW;HKEY hKey;DWORD dwIndex;LPTSTR lpName;LPDWORD lpcbName;LPDWORD lpReserved;LPTSTR lpClass;LPDWORD lpcbClass;PFILETIME lpftLastWriteTime;
int;RegEnumKeyW;HKEY hKey;DWORD dwIndex;LPTSTR lpName;DWORD cbName;
int;RegEnumValue;HKEY hKey;DWORD dwIndex;LPTSTR lpValueName;LPDWORD lpcchValueName;LPDWORD lpReserved;DWORD lpType;LPBYTE lpData;LPDWORD lpcbData;
int;RegEnumValueA;HKEY hKey;DWORD dwIndex;LPTSTR lpValueName;LPDWORD lpcbValueName;LPDWORD lpReserved;DWORD lpType;LPBYTE lpData;LPDWORD lpcbData;
int;RegEnumValueW;HKEY hKey;DWORD dwIndex;LPTSTR lpValueName;LPDWORD lpcbValueName;LPDWORD lpReserved;DWORD lpType;LPBYTE lpData;LPDWORD lpcbData;
int;RegFlushKey;HKEY hKey;
int;RegGetKeySecurity;HKEY hKey;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR pSecurityDescriptor;LPDWORD lpcbSecurityDescriptor;
int;RegGetValue;HKEY hkey;LPCTSTR lpSubKey;LPCTSTR lpValue;DWORD dwFlags;DWORD pdwType;PVOID pvData;LPDWORD pcbData;
int;RegLoadKey;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpFile;
int;RegLoadKeyA;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpFile;
int;RegLoadKeyW;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpFile;
int;RegLoadMUIString;HKEY hKey;LPCTSTR pszValue;LPTSTR pszOutBuf;DWORD cbOutBuf;LPDWORD pcbData;DWORD Flags;LPCTSTR pszDirectory;
int;RegNotifyChangeKeyValue;HKEY hKey;BOOL bWatchSubtree;DWORD dwNotifyFilter;HANDLE hEvent;BOOL fAsynchronous;
int;RegOpenCurrentUser;REGSAM samDesired;PHKEY phkResult;
int;RegOpenKey;HKEY hKey;LPCTSTR lpSubKey;PHKEY phkResult;
int;RegOpenKeyA;HKEY hKey;LPCTSTR pSubKey;PHKEY phkResult;
int;RegOpenKeyEx;HKEY hKey;LPCTSTR lpSubKey;DWORD ulOptions;REGSAM samDesired;PHKEY phkResult;
int;RegOpenKeyExA;HKEY hKey;LPCTSTR lpSubKey;DWORD ulOptions;REGSAM samDesired;PHKEY phkResult;
int;RegOpenKeyExW;HKEY hKey;LPCTSTR lpSubKey;DWORD ulOptions;REGSAM samDesired;PHKEY phkResult;
int;RegOpenKeyTransacted;HKEY hKey;LPCTSTR lpSubKey;DWORD ulOptions;REGSAM samDesired;PHKEY phkResult;HANDLE hTransaction;PVOID pExtendedParameter;
int;RegOpenKeyW;HKEY hKey;LPCTSTR pSubKey;PHKEY phkResult;
int;RegOpenUserClassesRoot;HANDLE hToken;DWORD dwOptions;REGSAM samDesired;PHKEY phkResult;
int;RegOverridePredefKey;HKEY hKey;HKEY hNewHKey;
int;RegQueryInfoKey;HKEY hKey;LPTSTR lpClass;LPDWORD lpcClass;LPDWORD lpReserved;LPDWORD lpcSubKeys;LPDWORD lpcMaxSubKeyLen;LPDWORD lpcMaxClassLen;LPDWORD lpcValues;LPDWORD lpcMaxValueNameLen;LPDWORD lpcMaxValueLen;LPDWORD lpcbSecurityDescriptor;PFILETIME lpftLastWriteTime;
int;RegQueryInfoKeyA;HKEY hKey;LPTSTR lpClass;LPDWORD lpcbClass;LPDWORD lpReserved;LPDWORD lpcSubKeys;LPDWORD lpcbMaxSubKeyLen;LPDWORD lpcbMaxClassLen;LPDWORD lpcValues;LPDWORD lpcbMaxValueNameLen;LPDWORD lpcbMaxValueLen;LPDWORD lpcbSecurityDescriptor;PFILETIME lpftLastWriteTime;
int;RegQueryInfoKeyW;HKEY hKey;LPTSTR lpClass;LPDWORD lpcbClass;LPDWORD lpReserved;LPDWORD lpcSubKeys;LPDWORD lpcbMaxSubKeyLen;LPDWORD lpcbMaxClassLen;LPDWORD lpcValues;LPDWORD lpcbMaxValueNameLen;LPDWORD lpcbMaxValueLen;LPDWORD lpcbSecurityDescriptor;PFILETIME lpftLastWriteTime;
int;RegQueryMultipleValues;HKEY hKey;PVALENT val_list;DWORD num_vals;LPVOID lpValueBuf;LPDWORD ldwTotsize;
int;RegQueryReflectionKey;HKEY hBase;BOOL* bIsReflectionDisabled;
int;RegQueryValue;HKEY hKey;LPCTSTR lpSubKey;LPTSTR lpValue;PLONG lpcbValue;
int;RegQueryValueA;HKEY hKey;LPCTSTR lpSubKey;LPTSTR lpValue;PLONG lpcbValue;
int;RegQueryValueEx;HKEY hKey;LPCTSTR lpValueName;LPDWORD lpReserved;DWORD lpType;LPBYTE lpData;LPDWORD lpcbData;
int;RegQueryValueExA;HKEY hKey;LPCTSTR lpValueName;LPDWORD lpReserved;DWORD lpType;LPBYTE lpRegBuffer;LPDWORD nBuffer;
int;RegQueryValueExW;HKEY hKey;LPCTSTR lpValueName;LPDWORD lpReserved;DWORD lpType;LPBYTE lpRegBuffer;LPDWORD nBuffer;
int;RegQueryValueW;HKEY hKey;LPCTSTR lpSubKey;LPTSTR lpValue;PLONG lpcbValue;
int;RegReplaceKey;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpNewFile;LPCTSTR lpOldFile;
int;RegReplaceKeyA;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpNewFile;LPCTSTR lpOldFile;
int;RegReplaceKeyW;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpNewFile;LPCTSTR lpOldFile;
int;RegRestoreKey;HKEY hKey;LPCTSTR lpFile;DWORD dwFlags;
int;RegRestoreKeyA;HKEY hKey;LPCTSTR lpFile;DWORD dwFlags;
int;RegRestoreKeyW;HKEY hKey;LPCTSTR lpFile;DWORD dwFlags;
int;RegSaveKey;HKEY hKey;LPCTSTR lpFile;LPSECURITY_ATTRIBUTES lpSecurityAttributes;
int;RegSaveKeyA;HKEY hKey;LPCTSTR lpFile;LPSECURITY_ATTRIBUTES lpSecurityAttributes;
int;RegSaveKeyEx;HKEY hKey;LPCTSTR lpFile;LPSECURITY_ATTRIBUTES lpSecurityAttributes;DWORD Flags;
int;RegSaveKeyW;HKEY hKey;LPCTSTR lpFile;LPSECURITY_ATTRIBUTES lpSecurityAttributes;
int;RegSetKeySecurity;HKEY hKey;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR pSecurityDescriptor;
int;RegSetKeyValue;HKEY hKey;LPCTSTR lpSubKey;LPCTSTR lpValueName;DWORD dwType;LPCVOID lpData;DWORD cbData;
int;RegSetValue;HKEY hKey;LPCTSTR lpSubKey;DWORD dwType;LPCTSTR lpData;DWORD cbData;
int;RegSetValueA;HKEY hKey;LPCTSTR lpSubKey;DWORD dwType;LPCTSTR lpData;DWORD cbData;
int;RegSetValueEx;HKEY hKey;LPCTSTR lpValueName;DWORD Reserved;DWORD dwType;const BYTE* lpData;DWORD cbData;
int;RegSetValueExA;HKEY hKey;LPCTSTR lpValueName;DWORD Reserved;DWORD dwType;const BYTE* lpData;DWORD cbData;
int;RegSetValueExW;HKEY hKey;LPCTSTR lpValueName;DWORD Reserved;DWORD dwType;const BYTE* lpData;DWORD cbData;
int;RegSetValueW;HKEY hKey;LPCTSTR lpSubKey;DWORD dwType;LPCTSTR lpData;DWORD cbData;
int;RegUnLoadKey;HKEY hKey;LPCTSTR lpSubKey;
int;RegUnLoadKeyA;HKEY hKey;LPCTSTR lpSubKey;
int;RegUnLoadKeyW;HKEY hKey;LPCTSTR lpSubKey;
int;RegisterEventSource;LPCTSTR lpUNCServerName;LPCTSTR lpSourceName;
int;RegisterServiceCtrlHandler;LPCTSTR lpServiceName;LPHANDLER_FUNCTION lpHandlerProc;
int;RegisterServiceCtrlHandlerEx;LPCTSTR lpServiceName;LPHANDLER_FUNCTION_EX lpHandlerProc;LPVOID lpContext;
int;RegisterTraceGuids;WMIDPREQUEST RequestAddress;PVOID RequestContext;LPCGUID ControlGuid;ULONG GuidCount;PTRACE_GUID_REGISTRATION TraceGuidReg;LPCTSTR MofImagePath;LPCTSTR MofResourceName;PTRACEHANDLE RegistrationHandle;
int;RegisterWaitChainCOMCallback;PCOGETCALLSTATE CallStateCallback;PCOGETACTIVATIONSTATE ActivationStateCallback;
int;RemoveTraceCallback;LPCGUID pGuid;
int;RemoveUsersFromEncryptedFile;LPCWSTR lpFileName;PENCRYPTION_CERTIFICATE_HASH_LIST pHashes;
int;ReportEvent;HANDLE hEventLog;DWORD wType;WORD wCategory;DWORD dwEventID;PSID lpUserSid;WORD wNumStrings;DWORD dwDataSize;LPCTSTR* lpStrings;LPVOID lpRawData;
int;RevertToSelf;;
int;SaferCloseLevel;SAFER_LEVEL_HANDLE hLevelHandle;
int;SaferComputeTokenFromLevel;SAFER_LEVEL_HANDLE LevelHandle;HANDLE InAccessToken;PHANDLE OutAccessToken;DWORD dwFlags;LPVOID lpReserved;
int;SaferCreateLevel;DWORD dwScopeId;DWORD dwLevelId;DWORD OpenFlags;SAFER_LEVEL_HANDLE* pLevelHandle;LPVOID lpReserved;
int;SaferGetLevelInformation;SAFER_LEVEL_HANDLE LevelHandle;SAFER_OBJECT_INFO_CLASS dwInfoType;LPVOID lpQueryBuffer;DWORD dwInBufferSize;LPDWORD lpdwOutBufferSize;
int;SaferGetPolicyInformation;DWORD dwScopeId;SAFER_POLICY_INFO_CLASS SaferPolicyInfoClass;DWORD InfoBufferSize;PVOID InfoBuffer;PDWORD InfoBufferRetSize;LPVOID lpReserved;
int;SaferIdentifyLevel;DWORD dwNumProperties;PSAFER_CODE_PROPERTIES pCodeProperties;SAFER_LEVEL_HANDLE* pLevelHandle;LPVOID lpReserved;
int;SaferRecordEventLogEntry;SAFER_LEVEL_HANDLE hLevel;LPCWSTR szTargetPath;LPVOID lpReserved;
int;SaferiIsExecutableFileType;LPCWSTR szFullPath;BOOLEAN bFromShellExecute;
int;SetAclInformation;PACL pAcl;LPVOID pAclInformation;DWORD nAclInformationLength;ACL_INFORMATION_CLASS dwAclInformationClass;
int;SetEntriesInAcl;ULONG cCountOfExplicitEntries;PEXPLICIT_ACCESS pListOfExplicitEntries;PACL OldAcl;PACL* NewAcl;
int;SetFileSecurity;LPCTSTR lpFileName;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR pSecurityDescriptor;
int;SetKernelObjectSecurity;HANDLE Handle;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR SecurityDescriptor;
int;SetNamedSecurityInfo;LPTSTR pObjectName;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;PSID psidOwner;PSID psidGroup;PACL pDacl;PACL pSacl;
int;SetPrivateObjectSecurity;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR ModificationDescriptor;PSECURITY_DESCRIPTOR* ObjectsSecurityDescriptor;PGENERIC_MAPPING GenericMapping;HANDLE Token;
int;SetPrivateObjectSecurityEx;SECURITY_INFORMATION SecurityInformation;PSECURITY_DESCRIPTOR ModificationDescriptor;PSECURITY_DESCRIPTOR* ObjectsSecurityDescriptor;DWORD AutoInheritFlags;PGENERIC_MAPPING GenericMapping;HANDLE Token;
int;SetSecurityAccessMask;SECURITY_INFORMATION SecurityInformation;LPDWORD DesiredAccess;
int;SetSecurityDescriptorControl;PSECURITY_DESCRIPTOR pSecurityDescriptor;SECURITY_DESCRIPTOR_CONTROL ControlBitsOfInterest;SECURITY_DESCRIPTOR_CONTROL ControlBitsToSet;
int;SetSecurityDescriptorDacl;PSECURITY_DESCRIPTOR pSecurityDescriptor;BOOL bDaclPresent;PACL pDacl;BOOL bDaclDefaulted;
int;SetSecurityDescriptorGroup;PSECURITY_DESCRIPTOR pSecurityDescriptor;PSID pGroup;BOOL bGroupDefaulted;
int;SetSecurityDescriptorOwner;PSECURITY_DESCRIPTOR pSecurityDescriptor;PSID pOwner;BOOL bOwnerDefaulted;
int;SetSecurityDescriptorRMControl;PSECURITY_DESCRIPTOR SecurityDescriptor;PUCHAR RMControl;
int;SetSecurityDescriptorSacl;PSECURITY_DESCRIPTOR pSecurityDescriptor;BOOL bSaclPresent;PACL pSacl;BOOL bSaclDefaulted;
int;SetSecurityInfo;HANDLE handle;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;PSID psidOwner;PSID psidGroup;PACL pDacl;PACL pSacl;
int;SetServiceBits;SERVICE_STATUS_HANDLE hServiceStatus;DWORD dwServiceBits;BOOL bSetBitsOn;BOOL bUpdateImmediately;
int;SetServiceObjectSecurity;SC_HANDLE hService;SECURITY_INFORMATION dwSecurityInformation;PSECURITY_DESCRIPTOR lpSecurityDescriptor;
int;SetServiceStatus;SERVICE_STATUS_HANDLE hServiceStatus;LPSERVICE_STATUS lpServiceStatus;
int;SetThreadToken;PHANDLE Thread;HANDLE Token;
int;SetTokenInformation;HANDLE TokenHandle;TOKEN_INFORMATION_CLASS TokenInformationClass;LPVOID TokenInformation;DWORD TokenInformationLength;
int;SetTraceCallback;LPCGUID pGuid;PEVENT_CALLBACK EventCallback;
int;SetUserFileEncryptionKey;PENCRYPTION_CERTIFICATE pEncryptionCertificate;
int;StartService;SC_HANDLE hService;DWORD dwNumServiceArgs;LPCTSTR* lpServiceArgVectors;
int;StartServiceA;SC_HANDLE hService;DWORD dwNumServiceArgs;LPCTSTR* lpServiceArgVectors;
int;StartServiceCtrlDispatcher;const SERVICE_TABLE_ENTRY* lpServiceTable;
int;StartServiceCtrlDispatcherA;const SERVICE_TABLE_ENTRY* lpServiceStartTable;
int;StartServiceW;SC_HANDLE hService;DWORD dwNumServiceArgs;LPCTSTR* lpServiceArgVectors;
int;StartTrace;PTRACEHANDLE SessionHandle;LPCTSTR SessionName;PEVENT_TRACE_PROPERTIES Properties;
int;StopTrace;TRACEHANDLE SessionHandle;LPCTSTR SessionName;PEVENT_TRACE_PROPERTIES Properties;
int;TraceEvent;TRACEHANDLE SessionHandle;PEVENT_TRACE_HEADER EventTrace;
int;TraceEventInstance;TRACEHANDLE SessionHandle;PEVENT_INSTANCE_HEADER EventTrace;PEVENT_INSTANCE_INFO pInstInfo;PEVENT_INSTANCE_INFO pParentInstInfo;
int;TraceMessageVa;TRACEHANDLE SessionHandle;ULONG MessageFlags;LPGUID MessageGuid;USHORT MessageNumber;va_list MessageArgList;
int;TraceSetInformation;TRACEHANDLE SessionHandle;TRACE_INFO_CLASS InformationClass;PVOID TraceInformation;ULONG InformationLength;
int;TreeResetNamedSecurityInfo;LPTSTR pObjectName;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;PSID pOwner;PSID pGroup;PACL pDacl;PACL pSacl;BOOL KeepExplicit;FN_PROGRESS fnProgress;PROG_INVOKE_SETTING ProgressInvokeSetting;PVOID Args;
int;TreeSetNamedSecurityInfo;LPTSTR pObjectName;SE_OBJECT_TYPE ObjectType;SECURITY_INFORMATION SecurityInfo;PSID pOwner;PSID pGroup;PACL pDacl;PACL pSacl;DWORD dwAction;FN_PROGRESS fnProgress;PROG_INVOKE_SETTING ProgressInvokeSetting;PVOID Args;
int;UninstallApplication;WCHAR* ProductCode;DWORD dwStatus;
int;UnlockServiceDatabase;SC_LOCK ScLock;
int;UnregisterTraceGuids;TRACEHANDLE RegistrationHandle;
int;UpdateTrace;TRACEHANDLE SessionHandle;LPCTSTR SessionName;PEVENT_TRACE_PROPERTIES Properties;
int;WriteEncryptedFileRaw;PFE_IMPORT_FUNC pfImportCallback;PVOID pvCallbackContext;PVOID pvContext;

View File

@ -1,125 +0,0 @@
int;AddMRUStringW(HANDLE hMRU,LPCTSTR szString);
int;CreateMRUListW(LPMRUINFO lpmi);
int;CreateMappedBitmap(HINSTANCE hInstance,INT_PTR idBitmap,UINT wFlags,LPCOLORMAP lpColorMap,int iNumMaps);
int;CreatePropertySheetPage(LPCPROPSHEETPAGE lppsp);
int;CreateStatusWindow(LONG style,LPCTSTR lpszText,HWND hwndParent,UINT wID);
int;CreateStatusWindowW(LONG style,LPCTSTR lpszText,HWND hwndParent,UINT wID);
int;CreateToolbarEx(HWND hWnd,DWORD ws,UINT wID,int nBitmaps,HINSTANCE hBMInst,UINT_PTR wBMID,LPCTBBUTTON lpButtons,int iNumButtons,int dxButton,int dyButton,int dxBitmap,int dyBitmap,UINT uStructSize);
int;CreateUpDownControl(DWORD dwStyle,int x,int y,int cx,int cy,HWND hParent,int nID,HINSTANCE hInst,HWND hBuddy,int nUpper,int nLower,int nPos);
int;DPA_Clone(const HDPA hdpaSource,HDPA hdpaNew);
int;DPA_Create(int cpGrow);
int;DPA_CreateEx(int cpGrow,HANDLE hheap);
int;DPA_DeleteAllPtrs(HDPA pdpa);
int;DPA_DeletePtr(HDPA pdpa,int index);
int;DPA_Destroy(HDPA pdpa);
int;DPA_DestroyCallback(HDPA pdpa,PFNDPAENUMCALLBACK pfnCB,void* pData);
int;DPA_EnumCallback(HDPA pdpa,PFNDPAENUMCALLBACK pfnCB,void* pData);
int;DPA_GetPtr(HDPA pdpa,int index);
int;DPA_GetPtrIndex(HDPA hdpa,const void* pvoid);
int;DPA_GetSize(HDPA pdpa);
int;DPA_Grow(HDPA hdpa,int cp);
int;DPA_InsertPtr(HDPA pdpa,int index,void* p);
int;DPA_LoadStream(HDPA* ppdpa,PFNDPASTREAM pfn,IStream* pstm,void* pvInstData);
int;DPA_Merge(HDPA hdpaDest,HDPA hdpaSrc,DWORD dwFlags,PFNDPACOMPARE pfnCompare,PFNDPAMERGE pfnMerge,LPARAM lParam);
int;DPA_SaveStream(HDPA pdpa,PFNDPASTREAM pfn,IStream* pstm,void* pvInstData);
int;DPA_Search(HDPA pdpa,void* pFind,int iStart,PFNDPACOMPARE pfnCmp,LPARAM lParam,UINT options);
int;DPA_SetPtr(HDPA pdpa,int index,void* p);
int;DPA_Sort(HDPA pdpa,PFNDPACOMPARE pfnCmp,LPARAM lParam);
int;DSA_Clone(HDSA hdsa);
int;DSA_Create(int cbItem,int cbItemGrow);
int;DSA_DeleteAllItems(HDSA hdsa);
int;DSA_DeleteItem(HDSA hdsa,int nPosition);
int;DSA_Destroy(HDSA pdsa);
int;DSA_DestroyCallback(HDSA pdsa,PFNDSAENUMCALLBACK pfnCB,void* pData);
int;DSA_EnumCallback(HDSA hdsa,PFNDAENUMCALLBACK* pfnCB,void* pData);
int;DSA_GetItem(HDSA pdsa,int index,void* pitem);
int;DSA_GetItemPtr(HDSA pdsa,int index);
int;DSA_GetSize(HDSA hdsa);
int;DSA_InsertItem(HDSA pdsa,int index,void* pItem);
int;DSA_SetItem(HDSA hdsa,int index,void* pItem);
int;DSA_Sort(HDSA pdsa,PFNDACOMPARE pfnCompare,LPARAM lParam);
int;DefSubclassProc(HWND hWnd,DWORD uMsg,WPARAM WPARAM,LPARAM LPARAM);
int;DestroyPropertySheetPage(HPROPSHEETPAGE hPSPage);
int;DoReaderMode(PREADERMODEINFO prmi);
int;DrawInsert(HWND handParent,HWND hLB,int nItem);
int;DrawShadowText(HDC hdc,LPCWSTR pszText,UINT cch,const RECT* pRect,DWORD dwFlags,COLORREF crText,COLORREF crShadow,int ixOffset,int iyOffset);
int;DrawStatusText(HDC hdc,LPCRECT lprc,LPCTSTR pszText,UINT uFlags);
int;DrawTextExPrivWrap(HDC hdc,LPTSTR lpchText,int cchText,LPRECT lprc,UINT dwDTFormat,LPDRAWTEXTPARAMS lpDTParams);
int;DrawTextWrap(HDC hdc,LPCTSTR lpString,int nCount,LPRECT lpRect,UINT uFormat,LPDRAWTEXTPARAMS lpDTParams);
int;EnumMRUListW(HANDLE hMRU,int nItem,void* lpData,UINT uLen);
int;ExtTextOutWrap(HDC hdc,int X,int Y,UINT uOptions,const RECT* lprc,LPCTSTR lpString,UINT cbCount,const INT* lpDx);
int;FlatSB_EnableScrollBar(HWND hwnd,int wSBflags,UINT wArrows);
int;FlatSB_GetScrollInfo(HWND hwnd,DWORD fnBar,LPSCROLLINFO lpsi);
int;FlatSB_GetScrollPos(HWND hwnd,DWORD code);
int;FlatSB_GetScrollProp(HWND hwnd,DWORD index,LPINT pValue);
int;FlatSB_GetScrollPropPtr(HWND hwnd,DWORD index,LPINT pValue);
int;FlatSB_GetScrollRange(HWND hwnd,int code,LPINT lpMinPos,LPINT lpMaxPos);
int;FlatSB_SetScrollInfo(HWND arg1);
int;FlatSB_SetScrollPos(HWND hwnd,int code,int nPos,BOOL fRedraw);
int;FlatSB_SetScrollProp(HWND hWnd,DWORD arg2,INT_PTR arg3,BOOL arg4);
int;FlatSB_SetScrollRange(HWND hwnd,int code,int nMinPos,int nMaxPos,BOOL fRedraw);
int;FlatSB_ShowScrollBar(HWND hwnd,int code,BOOL fShow);
int;FreeMRUList(HANDLE hMRU);
int;GetEffectiveClientRect(HWND hWnd,LPRECT lprc,const INT* lpInfo);
int;GetMUILanguage();
int;GetTextExtentPoint32Wrap(HDC hdc,LPCTSTR lpString,UINT cbCount,LPSIZE lpSize);
int;GetWindowSubclass(HWND hWnd,SUBCLASSPROC pfnSubclass,UINT_PTR uIdSubclass,DWORD_PTR* pdwRefData);
int;HIMAGELIST_QueryInterface(HIMAGELIST himl,REFIID riid,void** ppv);
int;ImageList_Add(HIMAGELIST hIml,HBITMAP hImageBmp,HBITMAP hMaskBmp);
int;ImageList_AddMasked(HIMAGELIST hImageList,HBITMAP hObject,COLORREF clrMask);
int;ImageList_BeginDrag(HIMAGELIST himlTrack,int iTrack,int dxHotspot,int dyHotspot);
int;ImageList_CoCreateInstance(REFCLSID rclsid,const IUnknown* punkOuter,REFIID riid,void** ppv);
int;ImageList_Copy;HIMAGELIST himlDst;int iDst;HIMAGELIST himlSrc;int iSrc;UINT uFlags;
int;ImageList_Create;int Width;int Height;DWORD Type;int nInital;int nGraw;
int;ImageList_Destroy;HIMAGELIST hIml;
int;ImageList_DragEnter;HWND hwndLock;int x;int y;
int;ImageList_DragLeave;HWND hwndLock;
int;ImageList_DragMove;int x;int y;
int;ImageList_DragShowNolock;BOOL fShow;
int;ImageList_Draw;HIMAGELIST hIml;int Index;HDC hDC;int X;int Y;DWORD Style;
int;ImageList_DrawEx;HIMAGELIST hIml;int Index;HDC hDC;int X;int Y;int Width;int Height;COLORREF BkColor;COLORREF FgColor;DWORD Style;
int;ImageList_DrawIndirect;IMAGELISTDRAWPARAMS* pimldp;
int;ImageList_Duplicate;HIMAGELIST himl;
int;ImageList_EndDrag;;
int;ImageList_GetBkColor;HIMAGELIST himl;
int;ImageList_GetDragImage;POINT* ppt;POINT* pptHotspot;
int;ImageList_GetIcon;HIMAGELIST himl;int i;DWORD flags;
int;ImageList_GetIconSize;HIMAGELIST hImageList;int* cx;int* cy;
int;ImageList_GetImageCount;HIMAGELIST himl;
int;ImageList_GetImageInfo;HIMAGELIST himl;int i;IMAGEINFO* pImageInfo;
int;ImageList_LoadImage;HINSTANCE hInstance;LPCTSTR lpStrbmp;int cx;int cGrow;COLORREF crMask;DWORD uType;DWORD uFlags;
int;ImageList_LoadImageW;HINSTANCE hInstance;LPCTSTR lpStrbmp;int cx;int cGrow;COLORREF crMask;DWORD uType;DWORD uFlags;
int;ImageList_Merge;HIMAGELIST himl1;int i1;HIMAGELIST himl2;int i2;int dx;int dy;
int;ImageList_Read;LPSTREAM pstm;
int;ImageList_ReadEx;DWORD dwFlags;LPSTREAM pstm;REFIID riid;void** ppv;
int;ImageList_Remove;HIMAGELIST hIml;int Index;
int;ImageList_Replace;HIMAGELIST hIml;int Index;HBITMAP hImageBmp;HBITMAP hMaskBmp;
int;ImageList_ReplaceIcon;HIMAGELIST hImageList;int itype;HICON hicon;
int;ImageList_SetBkColor;HIMAGELIST himl;COLORREF clrBk;
int;ImageList_SetColorTable;HIMAGELIST himl;int start;int len;RGBQUAD* prgb;
int;ImageList_SetDragCursorImage;HIMAGELIST himlDrag;int iDrag;int dxHotspot;int dyHotspot;
int;ImageList_SetIconSize;HIMAGELIST himl;int cx;int cy;
int;ImageList_SetImageCount;HIMAGELIST himl;UINT uNewCount;
int;ImageList_SetOverlayImage;HIMAGELIST himl;int iImage;int iOverlay;
int;ImageList_Write;HIMAGELIST himl;LPSTREAM pstm;
int;ImageList_WriteEx;HIMAGELIST himl;DWORD dwFlags;LPSTREAM pstm;
int;InitCommonControls;;
int;InitCommonControlsEx;const LPINITCOMMONCONTROLSEX lpInitCtrls;
int;InitMUILanguage;LANGID uiLang;
int;InitializeFlatSB;HWND hWnd;
int;LBItemFromPt;HWND hLB;POINT pt;BOOL bAutoScroll;
int;LoadIconMetric;HINSTANCE hinst;PCWSTR pszName;int lims;HICON* phico;
int;LoadIconWithScaleDown;HINSTANCE hinst;PCWSTR pszName;int cx;int cy;HICON* phico;
int;MakeDragList;HWND hLB;
int;MenuHelp;DWORD uMsg;WPARAM wParam;LPARAM lParam;HMENU hMainMenu;HINSTANCE hInst;HWND hwndStatus;LPUINT lpwIDs;
int;MirrorIcon;HICON* phIconSmall;HICON* phIconLarge;
int;PropertySheet;LPCPROPSHEETHEADER lppsph;
int;RemoveWindowSubclass;HWND hWnd;SUBCLASSPROC pfnSubclass;UINT_PTR uIdSubclass;
int;SetWindowSubclass;HWND hWnd;SUBCLASSPROC pfnSubclass;UINT_PTR uIdSubclass;DWORD_PTR dwRefData;
int;ShowHideMenuCtl;HWND hWnd;UINT_PTR uFlags;LPINT lpInfo;
int;Str_GetPtr;LPCTSTR pszSource;LPCSTR pszDest;int cchDest;
int;Str_SetPtr;LPTSTR* ppszCurrent;LPCTSTR pszNew;
int;TaskDialog;HWND hWndParent;HINSTANCE hInstance;PCWSTR pszWindowTitle;PCWSTR pszMainInstruction;PCWSTR pszContent;TASKDIALOG_COMMON_BUTTON_FLAGS dwCommonButtons;PCWSTR pszIcon;int* pnButton;
int;TaskDialogIndirect;const TASKDIALOGCONFIG* pTaskConfig;int* pnButton;int* pnRadioButton;BOOL* pfVerificationFlagChecked;
int;UninitializeFlatSB;HWND hwnd;
int;_TrackMouseEvent;LPTRACKMOUSEEVENT pTrackMouseEvent;

View File

@ -1,337 +0,0 @@
int;AbortDoc;HDC hDC;
int;AbortPath;HDC hDC;
int;AddFontMemResourceEx;PVOID pbFont;DWORD cbFont;PVOID pdv;DWORD* pcFonts;
int;AddFontResource;LPCTSTR lpszFilename;
int;AddFontResourceA;LPCTSTR lpszFilename;
int;AddFontResourceEx;LPCTSTR lpszFilename;DWORD fl;PVOID pdv;
int;AddFontResourceW;LPCTSTR lpszFilename;
int;AngleArc;HDC hDC;int x;int y;DWORD dwRadius;FLOAT eStartAngle;FLOAT eSweepAngle;
int;AnimatePalette;HPALETTE hpal;UINT iStartindex;UINT cEntries;const PALETTEENTRY* ppe;
int;Arc;HDC hDC;int nLeftRect;int nTopRect;int nTopRect;int nBottomRect;int nXStartArc;int nYStartArc;int nXEndArc;int nYEndArc;
int;ArcTo;HDC hdc;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;int nXRadial1;int nYRadial1;int nXRadial2;int nYRadial2;
int;BeginPath;HDC hDC;
int;BitBlt;HDC hDCDest;int nXDest;int nYDest;int nWidth;int nHeight;HDC hdcSrc;int nXSrc;int nYSrc;DWORD dwRop;
int;CancelDC;HDC hDC;
int;ChoosePixelFormat;HDC hdc;const PIXELFORMATDESCRIPTOR* ppfd;
int;Chord;HDC hDC;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;int nXRadial1;int nYRadial1;int nXRadial2;int nYRadial2;
int;CloseEnhMetaFile;HDC hDC;
int;CloseFigure;HDC hDC;
int;CloseMetaFile;HDC hDC;
int;CombineRgn;HRGN hrgnDest;HRGN hrgnSrc1;HRGN hrgnSrc2;DWORD fnCombineMode;
int;CombineTransform;LPXFORM lpxformResult;const XFORM* lpxform1;const XFORM* lpxform2;
int;CopyEnhMetaFile;HENHMETAFILE hemfSrc;LPCTSTR lpszFile;
int;CopyEnhMetaFileA;HENHMETAFILE hemfSrc;LPCTSTR lpszFile;
int;CopyEnhMetaFileW;HENHMETAFILE hemfSrc;LPCTSTR lpszFile;
int;CopyMetaFile;HMETAFILE hmfSrc;LPCTSTR lpszFile;
int;CopyMetaFileA;HMETAFILE hmfSrc;LPCTSTR lpszFile;
int;CopyMetaFileW;HMETAFILE hmfSrc;LPCTSTR lpszFile;
int;CreateBitmap;int nWidth;int nHeight;UINT cPlanes;UINT cBitsPerPel;const VOID* lpvBits;
int;CreateBitmapIndirect;const BITMAP* lpbm;
int;CreateBrushIndirect;const LOGBRUSH* lplb;
int;CreateCompatibleBitmap;HDC hDC;int nWidth;int nHeight;
int;CreateCompatibleDC;HDC hDC;
int;CreateDC;LPCTSTR lpszDriver;LPCTSTR lpszDevice;LPCTSTR lpszOutput;const DEVMODE* lpInitData;
int;CreateDCA;LPCTSTR lpszDriver;LPCTSTR lpszDevice;LPCTSTR lpszOutput;const DEVMODE* lpInitData;
int;CreateDCW;LPCTSTR lpszDriver;LPCTSTR lpszDevice;LPCTSTR lpszOutput;const DEVMODE* lpInitData;
int;CreateDIBPatternBrush;HGLOBAL hglbDIBPacked;UINT fuColorSpec;
int;CreateDIBPatternBrushPt;const VOID* lpPackedDIB;DWORD iUsage;
int;CreateDIBSection;HDC hDC;const BITMAPINFO* pbmi;DWORD iUsage;VOID** ppvBits;HANDLE hSection;DWORD dwOffset;
int;CreateDIBitmap;HDC hDC;const BITMAPINFOHEADER* lpbmih;DWORD lpbmih;const VOID* lpbInit;const BITMAPINFO* lpbmi;DWORD fuUsage;
int;CreateDiscardableBitmap;HDC hdc;int nWidth;int nHeight;
int;CreateEllipticRgn;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;CreateEllipticRgnIndirect;const RECT* lprc;
int;CreateEnhMetaFile;HDC hdcRef;LPCTSTR lpFilename;const RECT* lpRect;LPCTSTR lpDescription;
int;CreateEnhMetaFileA;HDC hDC;LPCTSTR lpFilename;const RECT* lpRect;LPCTSTR lpDescription;
int;CreateEnhMetaFileW;HDC hDC;LPCTSTR lpFilename;const RECT* lpRect;LPCTSTR lpDescription;
int;CreateFont;int nHeight;int nWidth;int nEscapement;int nOrientation;DWORD fnWeight;DWORD fdwItalic;DWORD fdwUnderline;DWORD fdwStrikeOut;DWORD fdwCharSet;DWORD fdwOutputPrecision;DWORD fdwClipPrecision;DWORD fdwQuality;DWORD fdwPitchAndFamily;LPCTSTR lpszFace;
int;CreateFontA;int nHeight;int nWidth;int nEscapement;int nOrientation;DWORD fnWeight;DWORD fdwItalic;DWORD fdwUnderline;DWORD fdwStrikeOut;DWORD fdwCharSet;DWORD fdwOutputPrecision;DWORD fdwClipPrecision;DWORD fdwQuality;DWORD fdwPitchAndFamily;LPCTSTR lpszFace;
int;CreateFontIndirect;const LOGFONT* lplf;
int;CreateFontIndirectA;const LOGFONT* lplf;
int;CreateFontIndirectEx;const ENUMLOGFONTEXDV* penumlfex;
int;CreateFontIndirectW;const LOGFONT* lplf;
int;CreateFontW;int nHeight;int nWidth;int nEscapement;int nOrientation;DWORD fnWeight;DWORD fdwItalic;DWORD fdwUnderline;DWORD fdwStrikeOut;DWORD fdwCharSet;DWORD fdwOutputPrecision;DWORD fdwClipPrecision;DWORD fdwQuality;DWORD fdwPitchAndFamily;LPCTSTR lpszFace;
int;CreateHalftonePalette;HDC hDC;
int;CreateHatchBrush;DWORD fnStyle;COLORREF clrref;
int;CreateIC;LPCTSTR lpszDriver;LPCTSTR lpszDevice;LPCTSTR lpszOutput;const DEVMODE* lpdvmInit;
int;CreateICA;LPCTSTR lpszDriver;LPCTSTR lpszDevice;LPCTSTR lpszOutput;const DEVMODE* lpdvmInit;
int;CreateMetaFile;LPCTSTR lpszFile;
int;CreateMetaFileA;LPCTSTR lpszFile;
int;CreateMetaFileW;LPCTSTR lpszFile;
int;CreatePalette;const LOGPALETTE* lplgpl;
int;CreatePatternBrush;HBITMAP hbmp;
int;CreatePolyPolygonRgn;const POINT* lppt;const INT* lpPolyCounts;int nCount;DWORD fnPolyFillMode;
int;CreatePolygonRgn;const POINT* lppt;int cPoints;DWORD fnPolyFillMode;
int;CreateRectRgn;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;CreateRectRgnIndirect;const RECT* lprc;
int;CreateRoundRectRgn;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;int nWidthEllipse;int nHeightEllipse;
int;CreateScalableFontResource;DWORD fdwHidden;LPCTSTR lpszFontRes;LPCTSTR lpszFontFile;LPCTSTR lpszCurrentPath;
int;CreateScalableFontResourceA;DWORD fdwHidden;LPCTSTR lpszFontRes;LPCTSTR lpszFontFile;LPCTSTR lpszCurrentPath;
int;CreateScalableFontResourceW;DWORD fdwHidden;LPCTSTR lpszFontRes;LPCTSTR lpszFontFile;LPCTSTR lpszCurrentPath;
int;CreateSolidBrush;COLORREF crColor;
int;DPtoLP;HDC hDC;LPPOINT lpPoints;int nCount;
int;DeleteDC;HDC hDC;
int;DeleteEnhMetaFile;HENHMETAFILE hemf;
int;DeleteMetaFile;HMETAFILE hmf;
int;DeleteObject;HGDIOBJ hObject;
int;DescribePixelFormat;HDC hdc;int iPixelFormat;UINT nBytes;LPPIXELFORMATDESCRIPTOR ppfd;
int;DrawEscape;HDC hDC;int nEscape;int cbInput;LPCSTR lpszInData;
int;Ellipse;HDC hdc;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;EndDoc;HDC hDC;
int;EndPage;HDC hDC;
int;EndPath;HDC hDC;
int;EnumEnhMetaFile;HDC hDC;HENHMETAFILE hemf;ENHMFENUMPROC lpEnhMetaFunc;LPVOID lpData;const RECT* lpRect;
int;EnumFontFamilies;HDC hdc;LPCTSTR lpszFamily;FONTENUMPROC lpEnumFontFamProc;LPARAM lParam;
int;EnumFontFamiliesA;HDC hDC;LPCTSTR lpszFamily;FONTENUMPROC lpEnumFontFamProc;LPARAM lParam;
int;EnumFontFamiliesEx;HDC hdc;LPLOGFONT lpLogfont;FONTENUMPROC lpEnumFontFamExProc;LPARAM lParam;DWORD dwFlags;
int;EnumFontFamiliesExA;HDC hDC;LPLOGFONT lpLogfont;FONTENUMPROC lpEnumFontFamExProc;LPARAM lParam;DWORD dwFlags;
int;EnumFontFamiliesExW;HDC hDC;LPLOGFONT lpLogfont;FONTENUMPROC lpEnumFontFamExProc;LPARAM lParam;DWORD dwFlags;
int;EnumFontFamiliesW;HDC hDC;LPCTSTR lpszFamily;FONTENUMPROC lpEnumFontFamProc;LPARAM lParam;
int;EnumFonts;HDC hdc;LPCTSTR lpFaceName;FONTENUMPROC lpFontFunc;LPARAM lParam;
int;EnumFontsA;HDC hDC;LPCTSTR lpFaceName;FONTENUMPROC lpFontFunc;LPARAM lParam;
int;EnumFontsW;HDC hDC;LPCTSTR lpFaceName;FONTENUMPROC lpFontFunc;LPARAM lParam;
int;EnumMetaFile;HDC hDC;HMETAFILE hmf;MFENUMPROC lpMetaFunc;LPARAM lParam;
int;EnumObjects;HDC hDC;int nObjectType;GOBJENUMPROC lpObjectFunc;LPARAM lParam;
int;EqualRgn;HRGN hSrcRgn1;HRGN hSrcRgn2;
int;Escape;HDC hDC;DWORD nEscape;int cbInput;LPCSTR lpvInData;LPVOID lpvOutData ;
int;ExcludeClipRect;HDC hDC;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;ExtCreateRegion;const XFORM* lpXform;DWORD nCount;const RGNDATA* lpRgnData;
int;ExtEscape;HDC hdc;int nEscape;int cbInput;LPCSTR lpszInData;int cbOutput;LPSTR lpszOutData;
int;ExtFloodFill;HDC hDC;int nXStart;int nYStart;COLORREF crColor;UINT fuFillType;
int;ExtSelectClipRgn;HDC hDC;HRGN hrgn;DWORD fnMode;
int;ExtTextOut;HDC hdc;int X;int Y;DWORD fuOptions;const RECT* lprc;LPCTSTR lpString;UINT cbCount;const INT* lpDx;
int;ExtTextOutA;HDC hDC;int X;int Y;DWORD fuOptions;const RECT* lprc;LPCTSTR lpString;UINT cbCount;const INT* lpDx;
int;ExtTextOutW;HDC hDC;int X;int Y;DWORD fuOptions;const RECT* lprc;LPCTSTR lpString;UINT cbCount;const INT* lpDx;
int;FillPath;HDC hDC;
int;FillRgn;HDC hDc;HRGN hrgn;HBRUSH hbr;
int;FlattenPath;HDC hDC;
int;FloodFill;HDC hDc;int nXStart;int nYStart;COLORREF crFill;
int;FrameRgn;HDC hDc;HRGN hrgn;HBRUSH hbr;int nWidth;int nHeight;
int;GdiComment;HDC hDC;UINT cbSize;const BYTE* lpData;
int;GdiFlush;;
int;GdiGetBatchLimit;;
int;GdiSetBatchLimit;DWORD dwLimit;
int;GetArcDirection;HDC hDC;
int;GetAspectRatioFilterEx;HDC hDC;
int;GetBitmapBits;HBITMAP hBitmap;LONG dwCount;LPVOID lpBits;
int;GetBitmapDimensionEx;HBITMAP hBitmap;LPSIZE lpDimension;
int;GetBkColor;HDC hDC;
int;GetBkMode;HDC hDC;
int;GetBoundsRect;HDC hDC;LPRECT lprcBounds;DWORD flags;
int;GetBrushOrgEx;HDC hDC;LPPOINT lppt;
int;GetCharABCWidths;HDC hdc;UINT uFirstChar;UINT uLastChar;LPABC lpabc;
int;GetCharABCWidthsA;HDC hDC;UINT uFirstChar;UINT uLastChar;LPABC lpabc;
int;GetCharABCWidthsFloat;HDC hdc;UINT iFirstChar;UINT iLastChar;LPABCFLOAT lpABCF;
int;GetCharABCWidthsFloatA;HDC hDC;UINT iFirstChar;UINT iLastChar;LPABCFLOAT lpABCF;
int;GetCharABCWidthsFloatW;HDC hDC;UINT iFirstChar;UINT iLastChar;LPABCFLOAT lpABCF;
int;GetCharABCWidthsI;HDC hdc;UINT giFirst;UINT cgi;LPWORD pgi;LPABC lpabc;
int;GetCharABCWidthsW;HDC hDC;UINT uFirstChar;UINT uLastChar;LPABC lpabc;
int;GetCharWidth;HDC hdc;UINT iFirstChar;UINT iLastChar;LPINT lpBuffer;
int;GetCharWidth32;HDC hdc;UINT iFirstChar;UINT iLastChar;LPINT lpBuffer;
int;GetCharWidthA;HDC hDC;UINT iFirstChar;UINT iLastChar;LPINT lpStockBuffer;
int;GetCharWidthFloat;HDC hdc;UINT iFirstChar;UINT iLastChar;PFLOAT pxBuffer;
int;GetCharWidthI;HDC hdc;UINT giFirst;UINT cgi;LPWORD pgi;LPINT lpBuffer;
int;GetCharWidthW;HDC hDC;UINT iFirstChar;UINT iLastChar;LPINT lpStockBuffer;
int;GetCharacterPlacement;HDC hdc;LPCTSTR lpString;int nCount;int nMaxExtent;LPGCP_RESULTS lpResults;DWORD dwFlags;
int;GetCharacterPlacementA;HDC hDC;LPCTSTR lpString;int nCount;int nMaxExtent;LPGCP_RESULTS lpResults;DWORD dwFlags;
int;GetCharacterPlacementW;HDC hDC;LPCTSTR lpString;int nCount;int nMaxExtent;LPGCP_RESULTS lpResults;DWORD dwFlags;
int;GetClipBox;HDC hDC;LPRECT lprc;
int;GetClipRgn;HDC hdc;HRGN hrgn;
int;GetColorAdjustment;HDC hdc;LPCOLORADJUSTMENT lpca;
int;GetCurrentObject;HDC hDC;DWORD uObjectType;
int;GetCurrentPositionEx;HDC hDC;LPPOINT lpPoint;
int;GetDCBrushColor;HDC hdc;
int;GetDCOrgEx;HDC hDC;LPPOINT lpPoint;
int;GetDCPenColor;HDC hdc;
int;GetDIBColorTable;HDC hDC;UINT uStartIndex;UINT cEntries;RGBQUAD* pColors;
int;GetDIBits;HDC hDC;HBITMAP hbmp;UINT uStartScan;UINT cScanLines;LPVOID lpvBits;LPBITMAPINFO lpbi;DWORD uUsage;
int;GetDeviceCaps;HDC hDC;DWORD nIndex;
int;GetEnhMetaFile;LPCTSTR lpszMetaFile;
int;GetEnhMetaFileA;LPCTSTR lpszMetaFile;
int;GetEnhMetaFileBits;HENHMETAFILE hemf;UINT cbBuffer;LPBYTE lpbBuffer;
int;GetEnhMetaFileDescription;HENHMETAFILE hemf;UINT cchBuffer;LPTSTR lpszDescription;
int;GetEnhMetaFileDescriptionA;HENHMETAFILE hemf;UINT cchBuffer;LPTSTR lpszDescription;
int;GetEnhMetaFileDescriptionW;HENHMETAFILE hemf;UINT cchBuffer;LPTSTR lpszDescription;
int;GetEnhMetaFileHeader;HENHMETAFILE hemf;UINT cbBuffer;LPENHMETAHEADER lpemh;
int;GetEnhMetaFilePaletteEntries;HENHMETAFILE hemf;UINT cEntries;LPPALETTEENTRY lppe;
int;GetEnhMetaFilePixelFormat;HENHMETAFILE hemf;DWORD cbBuffer;const PIXELFORMATDESCRIPTOR* ppfd;
int;GetEnhMetaFileW;LPCTSTR lpszMetaFile;
int;GetFontData;HDC hDC;DWORD dwTable;DWORD dwOffset;LPVOID lpvBuffer;DWORD cbData;
int;GetFontLanguageInfo;HDC hDC;
int;GetFontUnicodeRanges;HDC hdc;LPGLYPHSET lpgs;
int;GetGlyphIndices;HDC hdc;LPCTSTR lpstr;int c;LPWORD pgi;DWORD fl;
int;GetGlyphOutline;HDC hDC;UINT uChar;DWORD uFormat;LPGLYPHMETRICS lpgm;DWORD cbBuffer;LPVOID lpvBuffer;const MAT2* lpmat2;
int;GetGlyphOutlineW;HDC hDC;UINT uChar;DWORD uFormat;LPGLYPHMETRICS lpgm;DWORD cbBuffer;LPVOID lpvBuffer;const MAT2* lpmat2;
int;GetGraphicsMode;HDC hDC;
int;GetKerningPairs;HDC hDC;DWORD nNumPairs;LPKERNINGPAIR lpkrnpair;
int;GetKerningPairsW;HDC hDC;DWORD nNumPairs;LPKERNINGPAIR lpkrnpair;
int;GetLayout;HDC hdc;
int;GetMapMode;HDC hDC;
int;GetMetaFileBitsEx;HMETAFILE hmf;UINT nSize;LPVOID lpvData;
int;GetMetaRgn;HDC hdc;HRGN hrgn;
int;GetMiterLimit;HDC hDC;PFLOAT peLimit;
int;GetNearestColor;HDC hDC;COLORREF crColor;
int;GetNearestPaletteIndex;HPALETTE hpal;COLORREF crColor;
int;GetObject;HGDIOBJ hgdiobj;int cbBuffer;LPVOID lpvObject;
int;GetObjectA;HGDIOBJ hgdiobj;int cbBuffer;LPVOID lpvObject;
int;GetObjectType;HGDIOBJ hgdiobj;
int;GetObjectW;HGDIOBJ hgdiobj;int cbBuffer;LPVOID lpvObject;
int;GetOutlineTextMetrics;HDC hdc;UINT cbData;LPOUTLINETEXTMETRIC lpOTM;
int;GetOutlineTextMetricsA;HDC hDC;UINT cbData;LPOUTLINETEXTMETRIC lpOTM;
int;GetOutlineTextMetricsW;HDC hDC;UINT cbData;LPOUTLINETEXTMETRIC lpOTM;
int;GetPaletteEntries;HPALETTE hpal;UINT iStartIndex;UINT nEntries;LPPALETTEENTRY lppe;
int;GetPath;HDC hDC;LPPOINT lpPoints;LPBYTE lpTypes;int nSize;
int;GetPixel;HDC hDC;int XPos;int YPos;
int;GetPixelFormat;HDC hdc;
int;GetPolyFillMode;HDC hDC;
int;GetROP2;HDC hDC;
int;GetRandomRgn;HDC hdc;HRGN hrgn;DWORD iNum;
int;GetRasterizerCaps;LPRASTERIZER_STATUS lprs;UINT cb;
int;GetRegionData;HRGN hRgn;DWORD dwCount;LPRGNDATA lpRgnData;
int;GetRgnBox;HRGN hrgn;LPRECT lprc;
int;GetStockObject;int fnIndex;
int;GetStretchBltMode;HDC hDC;
int;GetSystemPaletteEntries;HDC hDC;UINT wStartIndex;UINT wNumEntries;LPPALETTEENTRY lpPaletteEntries;
int;GetSystemPaletteUse;HDC hdc;
int;GetTextAlign;HDC hDC;
int;GetTextCharacterExtra;HDC hDC;
int;GetTextCharset;HDC hDC;
int;GetTextCharsetInfo;HDC hDC;
int;GetTextColor;HDC hDC;
int;GetTextExtentExPoint;HDC hdc;LPCTSTR lpszStr;int cchString;int nMaxExtent;LPINT lpnFit;LPINT alpDx;LPSIZE lpSize;
int;GetTextExtentExPointA;HDC hDC;LPCTSTR lpszStr;int cchString;int nMaxExtent;LPINT lpnFit;LPINT alpDx;LPSIZE lpSize;
int;GetTextExtentExPointI;HDC hdc;LPWORD pgiIn;int cgi;int nMaxExtent;LPINT lpnFit;LPINT alpDx;LPSIZE lpSize;
int;GetTextExtentExPointW;HDC hDC;LPCTSTR lpszStr;int cchString;int nMaxExtent;LPINT lpnFit;LPINT alpDx;LPSIZE lpSize;
int;GetTextExtentPoint;HDC hdc;LPCTSTR lpString;int cbString;LPSIZE lpSize;
int;GetTextExtentPoint32;HDC hdc;LPCTSTR lpString;int c;LPSIZE lpSize;
int;GetTextExtentPoint32A;HDC hDC;LPCTSTR lpString;int cbString;LPSIZE lpSize;
int;GetTextExtentPoint32W;HDC hdc;LPCTSTR lpString;int cbString;LPSIZE lpSize;
int;GetTextExtentPointA;HDC hDC;LPCTSTR lpString;int cbString;LPSIZE lpSize;
int;GetTextExtentPointI;HDC hdc;LPWORD pgiIn;int cgi;LPSIZE lpSize;
int;GetTextExtentPointW;HDC hDC;LPCTSTR lpString;int cbString;LPSIZE lpSize;
int;GetTextFace;HDC hdc;int nCount;LPTSTR lpFaceName;
int;GetTextFaceA;HDC hDC;int nCount;LPTSTR lpFaceName;
int;GetTextFaceW;HDC hDC;int nCount;LPTSTR lpFaceName;
int;GetTextMetrics;HDC hdc;LPTEXTMETRIC lptm;
int;GetTextMetricsA;HDC hDC;LPTEXTMETRIC lptm;
int;GetTextMetricsW;HDC hDC;LPTEXTMETRIC lptm;
int;GetViewportExtEx;HDC hDC;LPSIZE lpSize;
int;GetViewportOrgEx;HDC hDC;LPPOINT lpPoint;
int;GetWinMetaFileBits;HENHMETAFILE hemf;UINT cbBuffer;LPBYTE lpbBuffer;DWORD fnMapMode;HDC hdcRef;
int;GetWindowExtEx;HDC hWnd;LPSIZE lpSize;
int;GetWindowOrgEx;HDC hWnd;LPPOINT lpPoint;
int;GetWorldTransform;HDC hDC;LPXFORM lpXform;
int;IntersectClipRect;HDC hDC;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;InvertRgn;HDC hDC;HRGN hrgn;
int;LPtoDP;HDC hDC;LPPOINT lpPoints;int nCount;
int;LineDDA;int nXStart;int nYStart;int nXEnd;int nYEnd;LINEDDAPROC lpLineFunc;LPARAM lpData;
int;LineTo;HDC hDC;int nXEnd;int nYEnd;
int;MaskBlt;HDC hdcDest;int nXDest;int nYDest;int nWidth;int nHeight;HDC hdcSrc;int nXSrc;int nYSrc;HBITMAP hbmMask;int xMask;int yMask;DWORD dwRop;
int;ModifyWorldTransform;HDC hDC;const XFORM* lpXform;DWORD iMode;
int;MoveToEx;HDC hDC;int X;int Y;LPPOINT lpPoint;
int;OffsetClipRgn;HDC hDC;int nXOffset;int nYOffset;
int;OffsetRgn;HRGN hrgn;int nXOffset;int nYOffset;
int;OffsetViewportOrgEx;HDC hDC;int nXOffset;int nYOffset;LPPOINT lpPoint;
int;OffsetWindowOrgEx;HDC hDC;int nXOffset;int nYOffset;LPPOINT lpPoint;
int;PaintRgn;HDC hDC;HRGN hrgn;
int;PatBlt;HDC hDC;int nXLeft;int nYLeft;int nWidth;int nHeight;DWORD dwRop;
int;PathToRegion;HDC hDC;
int;Pie;HDC hDC;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;int nXRadial1;int nYRadial1;int nXRadial2;int nYRadial2;
int;PlayEnhMetaFile;HDC hDC;HENHMETAFILE hemf;const RECT* lpRect;
int;PlayEnhMetaFileRecord;HDC hDC;LPHANDLETABLE lpHandletable;const ENHMETARECORD* lpEnhMetaRecord;UINT nHandles;
int;PlayMetaFile;HDC hDC;HMETAFILE hmf;
int;PlayMetaFileRecord;HDC hDC;LPHANDLETABLE lpHandletable;LPMETARECORD lpMetaRecord;UINT nHandles;
int;PlgBlt;HDC hdcDest;const POINT* lpPoint;HDC hdcSrc;int nXSrc;int nYSrc;int nWidth;int nHeight;HBITMAP hbmMask;int xMask;int yMask;
int;PolyBezier;HDC hDC;const POINT* lppt;DWORD lppt;
int;PolyBezierTo;HDC hdc;const POINT* lppt;DWORD cCount;
int;PolyDraw;HDC hDC;const POINT* lppt;const BYTE* lpbTypes;int cCount;
int;PolyPolygon;HDC hDC;const POINT* lpPoints;const INT* lpPolyCounts;int nCount;
int;PolyPolyline;HDC hDC;const POINT* lppt;const DWORD* lpdwPolyPoints;DWORD cCount;
int;PolyTextOut;HDC hdc;const POLYTEXT* pptxt;int cStrings;
int;PolyTextOutA;HDC hDC;const POLYTEXT* pptxt;int cStrings;
int;PolyTextOutW;HDC hDC;const POLYTEXT* pptxt;int cStrings;
int;Polygon;HDC hDC;const POINT* lpPoints;int nCount;
int;Polyline;HDC hDC;const POINT* lppt;int cPoints;
int;PolylineTo;HDC hdc;const POINT* lppt;DWORD cCount;
int;PtInRegion;HRGN hrgn;int X;int Y;
int;PtVisible;HDC hDC;int X;int Y;
int;RealizePalette;DWORD hDC;
int;RealizePalette;HDC hDC;
int;RectInRegion;HRGN hrgn;const RECT* lprc;
int;RectVisible;HDC hDC;const RECT* lprc;
int;Rectangle;HDC hDC;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;RemoveFontMemResourceEx;HANDLE fh;
int;RemoveFontResource;LPCTSTR lpFileName;
int;RemoveFontResourceA;LPCTSTR lpFileName;
int;RemoveFontResourceEx;LPCTSTR lpFileName;DWORD fl;PVOID pdv;
int;RemoveFontResourceW;LPCTSTR lpFileName;
int;ResetDC;HDC hdc;const DEVMODE* lpInitData;
int;ResetDCA;HDC hDc;const DEVMODE* lpInitData;
int;ResetDCW;HDC hDc;const DEVMODE* lpInitData;
int;ResizePalette;HPALETTE hpal;UINT nEntries;
int;RestoreDC;HDC hDC;int nSavedDC;
int;RoundRect;HDC hDC;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;int nWidth;int nHeight;
int;SaveDC;HDC hDC;
int;ScaleViewportExtEx;HDC hDC;int Xnum;int Xdenom;int Ynum;int Ydenom;LPSIZE lpSize;
int;ScaleWindowExtEx;HDC hDC;int Xnum;int Xdenom;int Ynum;int Ydenom;LPSIZE lpSize;
int;SelectClipPath;HDC hDC;int iMode;
int;SelectClipRgn;HDC hDC;HRGN hrgn;
int;SelectObject;HDC hDC;HGDIOBJ hObjec;
int;SelectPalette;HDC hDC;HPALETTE hpal;BOOL bForceBackground;
int;SetAbortProc;HDC hDC;ABORTPROC lpAbortProc;
int;SetArcDirection;HDC hDC;int ArcDirection;
int;SetBitmapBits;HBITMAP hbmp;DWORD cBytes;const VOID* lpBits;
int;SetBitmapDimensionEx;HBITMAP hBitmap;int nWidth;int nHeight;LPSIZE lpSize;
int;SetBkColor;HDC hDC;COLORREF crColor;
int;SetBkMode;HDC hDC;DWORD iBkMode;
int;SetBoundsRect;HDC hDC;const RECT* lprcBounds;DWORD flags;
int;SetBrushOrgEx;HDC hDC;int nXOrg;int nYOrg;LPPOINT lppt;
int;SetColorAdjustment;HDC hdc;const COLORADJUSTMENT* lpca;
int;SetDCBrushColor;HDC hdc;COLORREF crColor;
int;SetDCPenColor;HDC hdc;COLORREF crColor;
int;SetDIBColorTable;HDC hDC;UINT un1;UINT un2;const RGBQUAD* pcRGBQuad;
int;SetDIBits;HDC hDC;HBITMAP hbmp;UINT uStartScan;UINT cScanLines;const VOID* lpvBits;const BITMAPINFO* lpbmi;DWORD fuColorUse;
int;SetDIBitsToDevice;HDC hDC;int XDest;int YDest;DWORD dwWidth;DWORD dwHeight;int XSrc;int YSrc;UINT uStartScan;UINT cScanLines;const VOID* lpvBits;const BITMAPINFO* lpbmi;DWORD fuColorUse;
int;SetEnhMetaFileBits;UINT cbBuffer;const BYTE* lpData;
int;SetGraphicsMode;HDC hDC;DWORD iMode;
int;SetLayout;HDC hdc;DWORD dwLayout;
int;SetMapMode;HDC hDC;DWORD fnMapMode;
int;SetMapperFlags;HDC hDC;DWORD dwFlag;
int;SetMetaFileBitsEx;UINT nSize;const BYTE* lpData;
int;SetMetaRgn;HDC hdc;
int;SetMiterLimit;HDC hDC;FLOAT eNewLimit;PFLOAT peOldLimit;
int;SetPaletteEntries;HPALETTE hpal;UINT iStart;UINT cEntries;const PALETTEENTRY* lppe;
int;SetPixel;HDC hDC;int X;int Y;COLORREF crColor;
int;SetPixelFormat;HDC hdc;int iPixelFormat;const PIXELFORMATDESCRIPTOR* ppfd;
int;SetPixelV;HDC hDC;int X;int Y;COLORREF crColor;
int;SetPolyFillMode;HDC hDC;DWORD iPolyFillMode;
int;SetROP2;HDC hDC;DWORD fnDrawMode2;
int;SetRectRgn;HRGN hrgn;int nLeftRect;int nTopRect;int nRightRect;int nBottomRect;
int;SetStretchBltMode;HDC hDC;DWORD iStretchMode;
int;SetSystemPaletteUse;HDC hdc;UINT uUsage;
int;SetTextAlign;HDC hDC;DWORD fMode;
int;SetTextCharacterExtra;HDC hDC;int nCharExtra;
int;SetTextColor;HDC hDC;COLORREF crColor;
int;SetTextJustification;HDC hDC;int nBreakExtra;int nBreakCount;
int;SetViewportExtEx;HDC hDc;int nXExtent;int nYExtent;LPSIZE lpSize;
int;SetViewportOrgEx;HDC hDC;int X;int Y;LPPOINT lpPoint;
int;SetWinMetaFileBits;UINT nBufferSize;const BYTE* lpbBuffer;HDC hdcRef;const METAFILEPICT* lpmfp;
int;SetWindowExtEx;HDC hDC;int nXExtent;int nYExtent;LPSIZE lpSize;
int;SetWindowOrgEx;HDC hDC;int X;int Y;LPPOINT lpPoint;
int;SetWorldTransform;HDC hDC;const XFORM* lpXform;
int;StartDoc;HDC hdc;const DOCINFO* lpdi;
int;StartDocA;HDC hDC;const DOCINFO* lpdi;
int;StartDocW;HDC hDC;const DOCINFO* lpdi;
int;StartPage;HDC hDC;
int;StretchBlt;HDC hdcDest;int nXOriginDest;int nYOriginDest;int nWidthDest;int nHeightDest;HDC hdcSrc;int nXOriginSrc;int nYOriginSrc;int nWidthSrc;int nHeightSrc;DWORD dwRop;
int;StretchDIBits;HDC hDC;int XDest;int YDest;int nDestWidth;int nDestHeight;int XSrc;int YSrc;int nSrcWidth;int nSrcHeight;const VOID* lpBits;const BITMAPINFO* lpBitsInf;DWORD iUsage;DWORD dwRop;
int;StrokeAndFillPath;HDC hDC;
int;StrokePath;HDC hDC;
int;SwapBuffers;HDC hdc;
int;TextOut;HDC hdc;int nXStart;int nYStart;LPCTSTR lpString;int cbString;
int;TextOutA;HDC hDC;int nXStart;int nYStart;LPCTSTR lpString;int cbString;
int;TextOutW;HDC hDC;int nXStart;int nYStart;LPCTSTR lpString;int cbString;
int;TranslateCharsetInfo;DWORD* lpSrc;LPCHARSETINFO lpCharsetInfo;DWORD dwFlags;
int;UnrealizeObject;HGDIOBJ hgdiobj;
int;UpdateColors;HDC hdc;
int;WidenPath;HDC hDC;
HPEN;CreatePen;int fnPenStyle;int nWidth;COLORREF crColor;

File diff suppressed because it is too large Load Diff

View File

@ -1,68 +0,0 @@
int;_AfxChildWindowFromPoint;DWORD hWnd;DWORD point;
int;_AfxDispatchCmdMsg;DWORD pTarget;DWORD nID;DWORD nCode3;DWORD pfn;DWORD pExtra;DWORD nSig;DWORD pHandleInfo;
int;_AfxHandleActivate;DWORD pWnd;DWORD nState;DWORD pWndOther;
int;_AfxHandleSetCursor;DWORD pWnd;DWORD lParam;DWORD lParam;
int;_AfxModifyStyle;DWORD hWnd;DWORD dwRemove;DWORD dwAdd;DWORD nFlags;
int;_AfxPostInitDialog;DWORD pWnd;DWORD rectOld;DWORD dwStyleOld;
int;_AfxPreInitDialog;DWORD pWnd;DWORD rectOld;DWORD dwStyleOld;
int;_CIpow;
int;_CRT_RTC_INIT;DWORD res0;DWORD res1;DWORD res2;DWORD res3;DWORD res4;
int;_Createsorteddata;DWORD lp_SortedData;DWORD strName;DWORD itemsize;DWORD nmax;DWORD lpsortfunc;DWORD lpdestfunc;
int;_Decompress;DWORD strBufin;DWORD nbufin;DWORD strBufout;DWORD nbufout;
int;_Defaultbar;DWORD lpt_bar;
int;_Deleteruntrace;
int;_Deletesorteddatarange;DWORD lpSortedData;DWORD AddrOne;DWORD AddrTwo;
int;_Destroysorteddata;DWORD lp_SortedData;
int;_Dumpbackup;DWORD lpt_dump;DWORD iAction;
int;_Findmodule;DWORD Addr;
int;_Findthread;DWORD threadid;
int;_Readcommand;DWORD ip;DWORD strCmd;
int;_Tablefunction;DWORD lpt_table;DWORD hwnd;DWORD msg;DWORD wParam;DWORD lParam;
int;_XcptFilter;DWORD ExceptionCode;DWORD ExceptionInformation;
int;_beginthreadex;DWORD security;DWORD stack_size;DWORD dwStart_Address;DWORD arglist;DWORD initflag;DWORD thrdaddr;
int;_filelength;DWORD handle;
int;_fileno;DWORD stream;
int;_getch;
int;_getpid;
int;_initterm;DWORD pfbegin;DWORD pfend;
int;_isatty;DWORD handle;
int;_itoa;DWORD value;DWORD lpBuffer;DWORD dwSize;
int;_lock;DWORD arg1;
int;_mbscat;DWORD dest;DWORD src;
int;_mbscmp;DWORD string1;DWORD string2;
int;_mbscpy;DWORD lpBuffer;DWORD string;
int;_mbsdup;DWORD string;
int;_mbsicoll;DWORD szString1;DWORD szString2;
int;_mbsinc;DWORD string;
int;_mbsrchr;DWORD szStr;DWORD char;
int;_msize;DWORD ptr;
int;_onexit;DWORD Func;
int;_open;DWORD lpPathName;DWORD iReadWrite;
int;_parse_cmdline;DWORD argc;DWORD argv;
int;_read;DWORD handle;DWORD lpBuffer;DWORD nBufferSize;
int;_setmbcp;DWORD CodePage;
int;_setmode;DWORD handle;DWORD mode;
int;_snprintf;DWORD lpBuffer;DWORD nSize;DWORD szformat;DWORD Arg1;
int;_strcmpi;DWORD lpString1;DWORD lpString2;
int;_unlink;DWORD szPathName;
int;_unlock;DWORD arg1;
int;_write;DWORD handle,DWORD szBuffer,DWORD nbyte;
int;___crtGetEnvironmentStringsA;
int;___initmbctable;
int;___initstdio;
int;__cinit;
int;__crtCompareStringA;DWORD Locale;DWORD dwCmpFlags;DWORD lpString1;DWORD cchCount1;DWORD lpString2;DWORD cchCount2;
int;__dllonexit;DWORD arg1;DWORD arg2;DWORD arg3;
int;__fpmath;
int;__getmainargs;DWORD argCount;DWORD lpCommand;DWORD lpUser;
int;__initptd;DWORD ptd;
int;__ioinit;
int;__mtinit;
int;__p__commode;
int;__p__fmode;
int;__set_app_type;DWORD Type;
int;__setargv;DWORD argc;DWORD argv;
int;__setenvp;
int;__setmbcp;DWORD codepage;
int;__threadid;
int;__wgetmainargs;DWORD argc;DWORD argv;DWORD envp;DWORD dowildcard;DWORD startinfo;

View File

@ -1,246 +0,0 @@
int;AssocCreateForClasses;const ASSOCIATIONELEMENT* rgClasses;ULONG cClasses;REFIID riid;void** ppv;
int;AssocGetDetailsOfPropKey;IShellFolder* psf;PCUITEMID_CHILD pidl;PROPERTYKEY* pkey;VARIANT* pv;BOOL* pfFoundPropKey;
int;CDefFolderMenu_Create2;PCIDLIST_ABSOLUTE pidlFolder;HWND hwnd;UINT cidl;PCUITEMID_CHILD_ARRAY* apidl;IShellFolder* psf;LPFNDFMCALLBACK lpfn;UINT nKeys;const HKEY* ahkeys;IContextMenu** ppcm;
int;CIDLData_CreateFromIDArray;PCIDLIST_ABSOLUTE pidlFolder;UINT cidl;PCUIDLIST_RELATIVE_ARRAY apidl;IDataObject** ppdtobj;
int;CallCPLEntry16;HINSTANCE hInst;FARPROC16 lpfnEntry;HWND hwndCPL;UINT msg;LPARAM lParam1;LPARAM lParam2;
int;CommandLineToArgvW;LPCWSTR lpCmdLine;int* pNumArgs;
int;DAD_AutoScroll;HWND hwnd;AUTO_SCROLL_DATA* pad;const POINT* pptNow;
int;DAD_DragEnterEx;HWND hwndTarget;const POINT ptStart;
int;DAD_DragLeave;;
int;DAD_DragMove;POINT pt;
int;DAD_SetDragImage;HIMAGELIST him;POINT* pptOffset;
int;DAD_ShowDragImage;BOOL fShow;
int;DllGetVersion;DLLVERSIONINFO* pDllVersionInfo;
int;DoEnvironmentSubst;LPTSTR pszString;UINT cchString;
int;DragAcceptFiles;HWND hWnd;BOOL fAccept;
int;DragFinish;HDROP hDrop;
int;DragQueryFile;HDROP hDrop;UINT iFile;LPTSTR lpBuffer;UINT nBuffer;
int;DragQueryFileA;HDROP hDrop;UINT iFile;LPTSTR lpBuffer;UINT nBuffer;
int;DragQueryFileW;HDROP hDrop;UINT iFile;LPTSTR lpBuffer;UINT nBuffer;
int;DragQueryPoint;HDROP hDrop;LPPOINT lppt;
int;DriveType;int iDrive;
int;DuplicateIcon;HINSTANCE hInst;HICON hIcon;
int;ExtractAssociatedIcon;HINSTANCE hInst;LPTSTR lpIconPath;LPWORD lpiIcon;
int;ExtractAssociatedIconA;HINSTANCE hInst;LPTSTR szIconPath;LPWORD lpiIcon;
int;ExtractAssociatedIconEx;HINSTANCE hInst;LPTSTR lpIconPath;LPWORD lpiIconIndex;LPWORD lpiIconId;
int;ExtractAssociatedIconW;HINSTANCE hInst;LPTSTR szIconPath;LPWORD lpiIcon;
int;ExtractIcon;DWORD hInst;DWORD lpszExeFileName;DWORD nIconIndex;
int;ExtractIcon;HINSTANCE hInst;LPCTSTR lpszExeFileName;UINT nIconIndex;
int;ExtractIconA;HINSTANCE hInst;LPCTSTR lpszExeFileName;UINT nIconIndex;
int;ExtractIconEx;LPCTSTR lpszFile;int nIconIndex;HICON* phiconLarge;HICON* phiconSmall;UINT nIcons;
int;ExtractIconExW;LPCTSTR lpszFile;int nIconIndex;HICON* phiconLarge;HICON* phiconSmall;UINT nIcons;
int;ExtractIconW;HINSTANCE hInst;LPCTSTR lpszExeFileName;UINT nIconIndex;
int;FileIconInit;BOOL fRestoreCache;
int;FindExecutable;LPCTSTR lpFile;LPCTSTR lpDirectory;LPTSTR lpResult;
int;GUIDFromString;LPCTSTR psz;LPGUID pguid;
int;GetCurrentProcessExplicitAppUserModelID;PWSTR* AppID;
int;GetFileNameFromBrowse;HWND hwnd;LPWSTR pszFilePath;UINT cchFilePath;LPCWSTR pszWorkingDir;LPCWSTR pszDefExt;LPCWSTR pszFilters;LPCWSTR szTitle;
int;ILAppendID;PIDLIST_RELATIVE pidl;LPSHITEMID pmkid;BOOL fAppend;
int;ILClone;PCUIDLIST_RELATIVE pidl;
int;ILCloneFirst;PCUIDLIST_RELATIVE pidl;
int;ILCombine;PCIDLIST_ABSOLUTE pidl1;PCUIDLIST_RELATIVE pidl2;
int;ILCreateFromPath;LPCSTR pszPath;
int;ILFindChild;PCIDLIST_ABSOLUTE pidlParent;PCIDLIST_ABSOLUTE pidlChild;
int;ILFindLastID;PCUIDLIST_RELATIVE pidl;
int;ILFree;PIDLIST_RELATIVE pidl;
int;ILGetNext;PCUIDLIST_RELATIVE pidl;
int;ILGetSize;PCUIDLIST_RELATIVE pidl;
int;ILIsEqual;PCIDLIST_ABSOLUTE pidl1;PCIDLIST_ABSOLUTE pidl2;
int;ILIsParent;PCIDLIST_ABSOLUTE pidl1;PCIDLIST_ABSOLUTE pidl2;BOOL fImmediate;
int;ILLoadFromStream;IStream* pstm;PIDLIST_RELATIVE* pidl;
int;ILRemoveLastID;PUIDLIST_RELATIVE pidl;
int;ILSaveToStream;IStream* pstm;PCUIDLIST_RELATIVE pidl;
int;InitNetworkAddressControl;;
int;IsNetDrive;int iDrive;
int;IsUserAnAdmin;;
int;LinkWindow_RegisterClass;;
int;LinkWindow_UnregisterClass;;
int;NTSHChangeNotifyDeregister;ULONG ulID;
int;NTSHChangeNotifyRegister;HWND hwnd;int fSources;LONG fEvents;UINT wMsg;int cEntries;SHChangeNotifyEntry* pfsne;
int;OpenRegStream;HKEY hkey;LPCWSTR pszSubkey;LPCWSTR pszValue;DWORD grfMode;
int;ParseField;LPCTSTR* szData;int n;LPTSTR* szBuf;int iBufLen;
int;PathCleanupSpec;LPCWSTR pszDir;LPWSTR pszSpec;
int;PathGetShortPath;LPWSTR pszLongPath;
int;PathIsExe;LPCWSTR szfile;
int;PathIsSlow;LPCTSTR pszFile;DWORD dwFileAttr;
int;PathMakeUniqueName;LPWSTR pszUniqueName;UINT cchMax;LPCWSTR pszTemplate;LPCWSTR pszLongPlate;LPCWSTR pszDir;
int;PathProcessCommand;LPCWSTR lpSrc;LPWSTR lpDest;int iDestMax;DWORD dwFlags;
int;PathResolve;LPWSTR pszPath;LPCWSTR* dirs;UINT fFlags;
int;PathYetAnotherMakeUniqueName;LPWSTR pszUniqueName;LPCWSTR pszPath;LPCWSTR pszShort;LPCWSTR pszFileSpec;
int;PickIconDlg;HWND hwnd;LPWSTR pszIconPath;UINT cchIconPath;int* piIconIndex;
int;PifMgr_CloseProperties;HANDLE hProps;UINT flOpt;
int;PifMgr_GetProperties;HANDLE hProps;LPCSTR pszGroup;VOID* lpProps;int cbProps;UINT flOpt;
int;PifMgr_OpenProperties;LPCWSTR pszApp;LPCWSTR lpszPIF;UINT hInf;UINT flOpt;
int;PifMgr_SetProperties;HANDLE hProps;LPCSTR pszGroup;VOID* lpProps;int cbProps;UINT flOpt;
int;ReadCabinetState;CABINETSTATE* pcs;int cLength;
int;RealDriveType;int iDrive;BOOL fOKToHitNet;
int;RestartDialog;HWND hParent;LPCWSTR pszPrompt;DWORD dwFlags;
int;RestartDialogEx;HWND hParent;LPCWSTR pszPrompt;DWORD dwFlags;HWND dwReasonCode;
int;SHAddDefaultPropertiesByExt;PCWSTR pszExt;IPropertyStore* pPropStore;
int;SHAddFromPropSheetExtArray;HPSXA hpsxa;LPFNADDPROPSHEETPAGE lpfnAddPage;LPARAM lParam;
int;SHAddToRecentDocs;UINT uFlags;LPCVOID pv;
int;SHAlloc;SIZE_T cb;
int;SHAppBarMessage;DWORD dwMessage;PAPPBARDATA pData;
int;SHAssocEnumHandlers;LPCWSTR pszExtra;ASSOC_FILTER afFilter;IEnumAssocHandlers** ppEnumHandler;
int;SHAssocEnumHandlersForProtocolByApplication;PCWSTR protocol;REFIID riid;void** enumHandlers;
int;SHBindToFolderIDListParent;IShellFolder* psfRoot;PCUIDLIST_RELATIVE pidl;REFIID riid;void** ppv;PCUITEMID_CHILD* ppidlLast;
int;SHBindToObject;IShellFolder* psf;PCUIDLIST_RELATIVE pidl;IBindCtx* pbc;REFIID riid;void** ppv;
int;SHBindToParent;PCIDLIST_ABSOLUTE pidl;REFIID riid;VOID** ppv;PCUITEMID_CHILD* ppidlLast;
int;SHBrowseForFolder;LPBROWSEINFO lpbi;
int;SHCLSIDFromString;LPCWSTR psz;CLSID* pclsid;
int;SHChangeNotification_Lock;HANDLE hChange;DWORD dwProcId;PIDLIST_ABSOLUTE** pppidl;LONG* plEvent;
int;SHChangeNotification_Unlock;HANDLE hLock;
int;SHChangeNotify;DWORD wEventId;DWORD uFlags;LPCVOID dwItem1;LPCVOID dwItem2;
int;SHChangeNotifyDeregister;ULONG ulID;
int;SHChangeNotifyRegister;HWND hwnd;int fSources;LONG fEvents;UINT wMsg;int cEntries;const SHChangeNotifyEntry* pshcne;
int;SHChangeNotifyRegisterThread;SCNRT_STATUS status;
int;SHCloneSpecialIDList;HWND hwndOwner;DWORD csidl;BOOL fCreate;
int;SHCoCreateInstance;LPCWSTR pszCLSID;const CLSID* pclsid;IUnknown* pUnkOuter;REFIID riid;void** ppv;
int;SHCreateAssociationRegistration;REFIID riid;void** ppv;
int;SHCreateDataObject;PCIDLIST_ABSOLUTE pidlFolder;UINT cidl;PCUITEMID_CHILD_ARRAY apidl;IDataObject* pdtInner;REFIID riid;void** ppv;
int;SHCreateDefaultContextMenu;const DEFCONTEXTMENU* pdcm;REFIID riid;void** ppv;
int;SHCreateDefaultExtractIcon;REFIID riid;void** ppv;
int;SHCreateDefaultPropertiesOp;IShellItem* psi;IFileOperation** ppFileOp;
int;SHCreateDirectory;HWND hwnd;LPCWSTR pszPath;
int;SHCreateDirectoryEx;HWND hwnd;LPCTSTR pszPath;const SECURITY_ATTRIBUTES* psa;
int;SHCreateFileExtractIconW;LPCWSTR pszFile;DWORD dwFileAttributes;REFIID riid;void** ppv;
int;SHCreateItemFromIDList;PCIDLIST_ABSOLUTE pidl;REFIID riid;void** ppv;
int;SHCreateItemFromParsingName;PCWSTR pszPath;IBindCtx* pbc;REFIID riid;void** ppv;
int;SHCreateItemFromRelativeName;IShellItem* psiParent;PCWSTR pszName;IBindCtx* pbc;REFIID riid;void** ppv;
int;SHCreateItemInKnownFolder;REFKNOWNFOLDERID kfid;KNOWN_FOLDER_FLAG dwKFFlags;PCWSTR pszItem;REFIID riid;void** ppv;
int;SHCreateItemWithParent;PCIDLIST_ABSOLUTE pidlParent;IShellFolder* psfParent;PCUITEMID_CHILD pidl;REFIID riid;void** ppvItem;
int;SHCreateProcessAsUserW;PSHCREATEPROCESSINFOW pscpi;
int;SHCreatePropSheetExtArray;HKEY hkey;LPCWSTR pszSubkey;UINT max_iface;
int;SHCreateQueryCancelAutoPlayMoniker;IMoniker** ppmoniker;
int;SHCreateShellFolderView;const SFV_CREATE* pcsfv;IShellView** ppsv;
int;SHCreateShellFolderViewEx;LPCSFV pcsfv;IShellView** ppsv;
int;SHCreateShellItem;PCIDLIST_ABSOLUTE pidlParent;IShellFolder* psfParent;PCUITEMID_CHILD pidl;IShellItem** ppsi;
int;SHCreateShellItemArray;PCIDLIST_ABSOLUTE pidlParent;IShellFolder* psf;UINT cidl;PCUITEMID_CHILD_ARRAY ppidl;IShellItemArray** ppsiItemArray;
int;SHCreateShellItemArrayFromDataObject;IDataObject* pdo;REFIID riid;void** ppv;
int;SHCreateShellItemArrayFromIDLists;UINT cidl;PCIDLIST_ABSOLUTE_ARRAY rgpidl;IShellItemArray** ppsiItemArray;
int;SHCreateShellItemArrayFromShellItem;IShellItem* psi;REFIID riid;void** ppv;
int;SHCreateStdEnumFmtEtc;UINT cfmt;IEnumFORMATETC** ppenumFormatEtc;
int;SHDefExtractIcon;LPCTSTR pszIconFile;int iIndex;UINT uFlags;HICON* phiconLarge;HICON* phiconSmall;UINT nIconSize;
int;SHDestroyPropSheetExtArray;HPSXA hpsxa;
int;SHDoDragDrop;HWND hwnd;IDataObject* pdtobj;IDropSource* pdsrc;DWORD dwEffect;DWORD* pdwEffect;
int;SHEmptyRecycleBin;HWND hwnd;LPCTSTR pszRootPath;DWORD dwFlags;
int;SHEnumerateUnreadMailAccountsW;HKEY hKeyUser;DWORD dwIndex;LPWSTR pszMailAddress;int cchMailAddress;
int;SHEvaluateSystemCommandTemplate;PCWSTR pszCmdTemplate;PWSTR* ppszApplication;PWSTR* ppszCommandLine;PWSTR* ppszParameters;
int;SHExtractIconsW;LPCWSTR pszFileName;int nIconIndex;int cxIcon;int cyIcon;HICON* phIcon;UINT* pIconId;UINT nIcons;UINT flags;
int;SHFileOperation;LPSHFILEOPSTRUCT lpFileOp;
int;SHFindFiles;PCIDLIST_ABSOLUTE pidlFolder;PCIDLIST_ABSOLUTE pidlSaveFile;
int;SHFind_InitMenuPopup;HMENU hmenu;HWND hwnd;UINT idCmdFirst;UINT idCmdLast;
int;SHFlushClipboard;;
int;SHFlushSFCache;;
int;SHFormatDrive;HWND hwnd;UINT drive;UINT fmtID;UINT options;
int;SHFree;void* pv;
int;SHFreeNameMappings;HANDLE hNameMappings;
int;SHGetAttributesFromDataObject;IDataObject* pdo;DWORD dwAttributeMask;DWORD* pdwAttributes;UINT* pcItems;
int;SHGetDataFromIDList;IShellFolder* psf;PCUITEMID_CHILD pidl;DWORD nFormat;PVOID pv;int cb;
int;SHGetDesktopFolder;IShellFolder** ppshf;
int;SHGetDiskFreeSpace;LPCTSTR pszVolume;ULARGE_INTEGER* pqwFreeCaller;ULARGE_INTEGER* pqwTot;ULARGE_INTEGER* pqwFree;
int;SHGetDiskFreeSpaceEx;LPCTSTR pszVolume;ULARGE_INTEGER* pqwFreeCaller;ULARGE_INTEGER* pqwTot;ULARGE_INTEGER* pqwFree;
int;SHGetDiskFreeSpaceExW;LPCTSTR pszVolume;ULARGE_INTEGER* pqwFreeCaller;ULARGE_INTEGER* pqwTot;ULARGE_INTEGER* pqwFree;
int;SHGetDriveMedia;LPCWSTR pszDrive;DWORD* pdwMediaContent;
int;SHGetFileInfo;LPCTSTR szPath;DWORD dwFileAttributes;SHFILEINFO* pSFileInfo;UINT cbFileInfo;UINT uFlags;
int;SHGetFileInfoW;LPCTSTR szPath;DWORD dwFileAttributes;SHFILEINFO* pSFileInfo;UINT cbFileInfo;UINT uFlags;
int;SHGetFolderLocation;HWND hwndOwner;DWORD nFolder;HANDLE hToken;DWORD dwReserved;PIDLIST_ABSOLUTE* ppidl;
int;SHGetFolderPath;HWND hwndOwner;int nFolder;HANDLE hToken;DWORD dwFlags;LPTSTR pszPath;
int;SHGetFolderPathA;HWND hwndOwner;int nFolder;HANDLE hToken;DWORD dwReserved;LPTSTR lpBuffer;
int;SHGetFolderPathAndSubDir;HWND hwnd;DWORD csidl;HANDLE hToken;DWORD dwFlags;LPCTSTR pszSubDir;LPTSTR pszPath;
int;SHGetFolderPathW;HWND hwndOwner;int nFolder;HANDLE hToken;DWORD dwReserved;LPTSTR lpBuffer;
int;SHGetIDListFromObject;IUnknown* punk;PIDLIST_ABSOLUTE* ppidl;
int;SHGetIconOverlayIndex;LPCTSTR pszIconPath;int iIconIndex;
int;SHGetImageList;int iImageList;REFIID riid;void** ppv;
int;SHGetInstanceExplorer;IUnknown** ppunk;
int;SHGetItemFromDataObject;IDataObject* pdtobj;DATAOBJ_GET_ITEM_FLAGS dwFlags;REFIID riid;void** ppv;
int;SHGetItemFromObject;IUnknown* punk;REFIID riid;void** ppv;
int;SHGetKnownFolderIDList;REFKNOWNFOLDERID rfid;KNOWN_FOLDER_FLAG dwFlags;HANDLE hToken;PIDLIST_ABSOLUTE* ppidl;
int;SHGetKnownFolderItem;REFKNOWNFOLDERID rfid;KNOWN_FOLDER_FLAG dwFlags;HANDLE hToken;REFIID riid;void** ppv;
int;SHGetKnownFolderPath;REFKNOWNFOLDERID rfid;DWORD dwFlags;HANDLE hToken;PWSTR* ppszPath;
int;SHGetLocalizedName;LPCWSTR pszPath;LPWSTR pszResModule;UINT cch;int* pidsRes;
int;SHGetMalloc;LPMALLOC* ppMalloc;
int;SHGetNameFromIDList;PCIDLIST_ABSOLUTE pidl;SIGDN sigdnName;PWSTR* ppszName;
int;SHGetNameFromPropertyKey;REFPROPERTYKEY propkey;PWSTR* ppszCanonicalName;
int;SHGetNewLinkInfo;LPCTSTR pszLinkTo;LPCTSTR pszDir;LPTSTR pszName;BOOL* pfMustCopy;UINT uFlags;
int;SHGetPathFromIDList;PCIDLIST_ABSOLUTE pidl;LPTSTR pszPath;
int;SHGetPathFromIDListEx;PCIDLIST_ABSOLUTE pidl;PWSTR pszPath;DWORD cchPath;GPFIDL_FLAGS uOpts;
int;SHGetPathFromIDListW;PCIDLIST_ABSOLUTE pidlTarget;LPTSTR pszPath;
int;SHGetPropertyStoreForWindow;HWND hwnd;REFIID riid;void** ppv;
int;SHGetPropertyStoreFromIDList;PCIDLIST_ABSOLUTE pidl;GETPROPERTYSTOREFLAGS flags;REFIID riid;void** ppv;
int;SHGetPropertyStoreFromParsingName;PCWSTR pszPath;IBindCtx* pbc;GETPROPERTYSTOREFLAGS flags;REFIID riid;void** ppv;
int;SHGetRealIDL;IShellFolder* psf;PCUITEMID_CHILD pidlSimple;PITEMID_CHILD* ppidlReal;
int;SHGetSetFolderCustomSettings;LPSHFOLDERCUSTOMSETTINGS pfcs;LPCTSTR pszPath;DWORD dwReadWrite;
int;SHGetSetSettings;LPSHELLSTATE lpss;DWORD dwMask;BOOL bSet;
int;SHGetSettings;LPSHELLFLAGSTATE lpsfs;DWORD dwMask;
int;SHGetShellStyleHInstance;;
int;SHGetSpecialFolderLocation;HWND hwndOwner;DWORD nFolder;PIDLIST_ABSOLUTE* pidl;
int;SHGetSpecialFolderPath;HWND hwndOwner;LPTSTR lpszPath;DWORD csidl;BOOL fCreate;
int;SHGetSpecialFolderPathA;HWND hwnd;LPTSTR pszPath;DWORD csidl;BOOL fCreate;
int;SHGetSpecialFolderPathW;HWND hwnd;LPTSTR pszPath;DWORD csidl;BOOL fCreate;
int;SHGetStockIconInfo;SHSTOCKICONID siid;UINT uFlags;SHSTOCKICONINFO* psii;
int;SHGetTemporaryPropertyForItem;IShellItem* psi;REFPROPERTYKEY pk;PROPVARIANT* ppropvarInk;
int;SHGetUnreadMailCountW;HKEY hKeyUser;LPCWSTR pszMailAddress;DWORD* pdwCount;FILETIME* pFileTime;LPCWSTR pszShellExecuteCommand;int cchShellExecuteCommand;
int;SHHandleUpdateImage;PCIDLIST_ABSOLUTE pidlExtra;
int;SHILCreateFromPath;LPCWSTR pszPath;PIDLIST_ABSOLUTE* ppidl;DWORD* rgflnOut;
int;SHInvokePrinterCommand;HWND hwnd;UINT uAction;LPCTSTR lpBuf1;LPCTSTR lpBuf2;BOOL fModal;
int;SHIsFileAvailableOffline;LPCWSTR pszPath;LPDWORD pdwStatus;
int;SHLimitInputEdit;HWND hwndEdit;IShellFolder* psf;
int;SHLoadInProc;REFCLSID rclsid;
int;SHLoadNonloadedIconOverlayIdentifiers;;
int;SHLoadOLE;LPARAM lParam;
int;SHLocalStrDup;LPCWSTR psz;LPWSTR* ppsz;
int;SHMapIDListToImageListIndexAsync;IShellTaskScheduler* pts;IShellFolder* psf;LPCITEMIDLIST pidl;UINT flags;PFNASYNCICONTASKBALLBACK pfn;void* pvData;void* pvHint;int* piIndex;int* piIndexSel;
int;SHMapPIDLToSystemImageListIndex;IShellFolder* psf;PCUITEMID_CHILD pidl;int* piIndex;
int;SHMultiFileProperties;IDataObject* pdtobj;DWORD dwFlags;
int;SHObjectProperties;HWND hwnd;DWORD shopObjectType;PCWSTR pszObjectName;PCWSTR pszPropertyPage;
int;SHOpenFolderAndSelectItems;PCIDLIST_ABSOLUTE pidlFolder;UINT cidl;PCUITEMID_CHILD_ARRAY* apidl;DWORD dwFlags;
int;SHOpenPropSheetW;LPCWSTR pszCaption;UINT ckeys;const CLSID* pclsidDef;IDataObject* pdtobj;IShellBrowser* psb;LPCWSTR pStartPage;
int;SHOpenWithDialog;HWND hwndParent;const OPENASINFO* poainfo;
int;SHParseDisplayName;LPCWSTR pszName;IBindCtx* pbc;PIDLIST_ABSOLUTE* ppidl;SFGAOF sfgaoIn;SFGAOF* psfgaoOut;
int;SHPathPrepareForWrite;HWND hwnd;IUnknown* punkEnableModless;LPCTSTR pszPath;DWORD dwFlags;
int;SHPropStgCreate;IPropertySetStorage* psstg;REFFMTID fmtid;const CLSID* pclsid;DWORD grfFlags;DWORD grfMode;DWORD dwDisposition;IPropertyStorage** ppstg;UINT* puCodePage;
int;SHPropStgReadMultiple;IPropertyStorage* pps;UINT uCodePage;ULONG cpspec;
int;SHPropStgWriteMultiple;IPropertyStorage* pps;UINT* uCodePage;ULONG cpspec;PROPID propidNameFirst;
int;SHQueryRecycleBin;LPCTSTR pszRootPath;LPSHQUERYRBINFO pSHQueryRBInfo;
int;SHQueryUserNotificationState;QUERY_USER_NOTIFICATION_STATE* pquns;
int;SHRemoveLocalizedName;LPCWSTR pszPath;
int;SHReplaceFromPropSheetExtArray;HPSXA hpsxa;UINT uPageID;LPFNADDPROPSHEETPAGE lpfnReplaceWith;LPARAM lParam;
int;SHResolveLibrary;IShellItem* psiLibrary;
int;SHRestricted;RESTRICTIONS rest;
int;SHRunControlPanel;LPCWSTR lpcszCmdLine;HWND hwndMsgParent;
int;SHSetDefaultProperties;HWND hwnd;IShellItem* psi;DWORD dwFileOpFlags;IFileOperationProgressSink* pfops;
int;SHSetFolderPath;DWORD csidl;HANDLE hToken;DWORD dwFlags;LPCTSTR pszPath;
int;SHSetInstanceExplorer;IUnknown* punk;
int;SHSetKnownFolderPath;REFKNOWNFOLDERID rfid;DWORD dwFlags;HANDLE hToken;PCWSTR pszPath;
int;SHSetLocalizedName;LPCWSTR pszPath;LPCWSTR pszResModule;int idsRes;
int;SHSetTemporaryPropertyForItem;IShellItem* psi;REFPROPERTYKEY propkey;REFPROPVARIANT propvar;
int;SHSetUnreadMailCountW;LPCWSTR pszMailAddress;DWORD dwCount;LPCWSTR pszShellExecuteCommand;
int;SHShellFolderView_Message;HWND hwnd;UINT uMsg;LPARAM lparam;
int;SHShowManageLibraryUI;IShellItem* psiLibrary;HWND hwndOwner;LPCWSTR pszTitle;LPCWSTR pszInstruction;LIBRARYMANAGEDIALOGOPTIONS lmdOptions;
int;SHSimpleIDListFromPath;LPCWSTR pszPath;
int;SHStartNetConnectionDialogW;HWND hwnd;LPCWSTR pszRemoteName;DWORD dwType;
int;SHTestTokenMembership;HANDLE hToken;ULONG ulRID;
int;SHUnlockShared;void* pvData;
int;SHUpdateImage;LPCTSTR pszHashItem;int iIndex;UINT uFlags;int iImageIndex;
int;SHValidateUNC;HWND hwndOwner;LPWSTR pszFile;UINT fConnect;
int;SetCurrentProcessExplicitAppUserModelID;PCWSTR AppID;
int;ShellAbout;HWND hWnd;LPCTSTR szApp;LPCTSTR szOtherStuff;HICON hIcon;
int;ShellAboutA;HWND hWnd;LPCTSTR szApp;LPCTSTR szOtherStuff;HICON hIcon;
int;ShellAboutW;HWND hWnd;LPCTSTR szApp;LPCTSTR szOtherStuff;HICON hIcon;
int;ShellExecute;HWND hwnd;LPCTSTR lpOperation;LPCTSTR lpFile;LPCTSTR lpParameters;LPCTSTR lpDirectory;INT nShowCmd;
int;ShellExecuteA;HWND hWnd;LPCTSTR lpOperation;LPCTSTR lpFile;LPCTSTR lpParameters;LPCTSTR lpDirectory;INT nShowCmd;
int;ShellExecuteEx;LPSHELLEXECUTEINFO lpExecInfo;
int;ShellExecuteExW;LPSHELLEXECUTEINFO lpExecInfo;
int;ShellExecuteW;HWND hWnd;LPCTSTR lpOperation;LPCTSTR lpFile;LPCTSTR lpParameters;LPCTSTR lpDirectory;INT nShowCmd;
int;Shell_GetCachedImageIndex;LPCWSTR pwszIconPath;int iIconIndex;UINT uIconFlags;
int;Shell_GetImageLists;HIMAGELIST* phiml;HIMAGELIST* phimlSmall;
int;Shell_MergeMenus;HMENU hmDst;HMENU hmSrc;UINT uInsert;UINT uIDAdjust;UINT uIDAdjustMax;ULONG uFlags;
int;Shell_NotifyIcon;DWORD dwMessage;PNOTIFYICONDATA pnid;
int;Shell_NotifyIconGetRect;const NOTIFYICONIDENTIFIER* identifier;RECT* iconLocation;
int;Shell_NotifyIconW;DWORD dwMessage;PNOTIFYICONDATA pnid;
int;SignalFileOpen;PCIDLIST_ABSOLUTE pidl;
int;StgMakeUniqueName;IStorage* pstgParent;PCWSTR pszFileSpec;DWORD grfMode;REFIID riid;void** ppv;
int;WOWShellExecute;HWND hwnd;LPCTSTR lpOperation;LPCTSTR lpFile;LPCTSTR lpParameters;LPCTSTR lpDirectory;INT nShowCmd;void* lpfnCBWinExec;
int;Win32DeleteFile;LPCTSTR pszFileName;
int;WriteCabinetState;CABINETSTATE* pcs;

View File

@ -1,61 +0,0 @@
int printf;constchar *; ...;
int;_scanf;char * format; ...;
char *;strchr;char *;char;
void *; memcpy;void *; constvoid *; size_t;
int;;memcmp;constvoid *; constvoid *; size_t;
void *; memset;void *;int; size_t;
char *; _strset;char *;int;
char *; strcpy;char *; constchar *;
char *; strcat;char *; constchar *;
int;;strcmp;constchar *; constchar *;
size_t; strlen;constchar *;
int;_chdir;constchar *;
char *;_getcwd;char *;int;
int;_mkdir;constchar *;
int;_rmdir;constchar *;
char *;_fullpath;char *; constchar *; size_t;
void;_splitpath;constchar *;char *;char *;char *;char *;
void;_makepath;char *; constchar *; constchar *; constchar *; constchar *;
long;_findfirst;constchar *; struct _finddata_t *;
int;_findnext;long; struct _finddata_t *;
long;_findfirst;constchar *; DWORD *;
int;_findnext;long; DWORD *;
int;_findclose;long;
void *;memccpy;void *; constvoid *;int; unsignedint;
int;memicmp;constvoid *; constvoid *; unsignedint;
void *;memccpy;void *; constvoid *;int; DWORD;
int;memicmp;constvoid *; constvoid *; DWORD;
int;strcmpi;constchar *; constchar *;
int;stricmp;constchar *; constchar *;
char *;strdup;constchar *;
char *;strlwr;char *;
int;strnicmp;constchar *; constchar *; size_t;
char *;strnset;char *;int; size_t;
char *;strrev;char *;
char *;strset;char *;int;
char *;strupr;char *;
char *; strchr;constchar *;int;
int;_strcmpi;constchar *; constchar *;
int;_stricmp;constchar *; constchar *;
int;strcoll;constchar *; constchar *;
int;_stricoll;constchar *; constchar *;
int;_strncoll;constchar *; constchar *; size_t;
int;_strnicoll;constchar *; constchar *; size_t;
size_t; strcspn;constchar *; constchar *;
char *; _strdup;constchar *;
char *; _strerror;constchar *;
char *; strerror;int;
char *; _strlwr;char *;
char *; strncat;char *; constchar *; size_t;
int;;strncmp;constchar *; constchar *; size_t;
int;;_strnicmp;constchar *; constchar *; size_t;
char *; strncpy;char *; constchar *; size_t;
char *; _strnset;char *;int; size_t;
char *; strpbrk;constchar *; constchar *;
char *; strrchr;constchar *;int;
char *; _strrev;char *;
size_t; strspn;constchar *; constchar *;
char *; strstr;constchar *; constchar *;
char *; strtok;char *; constchar *;
char *; _strupr;char *;
size_t; strxfrm ;char *; constchar *; size_t;

View File

@ -1,719 +0,0 @@
BOOL;DestroyWindow;HWND hWnd;
BOOL;EndDialog;HWND hDlg;int nResult;
BOOL;EndPaint;HWND hWnd;const PAINTSTRUCT *lpPaint;
BOOL;GetClientRect;HWND hWnd;LPRECT lpRect;
BOOL;GetWindowRect;HWND hWnd;RECT * lpRect;
BOOL;ShowWindow;HWND hWnd;int nCmdShow;
BOOL;TranslateMessage;const MSG *lpMsg;
BOOL;UpdateWindow;HWND hWnd;
COLORREF;SetPixel;HDC;int;int;COLORREF;
HDC;BeginPaint;HWND hWnd;PAINTSTRUCT *lpPaint;
HLOCAL;LocalFree;HLOCAL hMem;
HMODULE;GetModuleHandleA;LPCSTR lpModuleName;
int;DrawTextA;HDC hDC;LPCSTR lpString;int nCount;LPRECT lpRect;UINT uFormat;
void;PostQuitMessage;int nExitCode;
void;GetStartupInfo;LPSTARTUPINFO lpStartupInfo;
void;GetStartupInfoA;LPSTARTUPINFO lpStartupInfo;
void;GetStartupInfoW;LPSTARTUPINFO lpStartupInfo;
int;EditWndProc;DWORD hWnd;DWORD uMsg;DWORD wParam;DWORD lParam;
int;ActivateKeyboardLayout;KeyboardLayoutHandle hkl;UINT Flags;
int;AddClipboardFormatListener;HWND hwnd;
int;AdjustWindowRect;LPRECT lpRect;DWORD dwWinStyle;BOOL bMenu;
int;AdjustWindowRectEx;LPRECT lpRect;DWORD dwWinStyle;BOOL bMenu;DWORD dwEsStyle;
int;AllowActivateDetachQueuesSetFocus;;
int;AllowSetForegroundWindow;DWORD dwProcessId;
int;AnimateWindow;HWND hWnd;DWORD dwTime;DWORD dwFlags;
int;AnyPopup;;
int;AppendMenu;HMENU hMenu;UINT uFlags;UINT_PTR uIDNewItem;LPCTSTR lpNewItem;
int;AppendMenuA;HMENU hMenu;UINT wFlags;UINT_PTR wIDNewItem;LPCTSTR lpNewItem;
int;AppendMenuW;HMENU hMenu;UINT wFlags;UINT_PTR wIDNewItem;LPCTSTR lpNewItem;
int;ArrangeIconicWindows;HWND hwnd;
int;AttachThreadInput;DWORD idAttach;DWORD idAttachTo;BOOL fAttach;
int;BeginDeferWindowPos;int nNumWindows;
int;BeginPaint;HWND hwnd;LPPAINTSTRUCT lpPaint;
int;BlockInput;BOOL fBlockIt;
int;BringWindowToTop;HWND hWnd;
int;BroadcastSystemMessage;DWORD dwFlags;LPDWORD lpdwRecipients;UINT uiMessage;WPARAM wParam;LPARAM Param;
int;BroadcastSystemMessageEx;DWORD dwFlags;LPDWORD lpdwRecipients;UINT uiMessage;WPARAM wParam;LPARAM lParam;PBSMINFO pBSMInfo;
int;CalculatePopupWindowPosition;const POINT* anchorPoint;const SIZE* windowSize;UINT flags;RECT* excludeRect;RECT* popupWindowPosition;
int;CallMsgFilter;LPMSG lpMsg;int nCode;
int;CallNextHookEx;HHOOK hhk;int nCode;WPARAM wParam;LPARAM lParam;
int;CallWindowProc;WNDPROC lpPrevWndFunc;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;CallWindowProcA;WNDPROC lpPrevWndFunc;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;CallWindowProcW;WNDPROC lpPrevWndFunc;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;CascadeWindows;HWND hwndParent;UINT wHow;const RECT* lpRect;UINT cKids;const HWND* lpKids;
int;ChangeClipboardChain;HWND hWndRemove;HWND hWndNewNext;
int;ChangeDisplaySettings;DEVMODE* lpDevMode;DWORD dwflags;
int;ChangeDisplaySettingsEx;LPCTSTR lpszDeviceName;DEVMODE* lpDevMode;HWND hwnd;DWORD dwflags;LPVOID lParam;
int;ChangeWindowMessageFilter;UINT message;DWORD dwFlag;
int;ChangeWindowMessageFilterEx;HWND hWnd;UINT message;DWORD action;PCHANGEFILTERSTRUCT pChangeFilterStruct;
int;CharLower;LPTSTR lpsz;
int;CharLowerA;LPTSTR lpsz;
int;CharLowerBuff;LPTSTR lpsz;DWORD cchLength;
int;CharLowerBuffA;LPTSTR lpsz;DWORD cchLength;
int;CharLowerBuffW;LPTSTR lpsz;DWORD cchLength;
int;CharLowerW;LPTSTR lpsz;
int;CharNext;LPCTSTR lpsz;
int;CharNextA;LPCTSTR lpsz;
int;CharNextExA;WORD CodePage;LPCSTR lpCurrentChar;DWORD dwFlags;
int;CharNextW;LPCTSTR lpsz;
int;CharPrev;LPCTSTR lpszStart;LPCTSTR lpszCurrent;
int;CharPrevA;LPCTSTR lpszStart;LPCTSTR lpszCurrent;
int;CharPrevExA;WORD CodePage;LPCSTR lpStart;LPCSTR lpCurrentChar;DWORD dwFlags;
int;CharToOem;LPCTSTR lpszSrc;LPSTR lpszDst;
int;CharToOemA;LPCTSTR lpszSrc;LPSTR lpszDst;
int;CharToOemBuff;LPCTSTR lpszSrc;LPSTR lpszDst;DWORD cchDstLength;
int;CharToOemW;LPCTSTR lpszSrc;LPSTR lpszDst;
int;CharUpper;LPTSTR lpsz;
int;CharUpperA;LPTSTR lpsz;
int;CharUpperBuff;LPTSTR lpsz;DWORD cchLength;
int;CharUpperBuffA;LPTSTR lpsz;DWORD cchLength;
int;CharUpperBuffW;LPTSTR lpsz;DWORD cchLength;
int;CharUpperW;LPTSTR lpsz;
int;CheckDlgButton;HWND hDlg;int nIDButton;UINT uCheck;
int;CheckMenuItem;HMENU hmenu;UINT uIDCheckItem;UINT uCheck;
int;CheckMenuRadioItem;HMENU hmenu;UINT idFirst;UINT idLast;UINT idCheck;DWORD uFlags;
int;CheckRadioButton;HWND hDlg;int nIDFirstButton;int nIDLastButton;int nIDCheckButton;
int;ChildWindowFromPoint;HWND hWndParent;POINT Point;
int;ChildWindowFromPointEx;HWND hwndParent;POINT pt;UINT uFlags;
int;ClientToScreen;HWND hWnd;LPPOINT lpPoint;
int;ClipCursor;const RECT* lpRect;
int;CloseClipboard;;
int;CloseDesktop;HDESK hDesktop;
int;CloseGestureInfoHandle;HGESTUREINFO hGestureInfo;
int;CloseTouchInputHandle;HTOUCHINPUT hTouchInput;
int;CloseWindow;HWND hWnd;
int;CloseWindowStation;HWINSTA hWinSta;
int;CopyAcceleratorTable;HACCEL hAccelSrc;LPACCEL lpAccelDst;int cAccelEntries;
int;CopyAcceleratorTableA;HACCEL hAccelSrc;LPACCEL IpAcceIDst;int cAccelEntries;
int;CopyAcceleratorTableW;HACCEL hAccelSrc;LPACCEL IpAcceIDst;int cAccelEntries;
int;CopyCursor;HCURSOR pcur;
int;CopyIcon;HICON hIcon;
int;CopyImage;HANDLE hImage;UINT uType;int cxDesired;int cyDesired;UINT fuFlags;
int;CopyRect;LPRECT lprcDst;const RECT* lprcSrc;
int;CountClipboardFormats;;
int;CreateAcceleratorTable;LPACCEL lpaccl;int cEntries;
int;CreateAcceleratorTableW;LPACCEL lpaccl;int cEntries;
int;CreateCaret;HWND hWnd;HBITMAP hBitmap;int nWidth;int nHeight;
int;CreateCursor;HINSTANCE hInst;int xHotSpot;int yHotSpot;int nWidth;int nHeight;const VOID* pvANDPlane;const VOID* pvXORPlane;
int;CreateDesktop;LPCTSTR lpszDesktop;LPCTSTR lpszDevice;LPDEVMODE pDevmode;DWORD dwFlags;DWORD dwDesiredAccess;LPSECURITY_ATTRIBUTES lpsa;
int;CreateDesktopEx;LPCTSTR lpszDesktop;LPCTSTR lpszDevice;LPDEVMODE pDevmode;DWORD dwFlags;DWORD dwDesiredAccess;LPSECURITY_ATTRIBUTES lpsa;ULONG ulHeapSize;PVOID pvoid;
int;CreateDialogIndirectParam;HINSTANCE hInstance;LPCDLGTEMPLATE lpTemplate;HWND hWndParent;DLGPROC lpDialogFunc;LPARAM lParamInit;
int;CreateDialogIndirectParamA;HINSTANCE hInstance;LPCDLGTEMPLATE lpTemplate;HWND hWndParent;DLGPROC lpDialogFun;LPARAM lParamInit;
int;CreateDialogIndirectParamW;HINSTANCE hInstance;LPCDLGTEMPLATE lpTemplate;HWND hWndParent;DLGPROC lpDialogFun;LPARAM lParamInit;
int;CreateDialogParam;HINSTANCE hInstance;LPCTSTR lpTemplateName;HWND hWndParent;DLGPROC lpDialogFunc;LPARAM lParamInit;
int;CreateDialogParamA;HINSTANCE hInstance;LPCTSTR lpTemplateName;HWND hWndParent;DLGPROC lpDialogFunc;LPARAM dwInitParam;
int;CreateDialogParamW;HINSTANCE hInstance;LPCTSTR lpTemplateName;HWND hWndParent;DLGPROC lpDialogFunc;LPARAM dwInitParam;
int;CreateIcon;HINSTANCE hInstance;int nWidth;int Height;BYTE cPlanes;BYTE cBitsPixel;const BYTE* lpbANDbits;const BYTE* lpbXORbits;
int;CreateIconFromResource;PBYTE presbits;DWORD dwResSize;BOOL fIcon;DWORD dwVersion;
int;CreateIconFromResourceEx;PBYTE pbIconBits;DWORD cbIconBits;BOOL fIcon;DWORD dwVersion;int cxDesired;int cyDesired;UINT uFlags;
int;CreateIconIndirect;PICONINFO piconinfo;
int;CreateMDIWindow;LPCTSTR lpClassName;LPCTSTR lpWindowName;DWORD dwStyle;int X;int Y;int nWidth;int nHeight;HWND hWndParent;HINSTANCE hInstance;LPARAM lParam;
int;CreateMDIWindowA;LPCTSTR lpClassName;LPCTSTR lpWindowName;DWORD dwStyle;int X;int Y;int nWidth;int nHeight;HWND hWndParent;HINSTANCE hInstance;LPARAM lParam;
int;CreateMDIWindowW;LPCTSTR lpClassName;LPCTSTR lpWindowName;DWORD dwStyle;int X;int Y;int nWidth;int nHeight;HWND hWndParent;HINSTANCE hInstance;LPARAM lParam;
int;CreateMenu;;
int;CreatePopupMenu;;
int;CreateWindow;LPCTSTR lpClassName;LPCTSTR lpWindowName;DWORD dwStyle;int x;int y;int nWidth;int nHeight;HWND hWndParent;HMENU hMenu;HINSTANCE hInstance;LPVOID lpParam;
HWND;CreateWindowEx;DWORD dwExStyle;LPCSTR lpClassName;LPCSTR lpWindowName;DWORD dwStyle;int X;int Y;int nWidth;int nHeight;HWND hWndParent;HMENU hMenu;HINSTANCE hInstance;LPVOID lpParam;
HWND;CreateWindowExA;DWORD dwExStyle;LPCSTR lpClassName;LPCSTR lpWindowName;DWORD dwStyle;int X;int Y;int nWidth;int nHeight;HWND hWndParent;HMENU hMenu;HINSTANCE hInstance;LPVOID lpParam;
HWND;CreateWindowExW;DWORD dwExStyle;LPCWSTR lpClassName;LPCWSTR lpWindowName;DWORD dwStyle;int X;int Y;int nWidth;int nHeight;HWND hWndParent ;HMENU hMenu;HINSTANCE hInstance;LPVOID lpParam;
int;CreateWindowStation;LPCTSTR lpwinsta;DWORD dwFlags;DWORD dwDesiredAccess;LPSECURITY_ATTRIBUTES lpsa;
int;DdeAbandonTransaction;DWORD idInst;HCONV hConv;DWORD idTransaction;
int;DdeAccessData;HDDEDATA hData;LPDWORD pcbDataSize;
int;DdeAddData;HDDEDATA hData;LPBYTE pSrc;DWORD cb;DWORD cbOff;
int;DdeClientTransaction;LPBYTE pData;DWORD cbData;HCONV hConv;HSZ hszItem;UINT wFmt;UINT wType;DWORD dwTimeout;LPDWORD pdwResult;
int;DdeCmpStringHandles;HSZ hsz1;HSZ hsz2;
int;DdeConnect;DWORD idInst;HSZ hszService;HSZ hszTopic;PCONVCONTEXT pCC;
int;DdeConnectList;DWORD idInst;HSZ hszService;HSZ hszTopic;HCONVLIST hConvList;PCONVCONTEXT pCC;
int;DdeCreateDataHandle;DWORD idInst;LPBYTE pSrc;DWORD cb;DWORD cbOff;HSZ hszItem;UINT wFmt;UINT afCmd;
int;DdeCreateStringHandle;DWORD idInst;LPTSTR psz;int iCodePage;
int;DdeDisconnect;HCONV hConv;
int;DdeDisconnectList;HCONVLIST hConvList;
int;DdeEnableCallback;DWORD idInst;HCONV hConv;UINT wCmd;
int;DdeFreeDataHandle;HDDEDATA hData;
int;DdeFreeStringHandle;DWORD idInst;HSZ hsz;
int;DdeGetData;HDDEDATA hData;LPBYTE pDst;DWORD cbMax;DWORD cbOff;
int;DdeGetLastError;DWORD idInst;
int;DdeImpersonateClient;HCONV hConv;
int;DdeInitialize;LPDWORD pidInst;PFNCALLBACK pfnCallback;DWORD afCmd;DWORD ulRes;
int;DdeKeepStringHandle;DWORD idInst;HSZ hsz;
int;DdeNameService;DWORD idInst;UINT hsz1;UINT hsz2;UINT afCmd;
int;DdePostAdvise;DWORD idInst;HSZ hszTopic;HSZ hszItem;
int;DdeQueryConvInfo;HCONV hConv;DWORD idTransaction;PCONVINFO pConvInfo;
int;DdeQueryNextServer;HCONVLIST hConvList;HCONV hConvPrev;
int;DdeQueryString;DWORD idInst;HSZ hsz;LPTSTR psz;DWORD cchMax;int iCodePage;
int;DdeReconnect;HCONV hConv;
int;DdeSetQualityOfService;HWND hwndClient;const SECURITY_QUALITY_OF_SERVICE* pqosNew;PSECURITY_QUALITY_OF_SERVICE pqosPrev;
int;DdeSetUserHandle;HCONV hConv;DWORD id;DWORD_PTR hUser;
int;DdeUnaccessData;HDDEDATA hData;
int;DdeUninitialize;DWORD idInst;
int;DefDlgProc;HWND hDlg;UINT Msg;WPARAM wParam;LPARAM lParam;
int;DefDlgProcW;HWND hDlg;UINT Msg;WPARAM wParam;LPARAM lParam;
int;DefFrameProc;HWND hWnd;HWND hWndMDIClient;UINT uMsg;WPARAM wParam;LPARAM lParam;
int;DefFrameProcA;HWND hWnd;HWND hWndMDIClient;UINT uMsg;WPARAM wParam;LPARAM lParam;
int;DefFrameProcW;HWND hWnd;HWND hWndMDIClient;UINT uMsg;WPARAM wParam;LPARAM lParam;
int;DefMDIChildProc;HWND hWnd;UINT uMsg;WPARAM wParam;LPARAM lParam;
int;DefMDIChildProcA;HWND hWnd;UINT uMsg;WPARAM wParam;LPARAM lParam;
int;DefRawInputProc;PRAWINPUT* paRawInput;INT nInput;UINT cbSizeHeader;
LRESULT;DefWindowProc;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
LRESULT;DefWindowProcA;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
LRESULT;DefWindowProcW;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;DeferWindowPos;HDWP hWinPosInfo;HWND hWnd;HWND hWndInsertAfter;int x;int y;int cx;int cy;UINT uFlags;
int;DeleteMenu;HMENU hMenu;UINT uPosition;UINT uFlags;
int;DeregisterShellHookWindow;HWND hWnd;
int;DestroyAcceleratorTable;HACCEL hAccel;
int;DestroyCaret;;
int;DestroyCursor;HCURSOR hCursor;
int;DestroyIcon;HICON hIcon;
int;DestroyMenu;HMENU hMenu;
int;DestroyWindow;HWND hWnd;
int;DialogBoxIndirectParam;HINSTANCE hInstance;LPCDLGTEMPLATE hDialogTemplate;HWND hWndParent;DLGPROC lpDialogFunc;LPARAM dwInitParam;
int;DialogBoxIndirectParamA;HINSTANCE hInstance;LPCDLGTEMPLATE hDialogTemplate;HWND hWndParent;DLGPROC pDialogFunc;LPARAM dwInitParam;
int;DialogBoxIndirectParamW;HINSTANCE hInstance;LPCDLGTEMPLATE hDialogTemplate;HWND hWndParent;DLGPROC pDialogFunc;LPARAM dwInitParam;
int;DialogBoxParam;HINSTANCE hInstance;LPCTSTR lpTemplateName;HWND hWndParent;DLGPROC lpDialogFunc;LPARAM dwInitParam;
int;DialogBoxParamA;HINSTANCE hInstance;LPCTSTR lpTemplateName;HWND hWnd;DLGPROC lpDialogFunc;LPARAM dwInitParam;
int;DialogBoxParamW;HINSTANCE hInstance;LPCTSTR lpTemplateName;HWND hWnd;DLGPROC lpDialogFunc;LPARAM dwInitParam;
long;DispatchMessage;const MSG *lpMsg;
long;DispatchMessageA;const MSG *lpMsg;
long;DispatchMessageW;const MSG *lpMsg;
int;DlgDirList;HWND hDlg;LPTSTR lpPathSpec;int nIDListBox;int nIDStaticPath;UINT uFileType;
int;DlgDirListComboBox;HWND hDlg;LPTSTR lpPathSpec;int nIDComboBox;int nIDStaticPath;UINT uFiletype;
int;DlgDirSelectComboBoxEx;HWND hDlg;LPTSTR lpString;int nCount;int nIDComboBox;
int;DlgDirSelectEx;HWND hDlg;LPTSTR lpString;int nCount;int nIDListBox;
int;DragDetect;HWND hwnd;POINT pt;
int;DrawAnimatedRects;HWND hWnd;int dAni;const RECT* lprcFrom;const RECT* lprcTo;
int;DrawCaption;HWND hwnd;HDC hdc;LPCRECT lprc;UINT uFlags;
int;DrawEdge;HDC hDC;LPRECT qrc;UINT edge;UINT grfFlags;
int;DrawFocusRect;HDC hDC;const RECT* lprc;
int;DrawFrameControl;HDC hDC;LPRECT lprc;UINT uType;UINT uState;
int;DrawIcon;HDC hDC;int X;int Y;HICON hIcon;
int;DrawIconEx;HDC hDC;int xLeft;int yTop;HICON hIcon;int cxWidth;int cyWidth;UINT istepIfAniCur;HBRUSH hbrFlickerFreeDraw;UINT diFlags;
int;DrawMenuBar;HWND hWnd;
int;DrawState;HDC hdc;HBRUSH hbr;DRAWSTATEPROC lpOutputFunc;LPARAM lData;WPARAM wData;int x;int y;int cx;int cy;UINT fuFlags;
int;DrawStateA;HDC hDC;HBRUSH hbr;DRAWSTATEPROC lpOutputFunc;LPARAM lData;WPARAM wData;int X;int Y;int cx;int cy;UINT fuFlags;
int;DrawStateW;HDC hDC;HBRUSH hbr;DRAWSTATEPROC lpOutputFunc;LPARAM lData;WPARAM wData;int X;int Y;int cx;int cy;UINT fuFlags;
int;DrawText;HDC hDC;LPCTSTR lpchText;int nCount;LPRECT lpRect;UINT uFormat;
int;DrawTextA;HDC hDC;LPCTSTR lpString;int nCount;LPRECT lpRect;UINT uFormat;
int;DrawTextEx;HDC hdc;LPTSTR lpchText;int cchText;LPRECT lprc;UINT dwDTFormat;LPDRAWTEXTPARAMS lpDTParams;
int;DrawTextExA;HDC hDC;LPTSTR lpchText;int cchText;LPRECT lprc;UINT dwDTFormat;LPDRAWTEXTPARAMS lpDTParams;
int;DrawTextExW;HDC hDC;LPTSTR lpchText;int cchText;LPRECT lprc;UINT dwDTFormat;LPDRAWTEXTPARAMS lpDTParams;
int;DrawTextW;HDC hDC;LPCTSTR lpString;int nCount;LPRECT lpRect;UINT uFormat;
int;EmptyClipboard;;
int;EnableMenuItem;HMENU hMenu;UINT uIDEnableItem;UINT uEnable;
int;EnableScrollBar;HWND hWnd;UINT WSBflags;UINT wArrows;
int;EnableWindow;HWND hWnd;BOOL bEnable;
int;EndDeferWindowPos;HDWP hWinPosInfo;
int;EndDialog;HWND hDlg;INT_PTR nResult;
int;EndMenu;;
int;EndPaint;HWND hWnd;const PAINTSTRUCT* lpPaint;
int;EndTask;HWND hWnd;BOOL fShutDown;BOOL fForce;
int;EnumChildWindows;HWND hWndParent;WNDENUMPROC lpEnumFunc;LPARAM lParam;
int;EnumClipboardFormats;UINT format;
int;EnumDesktopWindows;HDESK hDesktop;WNDENUMPROC lpfn;LPARAM lParam;
int;EnumDesktops;HWINSTA hwinsta;DESKTOPENUMPROC lpEnumFunc;LPARAM lParam;
int;EnumDisplayDevices;LPCTSTR lpReserved;DWORD iDeviceNum;PDISPLAY_DEVICE pDisplayDevice;DWORD dwFlags;
int;EnumDisplayMonitors;DWORD hDesktop;DWORD lpfn;DWORD lParam;
int;EnumDisplayMonitors;HDC hdc;LPCRECT lprcClip;MONITORENUMPROC lpfnEnum;LPARAM dwData;
int;EnumDisplaySettings;LPCTSTR lpszDeviceName;int iModeNum;DEVMODE* lpDevMode;
int;EnumDisplaySettingsA;LPCTSTR lpszDeviceName;int iModeNum;DEVMODE* lpDevMode;
int;EnumDisplaySettingsEx;LPCTSTR lpszDeviceName;DWORD iModeNum;DEVMODE* lpDevMode;DWORD dwFlags;
int;EnumProps;HWND hWnd;PROPENUMPROC lpEnumFunc;
int;EnumPropsEx;HWND hWnd;PROPENUMPROCEX lpEnumFunc;LPARAM lParam;
int;EnumThreadWindows;DWORD dwThreadId;WNDENUMPROC lpfn;LPARAM lParam;
int;EnumWindowStations;WINSTAENUMPROC lpEnumFunc;LPARAM lParam;
int;EnumWindows;WNDENUMPROC lpEnumFunc;LPARAM lParam;
int;EqualRect;const RECT* lprc1;const RECT* lprc2;
int;ExcludeUpdateRgn;HDC hDC;HWND hWnd;
int;ExitWindowsEx;UINT uFlags;DWORD dwReserved;
int;FillRect;HDC hDC;const RECT* lprc;HBRUSH hbr;
int;FindWindow;LPCTSTR lpClassName;LPCTSTR lpWindowName;
int;FindWindowA;LPCTSTR lpClassName;LPCTSTR lpWindowName;
int;FindWindowEx;HWND hwndParent;HWND hwndChildAfter;LPCTSTR lpszClass;LPCTSTR lpszWindow;
int;FindWindowExA;HWND hwndParent;HWND hwndChildAfter;LPCTSTR lpszClass;LPCTSTR pszWindow;
int;FindWindowExW;HWND hwndParent;HWND hwndChildAfter;LPCTSTR lpszClass;LPCTSTR pszWindow;
int;FindWindowW;LPCTSTR lpClassName;LPCTSTR lpWindowName;
int;FlashWindow;HWND hWnd;BOOL bInvert;
int;FlashWindowEx;PFLASHWINFO pfwi;
int;FrameRect;HDC hDC;const RECT* lprc;HBRUSH hbr;
int;FreeDDElParam;UINT msg;LPARAM lParam;
int;GetActiveWindow;;
int;GetAltTabInfo;HWND hwnd;int iItem;PALTTABINFO pati;LPTSTR pszItemText;UINT cchItemText;
int;GetAncestor;HWND hwnd;DWORD gaFlags;
int;GetAsyncKeyState;int vKey;
int;GetCapture;;
int;GetCaretBlinkTime;;
int;GetCaretPos;LPPOINT lpPoint;
int;GetClassInfo;HINSTANCE hInstance;LPCTSTR lpClassName;LPWNDCLASS lpWndClass;
int;GetClassInfoA;HINSTANCE hInstance;LPCTSTR lpClassName;LPWNDCLASS lpWndClass;
int;GetClassInfoEx;HINSTANCE hinst;LPCTSTR lpszClass;LPWNDCLASSEX lpwcx;
int;GetClassInfoExA;HINSTANCE hinst;LPCTSTR lpszClass;LPWNDCLASSEX lpwcx;
int;GetClassInfoExW;HINSTANCE hinst;LPCTSTR lpszClass;LPWNDCLASSEX lpwcx;
int;GetClassInfoW;HINSTANCE hInstance;LPCTSTR lpClassName;LPWNDCLASS lpWndClass;
int;GetClassLong;HWND hWnd;int nIndex;
int;GetClassLongA;HWND hWnd;int nIndex;
int;GetClassLongW;HWND hWnd;int nIndex;
int;GetClassName;HWND hWnd;LPTSTR lpClassName;int nMaxCount;
int;GetClassNameA;HWND hWnd;LPTSTR lpBuffer;int nBufferSize;
int;GetClassNameW;HWND hWnd;LPTSTR lpBuffer;int nBufferSize;
int;GetClassWord;HWND hWnd;int nIndex;
int;GetClientRect;HWND hWnd;LPRECT lpRect;
int;GetClipCursor;LPRECT lpRect;
int;GetClipboardData;UINT uFormat;
int;GetClipboardFormatName;UINT format;LPTSTR lpszFormatName;int cchMaxCount;
int;GetClipboardFormatNameA;UINT format;LPTSTR lpBuffer;int cchMaxCount;
int;GetClipboardOwner;;
int;GetClipboardSequenceNumber;;
int;GetClipboardViewer;;
int;GetComboBoxInfo;HWND hWndCombo;PCOMBOBOXINFO pcbi;
int;GetCursor;;
int;GetCursorInfo;PCURSORINFO pci;
int;GetCursorPos;LPPOINT lpPoint;
int;GetDC;HWND hwnd;
int;GetDCEx;HWND hWnd;HRGN hrgnClip;UINT flags;
HWND;GetDesktopWindow;;
int;GetDialogBaseUnits;;
int;GetDlgCtrlID;HWND hwndCtl;
int;GetDlgItem;HWND hDlg;int nIDDlgItem;
int;GetDlgItemInt;HWND hDlg;int nIDDlgItem;BOOL* lpTranslated;BOOL bSigned;
int;GetDlgItemText;HWND hDlg;int nIDDlgItem;LPTSTR lpString;int nMaxCount;
int;GetDlgItemTextA;HWND hDlg;int nIDDlgItem;LPTSTR lpBuffer;int nBufferSize;
int;GetDlgItemTextW;HWND hDlg;int nIDDlgItem;LPTSTR lpBuffer;int nBufferSize;
int;GetDoubleClickTime;;
int;GetFocus;;
int;GetForegroundWindow;;
int;GetGUIThreadInfo;DWORD idThread;LPGUITHREADINFO lpgui;
int;GetGestureConfig;HWND hwnd;DWORD dwReserved;DWORD dwFlags;PUINT pcIDs;PGESTURECONFIG pGestureConfig;UINT cbSize;
int;GetGestureExtraArgs;HGESTUREINFO hGestureInfo;UINT cbExtraArgs;PBYTE pExtraArgs;
int;GetGestureInfo;HGESTUREINFO hGestureInfo;PGESTUREINFO pGestureInfo;
int;GetGuiResources;HANDLE hProcess;DWORD uiFlags;
int;GetIconInfo;HICON hIcon;PICONINFO piconinfo;
int;GetIconInfoEx;HICON hIcon;PICONINFOEX piconinfoex;
int;GetInputState;;
int;GetKBCodePage;;
int;GetKeyNameText;LONG lParam;LPTSTR lpString;int nSize;
int;GetKeyNameTextA;LONG lParam;LPTSTR lpString;int nSize;
int;GetKeyNameTextW;LONG lParam;LPTSTR lpString;int nSize;
int;GetKeyState;int nVirtKey;
int;GetKeyboardLayout;DWORD dwLayout;
int;GetKeyboardLayoutList;int nBuff;HKL* lpList;
int;GetKeyboardLayoutName;LPTSTR pwszKLID;
int;GetKeyboardLayoutNameA;LPTSTR pwszKLID;
int;GetKeyboardLayoutNameW;LPTSTR pwszKLID;
int;GetKeyboardState;PBYTE lpKeyState;
int;GetKeyboardType;int nTypeFlag;
int;GetLastActivePopup;HWND hWnd;
int;GetLastInputInfo;PLASTINPUTINFO plii;
int;GetLayeredWindowAttributes;HWND hwnd;COLORREF* pcrKey;BYTE* pbAlpha;DWORD pdwFlags;
int;GetListBoxInfo;HWND hwnd;
int;GetMenu;HWND hWnd;
int;GetMenuBarInfo;HWND hwnd;UINT idObject;LONG idItem;PMENUBARINFO pmbi;
int;GetMenuCheckMarkDimensions;;
int;GetMenuContextHelpId;HMENU hmenu;
int;GetMenuDefaultItem;HMENU hMenu;UINT fByPos;UINT gmdiFlags;
int;GetMenuInfo;HMENU hMenu;LPCMENUINFO lpcMenuInfo;
int;GetMenuItemCount;HMENU hMenu;
int;GetMenuItemID;HMENU hMenu;int nPos;
int;GetMenuItemInfo;HMENU hMenu;UINT uItem;BOOL fByPosition;LPMENUITEMINFO lpmii;
int;GetMenuItemInfoA;HMENU hMenu;UINT uItem;BOOL fByPosition;LPMENUITEMINFO lpmii;
int;GetMenuItemInfoW;HMENU hMenu;UINT uItem;BOOL fByPosition;LPMENUITEMINFO lpmii;
int;GetMenuItemRect;HWND hWnd;HMENU hMenu;UINT uItem;LPRECT lprcItem;
int;GetMenuState;HMENU hMenu;UINT uId;UINT uFlags;
int;GetMenuString;HMENU hMenu;UINT uIDItem;LPTSTR lpString;int nMaxCount;UINT uFlag;
int;GetMenuStringA;HMENU hMenu;UINT uIDItem;LPTSTR lpBuffer;int nBufferSize;UINT uFlag;
int;GetMenuStringW;HMENU hMenu;UINT uIDItem;LPTSTR lpBuffer;int nBufferSize;UINT uFlag;
bool;GetMessage;LPMSG lpMsg;HWND hWnd;UINT wMsgFilterMin;UINT wMsgFilterMax;
BOOL;GetMessageA;LPMSG lpMsg;HWND hWnd;UINT wMsgFilterMin;UINT wMsgFilterMax;
int;GetMessageExtraInfo;;
int;GetMessagePos;;
int;GetMessageTime;;
BOOL;GetMessageW;LPMSG lpMsg;HWND hWnd;UINT wMsgFilterMin;UINT wMsgFilterMax;
int;GetMonitorInfo;HMONITOR hMonitor;LPMONITORINFO lpmi;
int;GetMonitorInfoW;HMONITOR hMonitor;LPMONITORINFO lpMonitorIfno;
int;GetMouseMovePointsEx;UINT cbSize;LPMOUSEMOVEPOINT lppt;LPMOUSEMOVEPOINT lpptBuf;int nBufPoints;DWORD resolution;
int;GetNextDlgGroupItem;HWND hDlg;HWND hCtl;BOOL bPrevious;
int;GetNextDlgTabItem;HWND hDlg;HWND hCtl;BOOL bPrevious;
int;GetOpenClipboardWindow;;
int;GetParent;HWND hWnd;
int;GetPhysicalCursorPos;LPPOINT lpPoint;
int;GetPriorityClipboardFormat;UINT* paFormatPriorityList;int cFormats;
int;GetProcessDefaultLayout;DWORD* pdwDefaultLayout;
int;GetProcessWindowStation;;
int;GetProp;HWND hWnd;LPCTSTR lpString;
int;GetPropA;HWND hWnd;LPCTSTR lpString;
int;GetPropW;HWND hWnd;LPCTSTR lpString;
int;GetQueueStatus;DWORD flags;
int;GetRawInputBuffer;PRAWINPUT pData;PUINT pcbSize;UINT cbSizeHeader;
int;GetRawInputData;HRAWINPUT hRawInput;UINT uiCommand;LPVOID pData;PUINT pcbSize;UINT cbSizeHeader;
int;GetRawInputDeviceInfo;HANDLE hDevice;UINT uiCommand;LPVOID pData;PUINT pcbSize;
int;GetRawInputDeviceList;PRAWINPUTDEVICELIST pRawInputDeviceList;PUINT puiNumDevices;UINT cbSize;
int;GetRegisteredRawInputDevices;PRAWINPUTDEVICE pRawInputDevices;PUINT puiNumDevices;UINT cbSize;
int;GetScrollBarInfo;HWND hWnd;UINT fnBar;PSCROLLBARINFO lpsi;
int;GetScrollInfo;HWND hWnd;int fnBar;LPSCROLLINFO lpScorllInfo;
int;GetScrollPos;HWND hWnd;int nBar;
int;GetScrollRange;HWND hWnd;int nBar;LPINT lpMinPos;LPINT lpMaxPos;
int;GetShellWindow;;
int;GetSubMenu;HMENU hMenu;int nPos;
int;GetSysColor;int nIndex;
int;GetSysColorBrush;int nIndex;
int;GetSystemMenu;HWND hWnd;BOOL bRevert;
int;GetSystemMetrics;int nIndex;
int;GetTabbedTextExtent;HDC hDC;LPCTSTR lpString;int nCount;int nTabPositions;const LPINT lpnTabStopPositions;
int;GetTabbedTextExtentA;HDC hDC;LPCTSTR lpString;int nCount;int nTabPositions;const LPINT lpnTabStopPositions;
int;GetTabbedTextExtentW;HDC hDC;LPCTSTR lpString;int nCount;int nTabPositions;const LPINT lpnTabStopPositions;
int;GetThreadDesktop;DWORD dwThreadId;
int;GetTitleBarInfo;HWND hwnd;PTITLEBARINFO pti;
int;GetTopWindow;HWND hWnd;
int;GetTouchInputInfo;HTOUCHINPUT hTouchInput;UINT cInputs;PTOUCHINPUT pInputs;int cbSize;
int;GetUpdateRect;HWND hWnd;LPRECT lpRect;BOOL bErase;
int;GetUpdateRgn;HWND hWnd;HRGN hRgn;BOOL bErase;
int;GetUpdatedClipboardFormats;PUINT lpuiFormats;UINT cFormats;PUINT pcFormatsOut;
int;GetUserObjectInformation;HANDLE hObj;UINT nIndex;PVOID pvInfo;DWORD nLength;LPDWORD lpnLengthNeeded;
int;GetUserObjectInformationA;HANDLE hActiveDesktop;UINT nIndex;PVOID pvInfo;DWORD nBuffLen;LPDWORD dwSize;
int;GetUserObjectSecurity;HANDLE hObj;PSECURITY_INFORMATION pSIRequested;PSECURITY_DESCRIPTOR pSD;DWORD nLength;LPDWORD lpnLengthNeeded;
int;GetWindow;HWND hWnd;UINT uCmd;
int;GetWindowContextHelpId;HWND hWnd;
int;GetWindowDC;HWND hWnd;
int;GetWindowDisplayAffinity;HWND hWnd;DWORD* dwAffinity;
int;GetWindowInfo;HWND hwnd;PWINDOWINFO pwi;
int;GetWindowLong;HWND hWnd;int nIndex;
int;GetWindowLongA;HWND hWnd;int nIndex;
int;GetWindowLongW;HWND hWnd;int nIndex;
int;GetWindowModuleFileName;HWND hwnd;LPTSTR lpszFileName;UINT cchFileNameMax;
int;GetWindowPlacement;HWND hWnd;WINDOWPLACEMENT* lpwndpl;
int;GetWindowRect;HWND hWnd;LPRECT lpRect;
int;GetWindowRgn;HWND hWnd;HRGN hRgn;
int;GetWindowRgnBox;HWND hWnd;LPRECT lprc;
int;GetWindowText;HWND hWnd;LPTSTR lpString;int nMaxCount;
int;GetWindowTextA;HWND hWnd;LPTSTR lpString;int nMaxCount;
int;GetWindowTextLength;HWND hWnd;
int;GetWindowTextLengthA;HWND hWnd;
int;GetWindowTextLengthW;HWND hWnd;
int;GetWindowTextW;HWND hWnd;LPTSTR lpString;int nMaxCount;
int;GetWindowThreadProcessId;HWND hWnd;LPDWORD lpdwProcessId;
int;GrayString;HDC hDC;HBRUSH hBrush;GRAYSTRINGPROC lpOutputFunc;LPARAM lpData;int nCount;int X;int Y;int nWidth;int nHeight;
int;GrayStringA;HDC hDC;HBRUSH hBrush;GRAYSTRINGPROC lpOutputFunc;LPARAM lpData;int nCount;int X;int Y;int nWidth;int nHeight;
int;GrayStringW;HDC hDC;HBRUSH hBrush;GRAYSTRINGPROC lpOutputFunc;LPARAM lpData;int nCount;int X;int Y;int nWidth;int nHeight;
int;HideCaret;HWND hWnd;
int;HiliteMenuItem;HWND hwnd;HMENU hmenu;UINT uItemHilite;UINT uHilite;
int;ImpersonateDdeClientWindow;HWND hWndClient;HWND hWndServer;
int;InSendMessage;;
int;InSendMessageEx;LPVOID lpReserved;
int;InflateRect;LPRECT lpRect;int x;int y;
int;InsertMenu;HMENU hMenu;UINT uPosition;UINT uFlags;UINT_PTR uIDNewItem;LPCTSTR lpNewItem;
int;InsertMenuA;HMENU hMenu;UINT nPosition;UINT wFlags;UINT_PTR wIDNewItem;LPCTSTR lpNewItem;
int;InsertMenuItem;HMENU hMenu;UINT uItem;BOOL fByPosition;LPCMENUITEMINFO lpmii;
int;InsertMenuItemA;HMENU hMenu;UINT uItem;BOOL fByPosition;LPCMENUITEMINFO lpmii;
int;InsertMenuItemW;HMENU hMenu;UINT uItem;BOOL fByPosition;LPCMENUITEMINFO lpmii;
int;InsertMenuW;HMENU hMenu;UINT nPosition;UINT wFlags;UINT_PTR wIDNewItem;LPCTSTR lpNewItem;
int;InternalGetWindowText;HWND hWnd;LPWSTR lpString;int nMaxCount;
int;IntersectRect;LPRECT lprcDst;const RECT* lprcSrc1;const RECT* lprcSrc2;
int;InvalidateRect;HWND hWnd;const RECT* lpRect;BOOL bErase;
int;InvalidateRgn;HWND hWnd;HRGN hRgn;BOOL bErase;
int;InvertRect;HDC hDC;const RECT* lprc;
int;IsCharAlpha;TCHAR ch;
int;IsCharAlphaNumeric;TCHAR ch;
int;IsCharAlphaNumericA;TCHAR char;
int;IsCharAlphaNumericW;TCHAR char;
int;IsCharLower;TCHAR ch;
int;IsCharLowerA;TCHAR char;
int;IsCharUpper;TCHAR ch;
int;IsChild;HWND hWndParent;HWND hWnd;
int;IsClipboardFormatAvailable;UINT format;
BOOL;IsDialogMessage;HWND hDlg;LPMSG lpMsg;
BOOL;IsDialogMessageA;HWND hDlg;LPMSG lpMsg;
BOOL;IsDialogMessageW;HWND hDlg;LPMSG lpMsg;
int;IsDlgButtonChecked;HWND hDlg;int nIDButton;
int;IsGUIThread;BOOL bConvert;
int;IsHungAppWindow;HWND hWnd;
int;IsIconic;HWND hWnd;
int;IsMenu;HMENU hMenu;
int;IsProcessDPIAware;;
int;IsRectEmpty;const RECT* lprc;
int;IsTouchWindow;HWND hWnd;PULONG pulFlags;
int;IsWinEventHookInstalled;DWORD event;
int;IsWindow;HWND hWnd;
int;IsWindowEnabled;HWND hWnd;
int;IsWindowUnicode;HWND hWnd;
int;IsWindowVisible;HWND hWnd;
int;IsWow64Message;;
int;IsZoomed;HWND hWnd;
int;KillTimer;HWND hWnd;UINT_PTR nIDEvent;
HACCEL;LoadAccelerators;HINSTANCE hInstance;LPCSTR lpTableName;
HACCEL;LoadAcceleratorsA;HINSTANCE hInstance;LPCSTR lpTableName;
HACCEL;LoadAcceleratorsW;HINSTANCE hInstance;LPCWSTR lpTableName;
int;LoadBitmap;HINSTANCE hInstance;LPCTSTR lpBitmapName;
int;LoadBitmapA;HINSTANCE hInstance;LPCTSTR lpBitmapName;
int;LoadBitmapW;HINSTANCE hInstance;LPCTSTR lpBitmapName;
HCURSOR;LoadCursor;HINSTANCE hInstance;LPCTSTR lpCursorName;
HCURSOR;LoadCursorA;HINSTANCE hInstance;LPCTSTR lpCursorName;
int;LoadCursorFromFile;LPCTSTR lpFileName;
int;LoadCursorFromFileA;LPCTSTR lpFileName;
int;LoadCursorFromFileW;LPCTSTR lpFileName;
HCURSOR;LoadCursorW;HINSTANCE hInstance;LPCTSTR lpCursorName;
HICON;LoadIcon;HINSTANCE hInstance;LPCSTR lpIconName;
HICON;LoadIconA;HINSTANCE hInstance;LPCSTR lpIconName;
HICON;LoadIconW;HINSTANCE hInstance;LPCSTR lpIconName;
int;LoadImage;HINSTANCE hinst;LPCTSTR lpszName;UINT uType;int cxDesired;int cyDesired;UINT fuLoad;
int;LoadImageA;HINSTANCE hinst;LPCTSTR lpszName;UINT uType;int Width;int Height;UINT Options;
int;LoadImageW;HINSTANCE hinst;LPCTSTR lpszName;UINT uType;int Width;int Height;UINT Options;
int;LoadKeyboardLayout;LPCTSTR pwszKLID;UINT Flags;
int;LoadKeyboardLayoutA;LPCTSTR lpwszKLID;UINT Flags;
int;LoadKeyboardLayoutW;LPCTSTR lpwszKLID;UINT Flags;
int;LoadMenu;HINSTANCE hInstance;LPCTSTR lpMenuName;
int;LoadMenuA;HINSTANCE hInstance;LPCTSTR lpMenuName;
int;LoadMenuIndirect;CONST MENUTEMPLATE* lpMenuTemplate;
int;LoadMenuIndirectA;CONST MENUTEMPLATE* lpMenuTemplate;
int;LoadMenuIndirectW;CONST MENUTEMPLATE* lpMenuTemplate;
int;LoadMenuW;HINSTANCE hInstance;LPCTSTR lpMenuName;
int;LoadString;HINSTANCE hInstance;UINT uID;LPTSTR lpBuffer;int nBufferMax;
int;LoadStringA;HINSTANCE hInstance;UINT uID;LPTSTR lpBuffer;int nBufferMax;
int;LoadStringW;HINSTANCE hInstance;UINT uID;LPTSTR lpBuffer;int nBufferMax;
int;LockSetForegroundWindow;UINT uLockCode;
int;LockWindowUpdate;HWND hWndLock;
int;LockWorkStation;;
int;LogicalToPhysicalPoint;HWND hWnd;LPPOINT lpPoint;
int;LookupIconIdFromDirectory;PBYTE presbits;BOOL fIcon;
int;LookupIconIdFromDirectoryEx;PBYTE presbits;BOOL fIcon;int cxDesired;int cyDesired;UINT Flags;
int;MapDialogRect;HWND hDlg;LPRECT IpRect;
int;MapVirtualKey;UINT uCode;UINT uMapType;
int;MapVirtualKeyA;UINT uCode;UINT uMapType;
int;MapVirtualKeyEx;UINT uCode;UINT uMapType;HKL dwhkl;
int;MapVirtualKeyExA;UINT uCode;UINT uMapType;HKL dwhkl;
int;MapVirtualKeyExW;UINT uCode;UINT uMapType;HKL dwhkl;
int;MapVirtualKeyW;UINT uCode;UINT uMapType;
int;MapWindowPoints;HWND hWndFrom;HWND hWndTo;LPPOINT lpPoints;UINT cPoints;
int;MenuItemFromPoint;HWND hWnd;HMENU hMenu;POINT ptScreen;
int;MessageBeep;UINT uType;
int;MessageBox;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;
int;MessageBoxA;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;
int;MessageBoxEx;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;WORD wLanguageId;
int;MessageBoxExA;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;WORD wLanguageId;
int;MessageBoxExW;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;WORD wLanguageId;
int;MessageBoxIndirect;const LPMSGBOXPARAMS lpMsgBoxParams;
int;MessageBoxIndirectA;const LPMSGBOXPARAMS lpMsgBoxParams;
int;MessageBoxIndirectW;const LPMSGBOXPARAMS lpMsgBoxParamsW;
int;MessageBoxTimeout;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;WORD wLanguageId;DWORD dwMilliseconds;
int;MessageBoxW;HWND hWnd;LPCTSTR lpText;LPCTSTR lpCaption;UINT uType;
int;ModifyMenu;HMENU hMnu;UINT uPosition;UINT uFlags;UINT_PTR uIDNewItem;LPCTSTR lpNewItem;
int;ModifyMenuA;HMENU hMenu;UINT uPosition;UINT uFlags;UINT_PTR uIDNewItem;LPCTSTR lpNewItem;
int;ModifyMenuW;HMENU hMenu;UINT uPosition;UINT uFlags;UINT_PTR uIDNewItem;LPCTSTR lpNewItem;
int;MonitorFromPoint;POINT pt;DWORD dwFlags;
int;MonitorFromRect;LPCRECT lprc;DWORD dwFlags;
int;MonitorFromWindow;DWORD hWnd;DWORD dwFlags;
int;MonitorFromWindow;HWND hwnd;DWORD dwFlags;
int;MoveWindow;HWND hWnd;int X;int Y;int nWidth;int nHeight;BOOL bRepaint;
int;MsgWaitForMultipleObjects;DWORD nCount;const HANDLE* pHandles;BOOL fWaitAll;DWORD dwMilliseconds;DWORD dwWakeMask;
int;MsgWaitForMultipleObjectsEx;DWORD nCount;const HANDLE* pHandles;DWORD dwMilliseconds;DWORD dwWakeMask;DWORD dwFlags;
int;NotifyWinEvent;DWORD event;HWND hwnd;LONG idObject;LONG idChild;
int;OemKeyScan;WORD wOemChar;
int;OemToChar;LPCSTR lpszSrc;LPTSTR lpszDst;
int;OemToCharA;LPCSTR lpszSrc;LPTSTR lpszDst;
int;OemToCharBuff;LPCTSTR lpszSrc;LPTSTR lpszDst;DWORD cchDstLength;
int;OemToCharBuffA;LPCTSTR lpszSrc;LPTSTR lpszDst;DWORD cchDstLength;
int;OemToCharBuffW;LPCTSTR lpszSrc;LPTSTR lpszDst;DWORD cchDstLength;
int;OemToCharW;LPCSTR lpszSrc;LPTSTR lpszDst;
int;OffsetRect;LPRECT lprc;int dx;int dy;
int;OpenClipboard;HWND hWndNewOwner;
int;OpenDesktop;LPTSTR lpszDesktop;DWORD dwFlags;BOOL fInherit;DWORD dwDesiredAccess;
int;OpenIcon;HWND hWnd;
int;OpenInputDesktop;DWORD dwFlags;BOOL fInherit;DWORD dwDesiredAccess;
int;OpenWindowStation;LPTSTR lpszWinSta;BOOL fInherit;DWORD dwDesiredAccess;
int;PackDDElParam;UINT msg;UINT_PTR uiLo;UINT_PTR uiHi;
int;PaintDesktop;HDC hDC;
int;PeekMessage;LPMSG lpMsg;HWND hWnd;UINT wMsgFilterMin;UINT wMsgFilterMax;UINT wRemoveMsg;
int;PeekMessageA;LPMSG lpMsg;HWND hWnd;UINT wMsgFilterMin;UINT wMsgFilterMax;UINT wRemoveMsg;
int;PeekMessageW;LPMSG lpMsg;HWND hWnd;UINT wMsgFilterMin;UINT wMsgFilterMax;UINT wRemoveMsg;
int;PhysicalToLogicalPoint;HWND hWnd;LPPOINT lpPoint;
int;PostMessage;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;PostMessageA;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM Param;
int;PostMessageW;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM Param;
int;PostQuitMessage;int nExitCode;
int;PostThreadMessage;DWORD idThread;UINT Msg;WPARAM wParam;LPARAM lParam;
int;PostThreadMessageA;DWORD idThread;UINT Msg;WPARAM wParam;LPARAM lParam;
int;PostThreadMessageW;DWORD idThread;UINT Msg;WPARAM wParam;LPARAM lParam;
int;PrintWindow;HWND hwnd;HDC hdcBlt;UINT nFlags;
int;PrivateExtractIcons;LPCTSTR lpszFile;int nIconIndex;int cxIcon;int cyIcon;HICON* phicon;UINT* piconid;UINT nIcons;UINT flags;
int;PtInRect;const RECT* lprc;POINT pt;
int;RealChildWindowFromPoint;HWND hwndParent;POINT ptParentClientCoords;
int;RealGetWindowClass;HWND hwnd;LPTSTR pszType;UINT cchType;
int;RedrawWindow;HWND hWnd;const RECT* lprcUpdate;HRGN hrgnUpdate;UINT flags;
ATOM;RegisterClass;CONST WNDCLASS* lpWndClass;
ATOM;RegisterClassA;CONST WNDCLASS* lpWndClass;
ATOM;RegisterClassW;const WNDCLASS* lpWndClass;
ATOM;RegisterClassEx;CONST WNDCLASSEX* lpwcx;
ATOM;RegisterClassExA;CONST WNDCLASSEX* lpWndClassEx;
ATOM;RegisterClassExW;CONST WNDCLASSEX* lpWndClassEx;
int;RegisterClassW;CONST WNDCLASS* lpWndClass;
int;RegisterClipboardFormat;LPCTSTR lpszFormat;
int;RegisterClipboardFormatA;LPCTSTR lpszFormat;
int;RegisterClipboardFormatW;LPCTSTR lpszFormat;
int;RegisterDeviceNotification;HANDLE hRecipient;LPVOID NotificationFilter;UINT Flags;
int;RegisterHotKey;HWND hWnd;int id;UINT fsModifiers;UINT vk;
int;RegisterPowerSettingNotification;HANDLE hRecipient;LPCGUID PowerSettingGuid;UINT Flags;
int;RegisterRawInputDevices;PCRAWINPUTDEVICE pRawInputDevices;UINT uiNumDevices;UINT cbSize;
int;RegisterShellHookWindow;HWND hWnd;
int;RegisterTouchWindow;HWND hWnd;ULONG ulFlags;
int;RegisterWindowMessage;LPCTSTR lpString;
int;RegisterWindowMessageA;LPCTSTR lpString;
int;RegisterWindowMessageW;LPCTSTR lpString;
int;ReleaseCapture;;
int;ReleaseDC;HWND hWnd;HDC hDC;
int;RemoveClipboardFormatListener;HWND hwnd;
int;RemoveMenu;HMENU hMenu;UINT uPosition;UINT uFlags;
int;RemoveProp;HWND hWnd;LPCTSTR lpString;
int;RemovePropA;HWND hWnd;LPCTSTR lpString;
int;RemovePropW;HWND hWnd;LPCTSTR lpString;
int;ReplyMessage;LRESULT lResult;
int;ReuseDDElParam;LPARAM lParam;UINT msgIn;UINT msgOut;UINT_PTR uiLo;UINT_PTR uiHi;
int;ScreenToClient;HWND hWnd;LPPOINT lpPoint;
int;ScrollDC;HDC hDC;int dx;int dy;const RECT* lprcScroll;const RECT* lprcClip;HRGN hrgnUpdate;LPRECT lprcUpdate;
int;ScrollWindow;HWND hWnd;int XAmount;int YAmount;const RECT* lpRect;const RECT* lpClipRect;
int;ScrollWindowEx;HWND hWnd;int dx;int dy;const RECT* prcScroll;const RECT* prcClip;HRGN hrgnUpdate;LPRECT prcUpdate;UINT flags;
int;SendDlgItemMessage;HWND hDlg;int nIDDlgItem;UINT Msg;WPARAM wParam;LPARAM lParam;
int;SendDlgItemMessageA;HWND hDlg;int nIDDlgItem;UINT Msg;WPARAM wParam;LPARAM lParam;
int;SendInput;UINT nInputs;LPINPUT pInputs;int cbSize;
int;SendMessage;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;SendMessageA;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM Param;
int;SendMessageCallback;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;SENDASYNCPROC lpCallBack;ULONG_PTR dwData;
int;SendMessageCallbackA;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;SENDASYNCPROC lpResultCallBack;ULONG_PTR dwData;
int;SendMessageCallbackW;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;SENDASYNCPROC lpResultCallBack;ULONG_PTR dwData;
int;SendMessageTimeout;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;UINT fuFlags;UINT uTimeout;PDWORD_PTR lpdwResult;
int;SendMessageTimeoutA;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;UINT fuFlags;UINT uTimeout;PDWORD_PTR lpdwResult;
int;SendMessageTimeoutW;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;UINT fuFlags;UINT uTimeout;PDWORD_PTR lpdwResult;
int;SendMessageW;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM Param;
int;SendNotifyMessage;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;SendNotifyMessageA;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;SendNotifyMessageW;HWND hWnd;UINT Msg;WPARAM wParam;LPARAM lParam;
int;SetActiveWindow;HWND hWnd;
int;SetCapture;HWND hWnd;
int;SetCaretBlinkTime;UINT uMSeconds;
int;SetCaretPos;int X;int Y;
int;SetClassLong;HWND hWnd;int nIndex;LONG dwNewLong;
int;SetClassLongA;HWND hWnd;int nIndex;LONG dwNewLong;
int;SetClassLongW;HWND hWnd;int nIndex;LONG dwNewLong;
int;SetClassWord;HWND hWnd;int nIndex;WORD wNewWord;
int;SetClipboardData;UINT uFormat;HANDLE hMem;
int;SetClipboardViewer;HWND hWndNewViewer;
int;SetCursor;HCURSOR hCursor;
int;SetCursorPos;int X;int Y;
int;SetDlgItemInt;HWND hDlg;int nIDDlgItem;UINT uValue;BOOL bSigned;
int;SetDlgItemText;HWND hDlg;int nIDDlgItem;LPCTSTR lpString;
int;SetDlgItemTextA;HWND hDlg;int nIDDlgItem;LPCTSTR lpString;
int;SetDlgItemTextW;HWND hDlg;int nIDDlgItem;LPCTSTR lpString;
int;SetDoubleClickTime;UINT uInterval;
int;SetFocus;HWND hWnd;
int;SetForegroundWindow;HWND hWnd;
int;SetGestureConfig;HWND hwnd;DWORD dwReserved;UINT cIDs;PGESTURECONFIG pGestureConfig;UINT cbSize;
int;SetKeyboardState;LPBYTE lpKeyState;
int;SetLastErrorEx;DWORD dwErrCode;DWORD dwType;
int;SetLayeredWindowAttributes;HWND hWnd;COLORREF crKey;BYTE bAlpha;DWORD dwFlags;
int;SetMenu;HWND hWnd;HMENU hMenu;
int;SetMenuContextHelpId;HMENU hmenu;DWORD dwContextHelpId;
int;SetMenuDefaultItem;HMENU hMenu;UINT uItem;UINT fByPos;
int;SetMenuInfo;HMENU hmenu;LPCMENUINFO lpcmi;
int;SetMenuItemBitmaps;HMENU hMenu;UINT uPosition;UINT uFlags;HBITMAP hBitmapUnchecked;HBITMAP hBitmapChecked;
int;SetMenuItemInfo;HMENU hMenu;UINT uItem;BOOL fByPosition;LPMENUITEMINFO lpmii;
int;SetMenuItemInfoA;HMENU hMenu;UINT uItem;BOOL fByPosition;LPMENUITEMINFO lpmii;
int;SetMenuItemInfoW;HMENU hMenu;UINT uItem;BOOL fByPosition;LPMENUITEMINFO lpmii;
int;SetMessageExtraInfo;LPARAM lParam;
int;SetParent;HWND hWndChild;HWND hWndNewParent;
int;SetPhysicalCursorPos;int X;int Y;
int;SetProcessDPIAware;;
int;SetProcessDefaultLayout;DWORD dwDefaultLayout;
int;SetProcessWindowStation;HWINSTA hWinSta;
int;SetProp;HWND hWnd;LPCTSTR lpString;HANDLE hData;
int;SetPropA;HWND hWnd;LPCTSTR lpString;HANDLE hData;
int;SetPropW;HWND hWnd;LPCTSTR lpString;HANDLE hData;
int;SetRect;LPRECT lprc;int xLeft;int yTop;int xRight;int yBottom;
int;SetRectEmpty;LPRECT lprc;
int;SetScrollInfo;HWND hWnd;int fnBar;LPCSCROLLINFO lpsi;BOOL fRedraw;
int;SetScrollPos;HWND hWnd;int nBar;int nPos;BOOL bRedraw;
int;SetScrollRange;HWND hWnd;int nBar;int nMinPos;int nMaxPos;BOOL bRedraw;
int;SetSysColors;int cElements;const INT* lpaElements;const COLORREF* lpaRgbValues;
int;SetSystemCursor;HCURSOR hcur;DWORD id;
int;SetThreadDesktop;HDESK hDesktop;
int;SetTimer;HWND hWnd;UINT_PTR nIDEvent;UINT uElapse;TIMERPROC lpTimerFunc;
int;SetUserObjectInformation;HANDLE hObj;int nIndex;PVOID pvInfo;DWORD nLength;
int;SetUserObjectSecurity;HANDLE hObj;PSECURITY_INFORMATION pSIRequested;PSECURITY_DESCRIPTOR pSID;
int;SetWinEventHook;UINT eventMin;UINT eventMax;HMODULE hmodWinEventProc;WINEVENTPROC lpfnWinEventProc;DWORD idProcess;DWORD idThread;DWORD dwflags;
int;SetWindowContextHelpId;HWND hWnd;DWORD dwContextHelpId;
int;SetWindowDisplayAffinity;HWND hWnd;DWORD dwAffinity;
int;SetWindowLong;HWND hWnd;int nIndex;LONG dwNewLong;
int;SetWindowLongA;HWND hWnd;int nIndex;LONG dwNewLong;
int;SetWindowLongW;HWND hWnd;int nIndex;LONG dwNewLong;
int;SetWindowPlacement;HWND hWnd;WINDOWPLACEMENT* lpwndpl;
int;SetWindowPos;HWND hWnd;HWND hWndInsertAfter;int X;int Y;int cx;int cy;UINT uFlags;
int;SetWindowRgn;HWND hWnd;HRGN hRgn;BOOL bRedraw;
int;SetWindowText;HWND hWnd;LPCTSTR lpString;
int;SetWindowTextA;HWND hwnd;LPCTSTR lpString;
int;SetWindowTextW;HWND hwnd;LPCTSTR lpString;
int;SetWindowsHookEx;int idHook;HOOKPROC lpfn;HINSTANCE hMod;DWORD dwThreadId;
int;SetWindowsHookExA;int idHook;HOOKPROC lpfn;HINSTANCE hMod;DWORD dwThreadId;
int;SetWindowsHookExW;int idHook;HOOKPROC lpfn;HINSTANCE hMod;DWORD dwThreadId;
int;ShowCaret;HWND hWnd;
int;ShowCursor;BOOL bShow;
int;ShowOwnedPopups;HWND hWnd;BOOL fShow;
int;ShowScrollBar;HWND hWnd;int wBar;BOOL bShow;
int;ShowWindow;HWND hWnd;int nCmdShow;
int;ShowWindowAsync;HWND hWnd;int nCmdShow;
int;ShutdownBlockReasonCreate;HWND hWnd;LPCWSTR pwszReason;
int;ShutdownBlockReasonDestroy;HWND hWnd;
int;ShutdownBlockReasonQuery;HWND hWnd;LPWSTR pwszBuff;DWORD* pcchBuff;
int;SoundSentry;;
int;SubtractRect;LPRECT lprcDst;const RECT* lprcSrc1;const RECT* lprcSrc2;
int;SwapMouseButton;BOOL fSwap;
int;SwitchDesktop;HDESK hDesktop;
int;SwitchToThisWindow;HWND hWnd;BOOL fAltTab;
int;SystemParametersInfo;long uiAction;UINT uiParam;PVOID pvParam;long fWinIni;
int;SystemParametersInfoA;long uiAction;UINT uiParam;PVOID pvParam;long fWinIni;
int;SystemParametersInfoW;long uiAction;UINT uiParam;PVOID pvParam;long fWinIni;
int;TabbedTextOut;HDC hDC;int X;int Y;LPCTSTR lpString;int nCount;int nTabPositions;const LPINT lpnTabStopPositions;int nTabOrigin;
int;TabbedTextOutA;HDC hDC;int X;int Y;LPCTSTR lpString;int nCount;int nTabPositions;const LPINT lpnTabStopPositions;int nTabOrigin;
int;TabbedTextOutW;HDC hDC;int X;int Y;LPCTSTR lpString;int nCount;int nTabPositions;const LPINT lpnTabStopPositions;int nTabOrigin;
int;TileWindows;HWND hwndParent;UINT wHow;RECT* lpRect;UINT cKids;const HWND* lpKids;
int;ToAscii;UINT uVirtKey;UINT uScanCode;PBYTE lpKeyState;LPWORD lpChar;UINT uFlags;
int;ToAsciiEx;UINT uVirtKey;UINT uScanCode;PBYTE lpKeyState;LPWORD lpChar;UINT uFlags;HKL dwhkl;
int;ToUnicode;UINT wVirtKey;UINT wScanCode;const PBYTE lpKeyState;LPWSTR pwszBuff;int cchBuff;UINT wFlags;
int;ToUnicodeEx;UINT wVirtKey;UINT wScanCode;const PBYTE lpKeyState;LPWSTR pwszBuff;int cchBuff;UINT wFlags;HKL dwhkl;
int;TrackMouseEvent;LPTRACKMOUSEEVENT pTrackMouseEvent;
int;TrackPopupMenu;HMENU hMenu;UINT uFlags;int X;int Y;int nReserved;HWND hWnd;CONST RECT* prcRect;
int;TrackPopupMenuEx;HMENU hmenu;UINT fuFlags;int x;int Y;HWND hWnd;LPTPMPARAMS lptpm;
int;TranslateAcceleratorA;HWND hWnd;HACCEL hAccTable;LPMSG lpMsg;
int;TranslateAcceleratorW;HWND hWnd;HACCEL hAccTable;LPMSG lpMsg;
int;TranslateAccelerator;HWND hWnd;HACCEL hAccTable;LPMSG lpMsg;
int;TranslateMDISysAccel;HWND hWndClient;LPMSG lpMsg;
int;TranslateMessage;const MSG* lpMsg;
int;UnhookWinEvent;HWINEVENTHOOK hWinEventHook;
int;UnhookWindowsHookEx;HHOOK hhk;
int;UnionRect;LPRECT lprcDst;const RECT* lprcSrc1;const RECT* lprcSrc2;
int;UnloadKeyboardLayout;HKL hkl;
int;UnpackDDElParam;UINT msg;LPARAM lParam;PUINT_PTR puiLo;PUINT_PTR puiHi;
int;UnregisterClass;LPCTSTR lpClassName;HINSTANCE hInstance;
int;UnregisterClassA;DWORD lpClassName;DWORD hInstance;
int;UnregisterClassA;LPCTSTR lpClassName;HINSTANCE hInstance;
int;UnregisterClassW;LPCTSTR lpClassName;HINSTANCE hInstance;
int;UnregisterDeviceNotification;HDEVNOTIFY Handle;
int;UnregisterHotKey;HWND hWnd;int id;
int;UnregisterPowerSettingNotification;HPOWERNOTIFY Handle;
int;UnregisterTouchWindow;HWND hWnd;
int;UpdateLayeredWindow;HWND hwnd;HDC hdcDst;POINT* pptDst;SIZE* psize;HDC hdcSrc;POINT* pptSrc;COLORREF crKey;BLENDFUNCTION* pblend;DWORD dwFlags;
int;UpdateLayeredWindowIndirect;HWND hwnd;const UPDATELAYEREDWINDOWINFO* pULWInfo;
int;UpdateWindow;HWND hWnd;
int;UserHandleGrantAccess;HANDLE hUserHandle;HANDLE hJob;BOOL bGrant;
int;ValidateRect;HWND hWnd;const RECT* lpRect;
int;ValidateRgn;HWND hWnd;HRGN hRgn;
int;VkKeyScan;TCHAR ch;
int;VkKeyScanA;TCHAR ch;
int;VkKeyScanEx;TCHAR ch;HKL dwhkl;
int;VkKeyScanW;TCHAR ch;
int;WaitForInputIdle;HANDLE hProcess;DWORD dwMilliseconds;
int;WaitMessage;;
int;WinHelp;HWND hWndMain;LPCTSTR lpszHelp;UINT uCommand;ULONG_PTR dwData;
int;WinHelpA;HWND hWndMain;LPCTSTR lpszHelp;UINT uCommand;ULONG_PTR wData;
int;WinHelpW;HWND hWndMain;LPCTSTR lpszHelp;UINT uCommand;ULONG_PTR wData;
int;WindowFromDC;HDC hDC;
int;WindowFromPhysicalPoint;POINT Point;
int;WindowFromPoint;POINT Point;
int;keybd_event;BYTE bVk;BYTE bScan;DWORD dwFlags;ULONG_PTR dwExtraInfo;
int;mouse_event;DWORD dwFlags;DWORD dx;DWORD dy;DWORD dwData;ULONG_PTR dwExtraInfo;
int;toascii;DWORD char;

View File

@ -1,137 +0,0 @@
int;PlaySound;LPCTSTR pszSound;HMODULE hmod;DWORD fdwSound;
int;PlaySoundA;LPCTSTR pszSound;HMODULE hmod;DWORD fdwSound;
int;PlaySoundW;LPCTSTR pszSound;HMODULE hmod;DWORD fdwSound;
int;auxGetDevCaps;UINT_PTR uDeviceID;LPAUXCAPS lpCaps;UINT cbCaps;
int;auxGetNumDevs;;
int;auxGetVolume;UINT uDeviceID;LPDWORD lpdwVolume;
int;auxOutMessage;UINT uDeviceID;UINT uMsg;DWORD_PTR dwParam1;DWORD_PTR dwParam2;
int;auxSetVolume;UINT uDeviceID;DWORD dwVolume;
int;joyConfigChanged;DWORD dwFlags;
int;joyGetDevCaps;UINT_PTR uJoyID;LPJOYCAPS pjc;UINT cbjc;
int;joyGetNumDevs;;
int;joyGetPos;UINT uJoyID;LPJOYINFO pji;
int;joyGetPosEx;UINT uJoyID;LPJOYINFOEX pji;
int;joyGetThreshold;UINT uJoyID;LPUINT puThreshold;
int;joyReleaseCapture;UINT uJoyID;
int;joySetCapture;HWND hwnd;UINT uJoyID;UINT uPeriod;BOOL fChanged;
int;joySetThreshold;UINT uJoyID;UINT uThreshold;
int;mciExecute;LPCSTR pszCommand;
int;mciGetCreatorTask;MCIDEVICEID IDDevice;
int;mciGetDeviceID;LPCTSTR lpszDevice;
int;mciGetDeviceIDFromElementID;DWORD dwElementID;LPCTSTR lpstrType;
int;mciGetErrorString;DWORD fdwError;LPTSTR lpszErrorText;UINT cchErrorText;
int;mciGetYieldProc;MCIDEVICEID IDDevice;LPDWORD lpdwYieldData;
int;mciSendCommand;MCIDEVICEID IDDevice;UINT uMsg;DWORD fdwCommand;DWORD_PTR dwParam;
int;mciSendString;LPCTSTR lpszCommand;LPTSTR lpszReturnString;UINT cchReturn;HANDLE hwndCallback;
int;mciSendStringA;LPCTSTR IpstrCommand;LPTSTR IpstrReturnString;UINT uReturnLength;HANDLE hwndCallback;
int;mciSendStringW;LPCTSTR IpstrCommand;LPTSTR IpstrReturnString;UINT uReturnLength;HANDLE hwndCallback;
int;mciSetYieldProc;MCIDEVICEID IDDevice;YIELDPROC yp;DWORD dwYieldData;
int;midiConnect;HMIDI hMidi;HMIDIOUT hmo;LPVOID pReserved;
int;midiDisconnect;HMIDI hMidi;HMIDIOUT hmo;LPVOID pReserved;
int;midiInAddBuffer;HMIDIIN hMidiIn;LPMIDIHDR lpMidiInHdr;UINT cbMidiInHdr;
int;midiInClose;HMIDIIN hMidiIn;
int;midiInGetDevCaps;UINT_PTR uDeviceID;LPMIDIINCAPS lpMidiInCaps;UINT cbMidiInCaps;
int;midiInGetErrorText;MMRESULT wError;LPTSTR lpText;UINT cchText;
int;midiInGetID;HMIDIIN hmi;LPUINT puDeviceID;
int;midiInGetNumDevs;;
int;midiInMessage;HMIDIIN deviceID;UINT msg;DWORD_PTR dw1;DWORD_PTR dw2;
int;midiInOpen;LPHMIDIIN lphMidiIn;UINT_PTR uDeviceID;DWORD_PTR dwCallback;DWORD_PTR dwCallbackInstance;DWORD dwFlags;
int;midiInPrepareHeader;HMIDIIN hMidiIn;LPMIDIHDR lpMidiInHdr;UINT cbMidiInHdr;
int;midiInReset;HMIDIIN hMidiIn;
int;midiInStart;HMIDIIN hMidiIn;
int;midiInStop;HMIDIIN hMidiIn;
int;midiInUnprepareHeader;HMIDIIN hMidiIn;LPMIDIHDR lpMidiInHdr;UINT cbMidiInHdr;
int;midiOutCacheDrumPatches;HMIDIOUT hmo;UINT wPatch;WORD* lpKeyArray;UINT wFlags;
int;midiOutCachePatches;HMIDIOUT hmo;UINT wBank;WORD* lpPatchArray;UINT wFlags;
int;midiOutClose;HMIDIOUT hmo;
int;midiOutGetDevCaps;UINT_PTR uDeviceID;LPMIDIOUTCAPS lpMidiOutCaps;UINT cbMidiOutCaps;
int;midiOutGetErrorText;MMRESULT mmrError;LPTSTR lpText;UINT cchText;
int;midiOutGetID;HMIDIOUT hmo;LPUINT puDeviceID;
int;midiOutGetNumDevs;;
int;midiOutGetVolume;HMIDIOUT hmo;LPDWORD lpdwVolume;
int;midiOutLongMsg;HMIDIOUT hmo;LPMIDIHDR lpMidiOutHdr;UINT cbMidiOutHdr;
int;midiOutMessage;HMIDIOUT deviceID;UINT msg;DWORD_PTR dw1;DWORD_PTR dw2;
int;midiOutOpen;LPHMIDIOUT lphmo;UINT_PTR uDeviceID;DWORD_PTR dwCallback;DWORD_PTR dwCallbackInstance;DWORD dwFlags;
int;midiOutPrepareHeader;HMIDIOUT hmo;LPMIDIHDR lpMidiOutHdr;UINT cbMidiOutHdr;
int;midiOutReset;HMIDIOUT hmo;
int;midiOutSetVolume;HMIDIOUT hmo;DWORD dwVolume;
int;midiOutShortMsg;HMIDIOUT hmo;DWORD dwMsg;
int;midiOutUnprepareHeader;HMIDIOUT hmo;LPMIDIHDR lpMidiOutHdr;UINT cbMidiOutHdr;
int;midiStreamClose;HMIDISTRM hStream;
int;midiStreamOpen;LPHMIDISTRM lphStream;LPUINT puDeviceID;DWORD cMidi;DWORD_PTR dwCallback;DWORD_PTR dwInstance;DWORD fdwOpen;
int;midiStreamOut;HMIDISTRM hMidiStream;LPMIDIHDR lpMidiHdr;UINT cbMidiHdr;
int;midiStreamPause;HMIDISTRM hms;
int;midiStreamPosition;HMIDISTRM hms;LPMMTIME pmmt;UINT cbmmt;
int;midiStreamProperty;HMIDISTRM hm;LPBYTE lppropdata;DWORD dwProperty;
int;midiStreamRestart;HMIDISTRM hms;
int;midiStreamStop;HMIDISTRM hms;
int;mixerClose;HMIXER hmx;
int;mixerGetControlDetails;HMIXEROBJ hmxobj;LPMIXERCONTROLDETAILS pmxcd;DWORD fdwDetails;
int;mixerGetDevCaps;UINT_PTR uMxId;LPMIXERCAPS pmxcaps;UINT cbmxcaps;
int;mixerGetID;HMIXEROBJ hmxobj;UINT* puMxId;DWORD fdwId;
int;mixerGetLineControls;HMIXEROBJ hmxobj;LPMIXERLINECONTROLS pmxlc;DWORD fdwControls;
int;mixerGetLineInfo;HMIXEROBJ hmxobj;LPMIXERLINE pmxl;DWORD fdwInfo;
int;mixerGetNumDevs;;
int;mixerMessage;HMIXER driverID;UINT uMsg;DWORD_PTR dwParam1;DWORD_PTR dwParam2;
int;mixerOpen;LPHMIXER phmx;UINT uMxId;DWORD_PTR dwCallback;DWORD_PTR dwInstance;DWORD fdwOpen;
int;mixerSetControlDetails;HMIXEROBJ hmxobj;LPMIXERCONTROLDETAILS pmxcd;DWORD fdwDetails;
int;mmioAdvance;HMMIO hmmio;LPMMIOINFO lpmmioinfo;UINT wFlags;
int;mmioAscend;HMMIO hmmio;LPMMCKINFO lpck;UINT wFlags;
int;mmioClose;HMMIO hmmio;UINT wFlags;
int;mmioCreateChunk;HMMIO hmmio;LPMMCKINFO lpck;UINT wFlags;
int;mmioDescend;HMMIO hmmio;LPMMCKINFO lpck;LPMMCKINFO lpckParent;UINT wFlags;
int;mmioFlush;HMMIO hmmio;UINT fuFlush;
int;mmioGetInfo;HMMIO hmmio;LPMMIOINFO lpmmioinfo;UINT wFlags;
int;mmioInstallIOProc;FOURCC fccIOProc;LPMMIOPROC pIOProc;DWORD dwFlags;
int;mmioOpen;LPTSTR szFilename;LPMMIOINFO lpmmioinfo;DWORD dwOpenFlags;
int;mmioRead;HMMIO hmmio;HPSTR pch;LONG cch;
int;mmioRename;LPCTSTR szFilename;LPCTSTR szNewFilename;const LPMMIOINFO lpmmioinfo;DWORD dwRenameFlags;
int;mmioSeek;HMMIO hmmio;LONG lOffset;int iOrigin;
int;mmioSendMessage;HMMIO hmmio;UINT wMsg;LPARAM lParam1;LPARAM lParam2;
int;mmioSetBuffer;HMMIO hmmio;LPSTR pchBuffer;LONG cchBuffer;UINT wFlags;
int;mmioSetInfo;HMMIO hmmio;LPMMIOINFO lpmmioinfo;UINT wFlags;
int;mmioStringToFOURCC;LPCTSTR sz;UINT wFlags;
int;mmioWrite;HMMIO hmmio;char _huge* pch;LONG cch;
int;sndPlaySound;LPCTSTR lpszSound;UINT fuSound;
int;timeBeginPeriod;UINT uPeriod;
int;timeEndPeriod;UINT uPeriod;
int;timeGetDevCaps;LPTIMECAPS ptc;UINT cbtc;
int;timeGetSystemTime;LPMMTIME pmmt;UINT cbmmt;
int;timeGetTime;;
int;timeKillEvent;UINT uTimerID;
int;timeSetEvent;UINT uDelay;UINT uResolution;LPTIMECALLBACK lpTimeProc;DWORD_PTR dwUser;UINT fuEvent;
int;waveInAddBuffer;HWAVEIN hwi;LPWAVEHDR pwh;UINT cbwh;
int;waveInClose;HWAVEIN hwi;
int;waveInGetDevCaps;UINT_PTR uDeviceID;LPWAVEINCAPS pwic;UINT cbwic;
int;waveInGetErrorText;MMRESULT mmrError;LPTSTR pszText;UINT cchText;
int;waveInGetID;HWAVEIN hwi;LPUINT puDeviceID;
int;waveInGetNumDevs;;
int;waveInGetPosition;HWAVEIN hwi;LPMMTIME pmmt;UINT cbmmt;
int;waveInMessage;HWAVEIN deviceID;UINT uMsg;DWORD_PTR dwParam1;DWORD_PTR dwParam2;
int;waveInOpen;LPHWAVEIN phwi;UINT_PTR uDeviceID;LPWAVEFORMATEX pwfx;DWORD_PTR dwCallback;DWORD_PTR dwCallbackInstance;DWORD fdwOpen;
int;waveInPrepareHeader;HWAVEIN hwi;LPWAVEHDR pwh;UINT cbwh;
int;waveInReset;HWAVEIN hwi;
int;waveInStart;HWAVEIN hwi;
int;waveInStop;HWAVEIN hwi;
int;waveInUnprepareHeader;HWAVEIN hwi;LPWAVEHDR pwh;UINT cbwh;
int;waveOutBreakLoop;HWAVEOUT hWaveOut;
int;waveOutClose;HWAVEOUT hWaveOut;
int;waveOutGetDevCaps;UINT_PTR uDeviceID;LPWAVEOUTCAPS pwoc;UINT cbwoc;
int;waveOutGetErrorText;MMRESULT mmrError;LPTSTR pszText;UINT cchText;
int;waveOutGetID;HWAVEOUT hwo;LPUINT puDeviceID;
int;waveOutGetNumDevs;;
int;waveOutGetPitch;HWAVEOUT hWaveOut;LPDWORD pdwPitch;
int;waveOutGetPlaybackRate;HWAVEOUT hwo;LPDWORD pdwRate;
int;waveOutGetPosition;HWAVEOUT hWaveOut;LPMMTIME lpWaveHdr;UINT cbWaveHdr;
int;waveOutGetVolume;HWAVEOUT hwo;LPDWORD pdwVolume;
int;waveOutMessage;HWAVEOUT deviceID;UINT uMsg;DWORD_PTR dwParam1;DWORD_PTR dwParam2;
int;waveOutOpen;LPHWAVEOUT phwo;UINT_PTR uDeviceID;LPWAVEFORMATEX pwfx;DWORD_PTR dwCallback;DWORD_PTR dwInstance;DWORD fdwOpen;
int;waveOutPause;HWAVEOUT hWaveOut;
int;waveOutPrepareHeader;HWAVEOUT hWaveOut;LPWAVEHDR lpWaveHdr;UINT cbWaveHdr;
int;waveOutReset;HWAVEOUT hWaveOut;
int;waveOutRestart;HWAVEOUT hWaveOut;
int;waveOutSetPitch;HWAVEOUT hWaveOut;DWORD dwPitch;
int;waveOutSetPlaybackRate;HWAVEOUT hwo;DWORD dwRate;
int;waveOutSetVolume;HWAVEOUT hwo;DWORD dwVolume;
int;waveOutUnprepareHeader;HWAVEOUT hWaveOut;LPWAVEHDR lpWaveHdr;UINT cbWaveHdr;
int;waveOutWrite;HWAVEOUT hWaveOut;LPWAVEHDR lpWaveHdr;UINT cbWaveHdr;

View File

@ -1,7 +0,0 @@
SOCKET;accept;SOCKET s; sockaddr *addr;int *addrlen;
int;bind;SOCKET s;const sockaddr *name;int namelen;
int;listen;SOCKET s;int backlog;
int;recv;SOCKET s;char *buf;int len;int flags;
int;send;SOCKET s;const char *buf;int len;int flags;
SOCKET;socket;int af;int type;int protocol;
int;WSAStartup;WORD wVersionRequested;LPWSADATA lpWSAData;