(fast) alle API-Befehle als Userlibs

Übersicht BlitzBasic FAQ und Tutorials

Dieses Thema ist gesperrt, du kannst keine Beiträge editieren oder beantworten.

 

Timo

Betreff: (fast) alle API-Befehle als Userlibs

BeitragSo, Nov 21, 2004 9:58
Antworten mit Zitat
Benutzer-Profile anzeigen
Hallo!
Da hier öfters nach Api-Befehlen gefragt wird bzw. ganz viele api-Userlibs mit nur 1,2 Befehlen von einer Dll gefüllt sind und dadurch auch jeder andere Userlibs hat, dacht ich mir, hier mal eine (fast) vollständige Api-Befehlsreferenz zu posten Wink
Alle Befehle fangen mit api_ an, daran kann man sie auch in BB gut erkennen...

Also, ihr könnt euch entweder die ganzen Userlibs runterladen unter:
www.8ung.at/t-mo/bb/Userlibs.zip

oder euch sie hier kopieren:

Code: [AUSKLAPPEN]
.lib "advapi32.dll"

api_AbortSystemShutdown% (lpMachineName$) : "AbortSystemShutdownA"
api_AccessCheck% (pSecurityDescriptor*, ClientToken%, DesiredAccess%, GenericMapping*, PrivilegeSet*, PrivilegeSetLength%, GrantedAccess%, Status%) : "AccessCheck"
api_AccessCheckAndAuditAlarm% (SubsystemName$, HandleId*, ObjectTypeName$, ObjectName$, SecurityDescriptor*, DesiredAccess%, GenericMapping*, ObjectCreation%, GrantedAccess%, AccessStatus%, pfGenerateOnClose%) : "AccessCheckAndAuditAlarmA"
api_AddAccessAllowedAce% (pAcl*, dwAceRevision%, AccessMask%, pSid*) : "AddAccessAllowedAce"
api_AddAccessDeniedAce% (pAcl*, dwAceRevision%, AccessMask%, pSid*) : "AddAccessDeniedAce"
api_AddAce% (pAcl*, dwAceRevision%, dwStartingAceIndex%, pAceList*, nAceListLength%) : "AddAce"
api_AddAuditAccessAce% (pAcl*, dwAceRevision%, dwAccessMask%, pSid*, bAuditSuccess%, bAuditFailure%) : "AddAuditAccessAce"
api_AdjustTokenGroups% (TokenHandle%, ResetToDefault%, NewState*, BufferLength%, PreviousState*, ReturnLength%) : "AdjustTokenGroups"
api_AdjustTokenPrivileges% (TokenHandle%, DisableAllPrivileges%, NewState*, BufferLength%, PreviousState*, ReturnLength%) : "AdjustTokenPrivileges"
api_AllocateAndInitializeSid% (pIdentifierAuthority*, nSubAuthorityCount%, nSubAuthority0%, nSubAuthority1%, nSubAuthority2%, nSubAuthority3%, nSubAuthority4%, nSubAuthority5%, nSubAuthority6%, nSubAuthority7%, lpPSid%) : "AllocateAndInitializeSid"
api_AllocateLocallyUniqueId% (Luid*) : "AllocateLocallyUniqueId"
api_AreAllAccessesGranted% (GrantedAccess%, DesiredAccess%) : "AreAllAccessesGranted"
api_AreAnyAccessesGranted% (GrantedAccess%, DesiredAccess%) : "AreAnyAccessesGranted"
api_BackupEventLog% (hEventLog%, lpBackupFileName$) : "BackupEventLogA"
api_ChangeServiceConfig% (hService%, dwServiceType%, dwStartType%, dwErrorControl%, lpBinaryPathName$, lpLoadOrderGroup$, lpdwTagId%, lpDependencies$, lpServiceStartName$, lpPassword$, lpDisplayName$) : "ChangeServiceConfigA"
api_ClearEventLog% (hEventLog%, lpBackupFileName$) : "ClearEventLogA"
api_CloseEventLog% (hEventLog%) : "CloseEventLog"
api_CloseServiceHandle% (hSCObject%) : "CloseServiceHandle"
api_ControlService% (hService%, dwControl%, lpServiceStatus*) : "ControlService"
api_CopySid% (nDestinationSidLength%, pDestinationSid*, pSourceSid*) : "CopySid"
api_CreatePrivateObjectSecurity% (ParentDescriptor*, CreatorDescriptor*, NewDescriptor*, IsDirectoryObject%, Token%, GenericMapping*) : "CreatePrivateObjectSecurity"
api_CreateService% (hSCManager%, lpServiceName$, lpDisplayName$, dwDesiredAccess%, dwServiceType%, dwStartType%, dwErrorControl%, lpBinaryPathName$, lpLoadOrderGroup$, lpdwTagId%, lpDependencies$, lp$, lpPassword$) : "CreateServiceA"
api_DeleteAce% (pAcl*, dwAceIndex%) : "DeleteAce"
api_DeleteService% (hService%) : "DeleteService"
api_DeregisterEventSource% (hEventLog%) : "DeregisterEventSource"
api_DestroyPrivateObjectSecurity% (ObjectDescriptor*) : "DestroyPrivateObjectSecurity"
api_DuplicateToken% (ExistingTokenHandle%, ImpersonationLevel%, DuplicateTokenHandle%) : "DuplicateToken"
api_EnumDependentServices% (hService%, dwServiceState%, lpServices*, cbBufSize%, pcbBytesNeeded%, lpServicesReturned%) : "EnumDependentServicesA"
api_EnumServicesStatus% (hSCManager%, dwServiceType%, dwServiceState%, lpServices*, cbBufSize%, pcbBytesNeeded%, lpServicesReturned%, lpResumeHandle%) : "EnumServicesStatusA"
api_EqualPrefixSid% (pSid1*, pSid2*) : "EqualPrefixSid"
api_EqualSid% (pSid1*, pSid2*) : "EqualSid"
api_FindFirstFreeAce% (pAcl*, pAce%) : "FindFirstFreeAce"
api_FreeSid (pSid*) : "FreeSid"
api_GetAce% (pAcl*, dwAceIndex%, pAce*) : "GetAce"
api_GetAclInformation% (pAcl*, pAclInformation*, nAclInformationLength%, dwAclInformationClass%) : "GetAclInformation"
api_GetFileSecurity% (lpFileName$, RequestedInformation%, pSecurityDescriptor*, nLength%, lpnLengthNeeded%) : "GetFileSecurityA"
api_GetKernelObjectSecurity% (Handle%, RequestedInformation%, pSecurityDescriptor*, nLength%, lpnLengthNeeded%) : "GetKernelObjectSecurity"
api_GetLengthSid% (pSid*) : "GetLengthSid"
api_GetNumberOfEventLogRecords% (hEventLog%, NumberOfRecords%) : "GetNumberOfEventLogRecords"
api_GetOldestEventLogRecord% (hEventLog%, OldestRecord%) : "GetOldestEventLogRecord"
api_GetPrivateObjectSecurity% (ObjectDescriptor*, SecurityInformation%, ResultantDescriptor*, DescriptorLength%, ReturnLength%) : "GetPrivateObjectSecurity"
api_GetSecurityDescriptorControl% (pSecurityDescriptor*, pControl%, lpdwRevision%) : "GetSecurityDescriptorControl"
api_GetSecurityDescriptorDacl% (pSecurityDescriptor*, lpbDaclPresent%, pDacl*, lpbDaclDefaulted%) : "GetSecurityDescriptorDacl"
api_GetSecurityDescriptorGroup% (pSecurityDescriptor*, pGroup*, lpbGroupDefaulted%) : "GetSecurityDescriptorGroup"
api_GetSecurityDescriptorLength% (pSecurityDescriptor*) : "GetSecurityDescriptorLength"
api_GetSecurityDescriptorOwner% (pSecurityDescriptor*, pOwner*, lpbOwnerDefaulted%) : "GetSecurityDescriptorOwner"
api_GetSecurityDescriptorSacl% (pSecurityDescriptor*, lpbSaclPresent%, pSacl*, lpbSaclDefaulted%) : "GetSecurityDescriptorSacl"
api_GetServiceDisplayName% (hSCManager%, lpServiceName$, lpDisplayName$, lpcchBuffer%) : "GetServiceDisplayNameA"
api_GetServiceKeyName% (hSCManager%, lpDisplayName$, lpServiceName$, lpcchBuffer%) : "GetServiceKeyNameA"
api_GetSidLengthRequired% (nSubAuthorityCount%) : "GetSidLengthRequired"
api_GetSidSubAuthority% (pSid*, nSubAuthority%) : "GetSidSubAuthority"
api_GetSidSubAuthorityCount% (pSid*) : "GetSidSubAuthorityCount"
api_GetTokenInformation% (TokenHandle%, TokenInformationClass%, TokenInformation*, TokenInformationLength%, ReturnLength%) : "GetTokenInformation"
api_GetUserName% (lpBuffer$, nSize%) : "GetUserNameA"
api_ImpersonateNamedPipeClient% (hNamedPipe%) : "ImpersonateNamedPipeClient"
api_ImpersonateSelf% (ImpersonationLevel%) : "ImpersonateSelf"
api_InitializeAcl% (pAcl*, nAclLength%, dwAclRevision%) : "InitializeAcl"
api_InitializeSecurityDescriptor% (pSecurityDescriptor*, dwRevision%) : "InitializeSecurityDescriptor"
api_InitializeSid% (Sid*, pIdentifierAuthority*, nSubAuthorityCount%) : "InitializeSid"
api_InitiateSystemShutdown% (lpMachineName$, lpMessage$, dwTimeout%, bForceAppsClosed%, bRebootAfterShutdown%) : "InitiateSystemShutdownA"
api_IsTextUnicode% (lpBuffer*, cb%, lpi%) : "IsTextUnicode"
api_IsValidAcl% (pAcl*) : "IsValidAcl"
api_IsValidSecurityDescriptor% (pSecurityDescriptor*) : "IsValidSecurityDescriptor"
api_IsValidSid% (pSid*) : "IsValidSid"
api_LockServiceDatabase% (hSCManager%) : "LockServiceDatabase"
api_LogonUser% (lpszUsername$, lpszDomain$, lpszPassword$, dwLogonType%, dwLogonProvider%, phToken%) : "LogonUserA"
api_LookupAccountName% (lpSystemName$, lpAccountName$, Sid%, cbSid%, ReferencedDomainName$, cbReferencedDomainName%, peUse%) : "LookupAccountNameA"
api_LookupAccountSid% (lpSystemName$, Sid*, name$, cbName%, ReferencedDomainName$, cbReferencedDomainName%, peUse%) : "LookupAccountSidA"
api_LookupPrivilegeDisplayName% (lpSystemName$, lpName$, lpDisplayName$, cbDisplayName%, lpLanguageID%) : "LookupPrivilegeDisplayNameA"
api_LookupPrivilegeName% (lpSystemName$, lpLuid*, lpName$, cbName%) : "LookupPrivilegeNameA"
api_LookupPrivilegeValue% (lpSystemName$, lpName$, lpLuid*) : "LookupPrivilegeValueA"
api_MakeAbsoluteSD% (pSelfRelativeSecurityDescriptor*, pAbsoluteSecurityDescriptor*, lpdwAbsoluteSecurityDescriptorSize%, pDacl*, lpdwDaclSize%, pSacl*, lpdwSaclSize%, pOwner*, lpdwOwnerSize%, pPrimaryGroup*, lpdwPrimaryGroupSize%) : "MakeAbsoluteSD"
api_MakeSelfRelativeSD% (pAbsoluteSecurityDescriptor*, pSelfRelativeSecurityDescriptor*, lpdwBufferLength%) : "MakeSelfRelativeSD"
api_MapGenericMask (AccessMask%, GenericMapping*) : "MapGenericMask"
api_NotifyBootConfigStatus% (BootAcceptable%) : "NotifyBootConfigStatus"
api_NotifyChangeEventLog% (hEventLog%, hEvent%) : "NotifyChangeEventLog"
api_ObjectCloseAuditAlarm% (SubsystemName$, HandleId*, GenerateOnClose%) : "ObjectCloseAuditAlarmA"
api_ObjectOpenAuditAlarm% (SubsystemName$, HandleId*, ObjectTypeName$, ObjectName$, pSecurityDescriptor*, ClientToken%, DesiredAccess%, GrantedAccess%, Privileges*, ObjectCreation%, AccessGranted%, GenerateOnClose%) : "ObjectOpenAuditAlarmA"
api_ObjectPrivilegeAuditAlarm% (SubsystemName$, HandleId*, ClientToken%, DesiredAccess%, Privileges*, AccessGranted%) : "ObjectPrivilegeAuditAlarmA"
api_OpenBackupEventLog% (lpUNCServerName$, lpFileName$) : "OpenBackupEventLogA"
api_OpenEventLog% (lpUNCServerName$, lpSourceName$) : "OpenEventLog"
api_OpenProcessToken% (ProcessHandle%, DesiredAccess%, TokenHandle%) : "OpenProcessToken"
api_OpenSCManager% (lpMachineName$, lpDatabaseName$, dwDesiredAccess%) : "OpenSCManagerA"
api_OpenService% (hSCManager%, lpServiceName$, dwDesiredAccess%) : "OpenServiceA"
api_OpenThreadToken% (ThreadHandle%, DesiredAccess%, OpenAsSelf%, TokenHandle%) : "OpenThreadToken"
api_PrivilegeCheck% (ClientToken%, RequiredPrivileges*, pfResult%) : "PrivilegeCheck"
api_PrivilegedServiceAuditAlarm% (SubsystemName$, ServiceName$, ClientToken%, Privileges*, AccessGranted%) : "PrivilegedServiceAuditAlarmA"
api_QueryServiceConfig% (hService%, lpServiceConfig*, cbBufSize%, pcbBytesNeeded%) : "QueryServiceConfigA"
api_QueryServiceLockStatus% (hSCManager%, lpLockStatus*, cbBufSize%, pcbBytesNeeded%) : "QueryServiceLockStatusA"
api_QueryServiceObjectSecurity% (hService%, dwSecurityInformation%, lpSecurityDescriptor*, cbBufSize%, pcbBytesNeeded%) : "QueryServiceObjectSecurity"
api_QueryServiceStatus% (hService%, lpServiceStatus*) : "QueryServiceStatus"
api_ReadEventLog% (hEventLog%, dwReadFlags%, dwRecordOffset%, lpBuffer*, nNumberOfBytesToRead%, pnBytesRead%, pnMinNumberOfBytesNeeded%) : "ReadEventLogA"
api_RegCloseKey% (hKey%) : "RegCloseKey"
api_RegConnectRegistry% (lpMachineName$, hKey%, phkResult%) : "RegConnectRegistryA"
api_RegCreateKey% (hKey%, lpSubKey$, phkResult%) : "RegCreateKeyA"
api_RegCreateKeyEx% (hKey%, lpSubKey$, Reserved%, lpClass$, dwOptions%, samDesired%, lpSecurityAttributes*, phkResult%, lpdwDisposition%) : "RegCreateKeyExA"
api_RegDeleteKey% (hKey%, lpSubKey$) : "RegDeleteKeyA"
api_RegDeleteValue% (hKey%, lpValueName$) : "RegDeleteValueA"
api_RegEnumKey% (hKey%, dwIndex%, lpName$, cbName%) : "RegEnumKeyA"
api_RegEnumKeyEx% (hKey%, dwIndex%, lpName$, lpcbName%, lpReserved%, lpClass$, lpcbClass%, lpftLastWriteTime*) : "RegEnumKeyExA"
api_RegEnumValue% (hKey%, dwIndex%, lpValueName$, lpcbValueName%, lpReserved%, lpType%, lpData%, lpcbData%) : "RegEnumValueA"
api_RegFlushKey% (hKey%) : "RegFlushKey"
api_RegGetKeySecurity% (hKey%, SecurityInformation%, pSecurityDescriptor*, lpcbSecurityDescriptor%) : "RegGetKeySecurity"
api_RegisterEventSource% (lpUNCServerName$, lpSourceName$) : "RegisterEventSourceA"
api_RegisterServiceCtrlHandler% (lpServiceName$, lpHandlerProc%) : "RegisterServiceCtrlHandlerA"
api_RegLoadKey% (hKey%, lpSubKey$, lpFile$) : "RegLoadKeyA"
api_RegNotifyChangeKeyValue% (hKey%, bWatchSubtree%, dwNotifyFilter%, hEvent%, fAsynchronus%) : "RegNotifyChangeKeyValue"
api_RegOpenKey% (hKey%, lpSubKey$, phkResult%) : "RegOpenKeyA"
api_RegOpenKeyEx% (hKey%, lpSubKey$, ulOptions%, samDesired%, phkResult%) : "RegOpenKeyExA"
api_RegQueryInfoKey% (hKey%, lpClass$, lpcbClass%, lpReserved%, lpcSubKeys%, lpcbMaxSubKeyLen%, lpcbMaxClassLen%, lpcValues%, lpcbMaxValueNameLen%, lpcbMaxValueLen%, lpcbSecurityDescriptor%, lpftLastWriteTime*) : "RegQueryInfoKeyA"
api_RegQueryValue% (hKey%, lpSubKey$, lpValue$, lpcbValue%) : "RegQueryValueA"
api_RegQueryValueEx% (hKey%, lpValueName$, lpReserved%, lpType%, lpData*, lpcbData%) : "RegQueryValueExA"
api_RegReplaceKey% (hKey%, lpSubKey$, lpNewFile$, lpOldFile$) : "RegReplaceKeyA"
api_RegRestoreKey% (hKey%, lpFile$, dwFlags%) : "RegRestoreKeyA"
api_RegSaveKey% (hKey%, lpFile$, lpSecurityAttributes*) : "RegSaveKeyA"
api_RegSetKeySecurity% (hKey%, SecurityInformation%, pSecurityDescriptor*) : "RegSetKeySecurity"
api_RegSetValue% (hKey%, lpSubKey$, dwType%, lpData$, cbData%) : "RegSetValueA"
api_RegSetValueEx% (hKey%, lpValueName$, Reserved%, dwType%, lpData*, cbData%) : "RegSetValueExA"
api_RegUnLoadKey% (hKey%, lpSubKey$) : "RegUnLoadKeyA"
api_ReportEvent% (hEventLog%, wType%, wCategory%, dwEventID%, lpUserSid*, wNumStrings%, dwDataSize%, lpStrings%, lpRawData*) : "ReportEventA"
api_RevertToSelf% () : "RevertToSelf"
api_SetAclInformation% (pAcl*, pAclInformation*, nAclInformationLength%, dwAclInformationClass%) : "SetAclInformation"
api_SetFileSecurity% (lpFileName$, SecurityInformation%, pSecurityDescriptor*) : "SetFileSecurityA"
api_SetKernelObjectSecurity% (Handle%, SecurityInformation%, SecurityDescriptor*) : "SetKernelObjectSecurity"
api_SetPrivateObjectSecurity% (SecurityInformation%, ModificationDescriptor*, ObjectsSecurityDescriptor*, GenericMapping*, Token%) : "SetPrivateObjectSecurity"
api_SetSecurityDescriptorDacl% (pSecurityDescriptor*, bDaclPresent%, pDacl*, bDaclDefaulted%) : "SetSecurityDescriptorDacl"
api_SetSecurityDescriptorGroup% (pSecurityDescriptor*, pGroup*, bGroupDefaulted%) : "SetSecurityDescriptorGroup"
api_SetSecurityDescriptorOwner% (pSecurityDescriptor*, pOwner*, bOwnerDefaulted%) : "SetSecurityDescriptorOwner"
api_SetSecurityDescriptorSacl% (pSecurityDescriptor*, bSaclPresent%, pSacl*, bSaclDefaulted%) : "SetSecurityDescriptorSacl"
api_SetServiceBits% (hServiceStatus%, dwServiceBits%, bSetBitsOn%, bUpdateImmediately%) : "SetServiceBits"
api_SetServiceObjectSecurity% (hService%, dwSecurityInformation%, lpSecurityDescriptor*) : "SetServiceObjectSecurity"
api_SetServiceStatus% (hServiceStatus%, lpServiceStatus*) : "SetServiceStatus"
api_SetThreadToken% (Thread%, Token%) : "SetThreadToken"
api_SetTokenInformation% (TokenHandle%, TokenInformationClass%, TokenInformation*, TokenInformationLength%) : "SetTokenInformation"
api_StartService% (hService%, dwNumServiceArgs%, lpServiceArgVectors%) : "StartServiceA"
api_StartServiceCtrlDispatcher% (lpServiceStartTable*) : "StartServiceCtrlDispatcherA"
api_UnlockServiceDatabase% (ScLock*) : "UnlockServiceDatabase"




Code: [AUSKLAPPEN]
.lib "comdlg32.dll"

api_ChooseColor% (pChoosecolor*) : "ChooseColorA"
api_ChooseFont% (pChoosefont*) : "ChooseFontA"
api_CommDlgExtendedError% () : "CommDlgExtendedError"
api_FindText% (pFindreplace*) : "FindTextA "
api_GetFileTitle% (lpszFile$, lpszTitle$, cbBuf%) : "GetFileTitleA"
api_GetOpenFileName% (pOpenfilename*) : "GetOpenFileNameA"
api_GetSaveFileName% (pOpenfilename*) : "GetSaveFileNameA"
api_PageSetupDlg% (pPagesetupdlg*) : "PageSetupDlgA"
api_PrintDlg% (pPrintdlg*) : "PrintDlgA"
api_ReplaceText% (pFindreplace*) : "ReplaceTextA"


Code: [AUSKLAPPEN]
.lib "gdi32.dll"

api_AbortDoc% (hdc%) : "AbortDoc"
api_AbortPath% (hdc%) : "AbortPath"
api_AddFontResource% (lpFileName$) : "AddFontResourceA"
api_AngleArc% (hdc%, x%, y%, dwRadius%, eStartAngle*, eSweepAngle*) : "AngleArc"
api_AnimatePalette% (hPalette%, wStartIndex%, wNumEntries%, lpPaletteColors*) : "AnimatePaletteA"
api_Arc% (hdc%, X1%, Y1%, X2%, Y2%, X3%, Y3%, X4%, Y4%) : "Arc"
api_ArcTo% (hdc%, X1%, Y1%, X2%, Y2%, X3%, Y3%, X4%, Y4%) : "ArcTo"
api_BeginPath% (hdc%) : "BeginPath"
api_BitBlt% (hDestDC%, x%, y%, nWidth%, nHeight%, hSrcDC%, xSrc%, ySrc%, dwRop%) : "BitBlt"
api_CancelDC% (hdc%) : "CancelDC"
api_CheckColorsInGamut% (hdc%, lpv*, lpv2*, dw%) : "CheckColorsInGamut"
api_ChoosePixelFormat% (hDC%, pPixelFormatDescriptor*) : "ChoosePixelFormat"
api_Chord% (hdc%, X1%, Y1%, X2%, Y2%, X3%, Y3%, X4%, Y4%) : "Chord"
api_CloseEnhMetaFile% (hdc%) : "CloseEnhMetaFile"
api_CloseFigure% (hdc%) : "CloseFigure"
api_CloseMetaFile% (hMF%) : "CloseMetaFile"
api_ColorMatchToTarget% (hdc%, hdc2%, dw%) : "ColorMatchToTarget"
api_CombineRgn% (hDestRgn%, hSrcRgn1%, hSrcRgn2%, nCombineMode%) : "CombineRgn"
api_CombineTransform% (lpxformResult*, lpxform1*, lpxform2*) : "CombineTransform"
api_CopyEnhMetaFile% (hemfSrc%, lpszFile$) : "CopyEnhMetaFileA"
api_CopyMetaFile% (hMF%, lpFileName$) : "CopyMetaFileA"
api_CreateBitmap% (nWidth%, nHeight%, nPlanes%, nBitCount%, lpBits*) : "CreateBitmap"
api_CreateBitmapIndirect% (lpBitmap*) : "CreateBitmapIndirect"
api_CreateBrushIndirect% (lpLogBrush*) : "CreateBrushIndirect"
api_CreateColorSpace% (lplogcolorspace*) : "CreateColorSpaceA"
api_CreateCompatibleBitmap% (hdc%, nWidth%, nHeight%) : "CreateCompatibleBitmap"
api_CreateCompatibleDC% (hdc%) : "CreateCompatibleDC"
api_CreateDC% (lpDriverName$, lpDeviceName$, lpOutput$, lpInitData*) : "CreateDCA"
api_CreateDIBitmap% (hdc%, lpInfoHeader*, dwUsage%, lpInitBits*, lpInitInfo*, wUsage%) : "CreateDIBitmap"
api_CreateDIBPatternBrush% (hPackedDIB%, wUsage%) : "CreateDIBPatternBrush"
api_CreateDIBPatternBrushPt% (lpPackedDIB*, iUsage%) : "CreateDIBPatternBrushPt"
api_CreateDIBSection% (hDC%, pBitmapInfo*, un%, lplpVoid%, handle%, dw%) : "CreateDIBSection"
api_CreateDiscardableBitmap% (hdc%, nWidth%, nHeight%) : "CreateDiscardableBitmap"
api_CreateEllipticRgn% (X1%, Y1%, X2%, Y2%) : "CreateEllipticRgn"
api_CreateEllipticRgnIndirect% (lpRect*) : "CreateEllipticRgnIndirect"
api_CreateEnhMetaFile% (hdcRef%, lpFileName$, lpRect*, lpDescription$) : "CreateEnhMetaFileA"
api_CreateFont% (H%, W%, E%, O%, W%, I%, u%, S%, C%, OP%, CP%, Q%, PAF%, F$) : "CreateFontA"
api_CreateFontIndirect% (lpLogFont*) : "CreateFontIndirectA"
api_CreateHalftonePalette% (hdc%) : "CreateHalftonePalette"
api_CreateHatchBrush% (nIndex%, crColor%) : "CreateHatchBrush"
api_CreateIC% (lpDriverName$, lpDeviceName$, lpOutput$, lpInitData*) : "CreateICA"
api_CreateMetaFile% (lpString$) : "CreateMetaFileA"
api_CreatePalette% (lpLogPalette*) : "CreatePalette"
api_CreatePatternBrush% (hBitmap%) : "CreatePatternBrush"
api_CreatePen% (nPenStyle%, nWidth%, crColor%) : "CreatePen"
api_CreatePenIndirect% (lpLogPen*) : "CreatePenIndirect"
api_CreatePolygonRgn% (lpPoint*, nCount%, nPolyFillMode%) : "CreatePolygonRgn"
api_CreatePolyPolygonRgn% (lpPoint*, lpPolyCounts%, nCount%, nPolyFillMode%) : "CreatePolyPolygonRgn"
api_CreateRectRgn% (X1%, Y1%, X2%, Y2%) : "CreateRectRgn"
api_CreateRectRgnIndirect% (lpRect*) : "CreateRectRgnIndirect"
api_CreateRoundRectRgn% (X1%, Y1%, X2%, Y2%, X3%, Y3%) : "CreateRoundRectRgn"
api_CreateScalableFontResource% (fHidden%, lpszResourceFile$, lpszFontFile$, lpszCurrentPath$) : "CreateScalableFontResourceA"
api_CreateSolidBrush% (crColor%) : "CreateSolidBrush"
api_DeleteColorSpace% (hcolorspace%) : "DeleteColorSpace"
api_DeleteDC% (hdc%) : "DeleteDC"
api_DeleteEnhMetaFile% (hemf%) : "DeleteEnhMetaFile"
api_DeleteMetaFile% (hMF%) : "DeleteMetaFile"
api_DeleteObject% (hObject%) : "DeleteObject"
api_DescribePixelFormat% (hDC%, n%, un%, lpPixelFormatDescriptor*) : "DescribePixelFormat"
api_DPtoLP% (hdc%, lpPoint*, nCount%) : "DPtoLP"
api_DrawEscape% (hdc%, nEscape%, cbInput%, lpszInData$) : "DrawEscape"
api_Ellipse% (hdc%, X1%, Y1%, X2%, Y2%) : "Ellipse"
api_EndDoc% (hdc%) : "EndDoc"
api_EndPage% (hdc%) : "EndPage"
api_EndPath% (hdc%) : "EndPath"
api_EnumEnhMetaFile% (hdc%, hemf%, lpEnhMetaFunc%, lpData*, lpRect*) : "EnumEnhMetaFile"
api_EnumFontFamilies% (hdc%, lpszFamily$, lpEnumFontFamProc%, lParam%) : "EnumFontFamiliesA"
api_EnumFontFamiliesEx% (hdc%, lpLogFont*, lpEnumFontProc%, lParam%, dw%) : "EnumFontFamiliesExA"
api_EnumFonts% (hDC%, lpsz$, lpFontEnumProc%, lParam%) : "EnumFontsA"
api_EnumICMProfiles% (hdc%, icmEnumProc%, lParam%) : "EnumICMProfilesA"
api_EnumMetaFile% (hDC%, hMetafile%, lpMFEnumProc%, lParam%) : "EnumMetaFile"
api_EnumObjects% (hDC%, n%, lpGOBJEnumProc%, lpVoid*) : "EnumObjects"
api_EqualRgn% (hSrcRgn1%, hSrcRgn2%) : "EqualRgn"
api_Escape% (hdc%, nEscape%, nCount%, lpInData$, lpOutData*) : "Escape"
api_ExcludeClipRect% (hdc%, X1%, Y1%, X2%, Y2%) : "ExcludeClipRect"
api_ExtCreatePen% (dwPenStyle%, dwWidth%, lplb*, dwStyleCount%, lpStyle%) : "ExtCreatePen"
api_ExtCreateRegion% (lpXform*, nCount%, lpRgnData*) : "ExtCreateRegion"
api_ExtEscape% (hdc%, nEscape%, cbInput%, lpszInData$, cbOutput%, lpszOutData$) : "ExtEscape"
api_ExtFloodFill% (hdc%, x%, y%, crColor%, wFillType%) : "ExtFloodFill"
api_ExtSelectClipRgn% (hdc%, hRgn%, fnMode%) : "ExtSelectClipRgn"
api_ExtTextOut% (hdc%, x%, y%, wOptions%, lpRect*, lpString$, nCount%, lpDx%) : "ExtTextOutA"
api_FillPath% (hdc%) : "FillPath"
api_FillRgn% (hdc%, hRgn%, hBrush%) : "FillRgn"
api_FixBrushOrgEx% (hDC%, n1%, n2%, lpPoint*) : "FixBrushOrgEx"
api_FlattenPath% (hdc%) : "FlattenPath"
api_FloodFill% (hdc%, x%, y%, crColor%) : "FloodFill"
api_FrameRgn% (hdc%, hRgn%, hBrush%, nWidth%, nHeight%) : "FrameRgn"
api_GdiComment% (hdc%, cbSize%, lpData%) : "GdiComment"
api_GdiFlush% () : "GdiFlush"
api_GdiGetBatchLimit% () : "GdiGetBatchLimit"
api_GdiSetBatchLimit% (dwLimit%) : "GdiSetBatchLimit"
api_GetArcDirection% (hdc%) : "GetArcDirection"
api_GetAspectRatioFilterEx% (hdc%, lpAspectRatio*) : "GetAspectRatioFilterEx"
api_GetBitmapBits% (hBitmap%, dwCount%, lpBits*) : "GetBitmapBits"
api_GetBitmapDimensionEx% (hBitmap%, lpDimension*) : "GetBitmapDimensionEx"
api_GetBkColor% (hdc%) : "GetBkColor"
api_GetBkMode% (hdc%) : "GetBkMode"
api_GetBoundsRect% (hdc%, lprcBounds*, flags%) : "GetBoundsRect"
api_GetBrushOrgEx% (hDC%, lpPoint*) : "GetBrushOrgEx"
api_GetCharABCWidths% (hdc%, uFirstChar%, uLastChar%, lpabc*) : "GetCharABCWidthsA"
api_GetCharABCWidthsFloat% (hdc%, iFirstChar%, iLastChar%, lpABCF*) : "GetCharABCWidthsFloatA"
api_GetCharacterPlacement% (hdc%, lpsz$, n1%, n2%, lpGcpResults*, dw%) : " GetCharacterPlacementA"
api_GetCharWidth% (hdc%, wFirstChar%, wLastChar%, lpBuffer%) : "GetCharWidthA"
api_GetCharWidth32% (hdc%, iFirstChar%, iLastChar%, lpBuffer%) : "GetCharWidth32A"
api_GetCharWidthFloat% (hdc%, iFirstChar%, iLastChar%, pxBuffer*) : "GetCharWidthFloatA"
api_GetClipBox% (hdc%, lpRect*) : "GetClipBox"
api_GetClipRgn% (hdc%, hRgn%) : "GetClipRgn"
api_GetColorAdjustment% (hdc%, lpca*) : "GetColorAdjustment"
api_GetColorSpace% (hdc%) : "GetColorSpace"
api_GetCurrentObject% (hdc%, uObjectType%) : "GetCurrentObject"
api_GetCurrentPositionEx% (hdc%, lpPoint*) : "GetCurrentPositionEx"
api_GetDCOrgEx% (hdc%, lpPoint*) : "GetDCOrgEx"
api_GetDeviceCaps% (hdc%, nIndex%) : "GetDeviceCaps"
api_GetDeviceGammaRamp% (hdc%, lpv*) : "GetDeviceGammaRamp"
api_GetDIBColorTable% (hDC%, un1%, un2%, pRGBQuad*) : "GetDIBColorTable"
api_GetDIBits% (aHDC%, hBitmap%, nStartScan%, nNumScans%, lpBits*, lpBI*, wUsage%) : "GetDIBits"
api_GetEnhMetaFile% (lpszMetaFile$) : "GetEnhMetaFileA"
api_GetEnhMetaFileBits% (hemf%, cbBuffer%, lpbBuffer%) : "GetEnhMetaFileBits"
api_GetEnhMetaFileDescription% (hemf%, cchBuffer%, lpszDescription$) : "GetEnhMetaFileDescriptionA"
api_GetEnhMetaFileHeader% (hemf%, cbBuffer%, lpemh*) : "GetEnhMetaFileHeader"
api_GetEnhMetaFilePaletteEntries% (hemf%, cEntries%, lppe*) : "GetEnhMetaFilePaletteEntries"
api_GetFontData% (hdc%, dwTable%, dwOffset%, lpvBuffer*, cbData%) : "GetFontDataA"
api_GetFontLanguageInfo% (hdc%) : "GetFontLanguageInfo"
api_GetGlyphOutline% (hdc%, uChar%, fuFormat%, lpgm*, cbBuffer%, lpBuffer*, lpmat2*) : "GetGlyphOutlineA"
api_GetGraphicsMode% (hdc%) : "GetGraphicsMode"
api_GetICMProfile% (hdc%, dw%, lpStr$) : "GetICMProfileA"
api_GetKerningPairs% (hdc%, cPairs%, lpkrnpair*) : "GetKerningPairsA"
api_GetLogColorSpace% (hcolorspace%, lplogcolorspace*, dw%) : "GetLogColorSpaceA"
api_GetMapMode% (hdc%) : "GetMapMode"
api_GetMetaFile% (lpFileName$) : "GetMetaFileA"
api_GetMetaFileBitsEx% (hMF%, nSize%, lpvData*) : "GetMetaFileBitsEx"
api_GetMetaRgn% (hdc%, hRgn%) : "GetMetaRgn"
api_GetMiterLimit% (hdc%, peLimit*) : "GetMiterLimit"
api_GetNearestColor% (hdc%, crColor%) : "GetNearestColor"
api_GetNearestPaletteIndex% (hPalette%, crColor%) : "GetNearestPaletteIndex"
api_GetObject% (hObject%, nCount%, lpObject*) : "GetObjectA"
api_GetObjectType% (hgdiobj%) : "GetObjectType"
api_GetOutlineTextMetrics% (hdc%, cbData%, lpotm*) : "GetOutlineTextMetricsA"
api_GetPaletteEntries% (hPalette%, wStartIndex%, wNumEntries%, lpPaletteEntries*) : "GetPaletteEntries"
api_GetPath% (hdc%, lpPoint*, lpTypes%, nSize%) : "GetPath"
api_GetPixel% (hdc%, x%, y%) : "GetPixel"
api_GetPixelFormat% (hDC%) : "GetPixelFormat"
api_GetPolyFillMode% (hdc%) : "GetPolyFillMode"
api_GetRasterizerCaps% (lpraststat*, cb%) : "GetRasterizerCaps"
api_GetRegionData% (hRgn%, dwCount%, lpRgnData*) : "GetRegionDataA"
api_GetRgnBox% (hRgn%, lpRect*) : "GetRgnBox"
api_GetROP2% (hdc%) : "GetROP2"
api_GetStockObject% (nIndex%) : "GetStockObject"
api_GetStretchBltMode% (hdc%) : "GetStretchBltMode"
api_GetSystemPaletteEntries% (hdc%, wStartIndex%, wNumEntries%, lpPaletteEntries*) : "GetSystemPaletteEntries"
api_GetSystemPaletteUse% (hdc%) : "GetSystemPaletteUse"
api_GetTextAlign% (hdc%) : "GetTextAlign"
api_GetTextCharacterExtra% (hdc%) : "GetTextCharacterExtraA"
api_GetTextCharset% (hdc%) : "GetTextCharset"
api_GetTextCharsetInfo% (hdc%, lpSig*, dwFlags%) : "GetTextCharsetInfo"
api_GetTextColor% (hdc%) : "GetTextColor"
api_GetTextExtentExPoint% (hdc%, lpszStr$, cchString%, nMaxExtent%, lpnFit%, alpDx%, lpSize*) : "GetTextExtentExPointA"
api_GetTextExtentPoint% (hdc%, lpszString$, cbString%, lpSize*) : "GetTextExtentPointA"
api_GetTextExtentPoint32% (hdc%, lpsz$, cbString%, lpSize*) : "GetTextExtentPoint32A"
api_GetTextFace% (hdc%, nCount%, lpFacename$) : "GetTextFaceA"
api_GetTextMetrics% (hdc%, lpMetrics*) : "GetTextMetricsA"
api_GetViewportExtEx% (hdc%, lpSize*) : "GetViewportExtEx"
api_GetViewportOrgEx% (hdc%, lpPoint*) : "GetViewportOrgEx"
api_GetWindowExtEx% (hdc%, lpSize*) : "GetWindowExtEx"
api_GetWindowOrgEx% (hdc%, lpPoint*) : "GetWindowOrgEx"
api_GetWinMetaFileBits% (hemf%, cbBuffer%, lpbBuffer%, fnMapMode%, hdcRef%) : "GetWinMetaFileBits"
api_GetWorldTransform% (hdc%, lpXform*) : "GetWorldTransform"
api_IntersectClipRect% (hdc%, X1%, Y1%, X2%, Y2%) : "IntersectClipRect"
api_InvertRgn% (hdc%, hRgn%) : "InvertRgn"
api_LineDDA% (n1%, n2%, n3%, n4%, lpLineDDAProc%, lParam%) : "LineDDA"
api_LineTo% (hdc%, x%, y%) : "LineTo"
api_LPtoDP% (hdc%, lpPoint*, nCount%) : "LPtoDP"
api_MaskBlt% (hdcDest%, nXDest%, nYDest%, nWidth%, nHeight%, hdcSrc%, nXSrc%, nYSrc%, hbmMask%, xMask%, yMask%, dwRop%) : "MaskBlt"
api_ModifyWorldTransform% (hdc%, lpXform*, iMode%) : "ModifyWorldTransform"
api_MoveToEx% (hdc%, x%, y%, lpPoint*) : "MoveToEx"
api_OffsetClipRgn% (hdc%, x%, y%) : "OffsetClipRgn"
api_OffsetRgn% (hRgn%, x%, y%) : "OffsetRgn"
api_OffsetViewportOrgEx% (hdc%, nX%, nY%, lpPoint*) : "OffsetViewportOrgEx"
api_OffsetWindowOrgEx% (hdc%, nX%, nY%, lpPoint*) : "OffsetWindowOrgEx"
api_PaintRgn% (hdc%, hRgn%) : "PaintRgn"
api_PatBlt% (hdc%, x%, y%, nWidth%, nHeight%, dwRop%) : "PatBlt"
api_PathToRegion% (hdc%) : "PathToRegion"
api_Pie% (hdc%, X1%, Y1%, X2%, Y2%, X3%, Y3%, X4%, Y4%) : "Pie"
api_PlayEnhMetaFile% (hdc%, hemf%, lpRect*) : "PlayEnhMetaFile"
api_PlayEnhMetaFileRecord% (hdc%, lpHandletable*, lpEnhMetaRecord*, nHandles%) : "PlayEnhMetaFileRecord"
api_PlayMetaFile% (hdc%, hMF%) : "PlayMetaFile"
api_PlayMetaFileRecord% (hdc%, lpHandletable*, lpMetaRecord*, nHandles%) : "PlayMetaFileRecord"
api_PlgBlt% (hdcDest%, lpPoint*, hdcSrc%, nXSrc%, nYSrc%, nWidth%, nHeight%, hbmMask%, xMask%, yMask%) : "PlgBlt"
api_PolyBezier% (hdc%, lppt*, cPoints%) : "PolyBezier"
api_PolyBezierTo% (hdc%, lppt*, cCount%) : "PolyBezierTo"
api_PolyDraw% (hdc%, lppt*, lpbTypes%, cCount%) : "PolyDraw"
api_Polygon% (hdc%, lpPoint*, nCount%) : "Polygon"
api_Polyline% (hdc%, lpPoint*, nCount%) : "Polyline"
api_PolylineTo% (hdc%, lppt*, cCount%) : "PolylineTo"
api_PolyPolygon% (hdc%, lpPoint*, lpPolyCounts%, nCount%) : "PolyPolygon"
api_PolyPolyline% (hdc%, lppt*, lpdwPolyPoints%, cCount%) : "PolyPolyline"
api_PolyTextOut% (hdc%, pptxt*, cStrings%) : "PolyTextOutA"
api_PtInRegion% (hRgn%, x%, y%) : "PtInRegion"
api_PtVisible% (hdc%, x%, y%) : "PtVisible"
api_RealizePalette% (hdc%) : "RealizePalette"
api_Rectangle% (hdc%, X1%, Y1%, X2%, Y2%) : "Rectangle"
api_RectInRegion% (hRgn%, lpRect*) : "RectInRegion"
api_RectVisible% (hdc%, lpRect*) : "RectVisible"
api_RemoveFontResource% (lpFileName$) : "RemoveFontResourceA"
api_ResetDC% (hdc%, lpInitData*) : "ResetDCA"
api_ResizePalette% (hPalette%, nNumEntries%) : "ResizePalette"
api_RestoreDC% (hdc%, nSavedDC%) : "RestoreDC"
api_RoundRect% (hdc%, X1%, Y1%, X2%, Y2%, X3%, Y3%) : "RoundRect"
api_SaveDC% (hdc%) : "SaveDC"
api_ScaleViewportExtEx% (hdc%, nXnum%, nXdenom%, nYnum%, nYdenom%, lpSize*) : "ScaleViewportExtEx"
api_ScaleWindowExtEx% (hdc%, nXnum%, nXdenom%, nYnum%, nYdenom%, lpSize*) : "ScaleWindowExtEx"
api_SelectClipPath% (hdc%, iMode%) : "SelectClipPath"
api_SelectClipRgn% (hdc%, hRgn%) : "SelectClipRgn"
api_SelectObject% (hdc%, hObject%) : "SelectObject"
api_SelectPalette% (hdc%, hPalette%, bForceBackground%) : "SelectPalette"
api_SetAbortProc% (hDC%, lpAbortProc%) : "SetAbortProc"
api_SetArcDirection% (hdc%, ArcDirection%) : "SetArcDirection"
api_SetBitmapBits% (hBitmap%, dwCount%, lpBits*) : "SetBitmapBits"
api_SetBitmapDimensionEx% (hbm%, nX%, nY%, lpSize*) : "SetBitmapDimensionEx"
api_SetBkColor% (hdc%, crColor%) : "SetBkColor"
api_SetBkMode% (hdc%, nBkMode%) : "SetBkMode"
api_SetBoundsRect% (hdc%, lprcBounds*, flags%) : "SetBoundsRect"
api_SetBrushOrgEx% (hdc%, nXOrg%, nYOrg%, lppt*) : "SetBrushOrgEx"
api_SetColorAdjustment% (hdc%, lpca*) : "SetColorAdjustment"
api_SetColorSpace% (hdc%, hcolorspace%) : "SetColorSpace"
api_SetDeviceGammaRamp% (hdc%, lpv*) : "SetDeviceGammaRamp"
api_SetDIBColorTable% (hDC%, un1%, un2%, pcRGBQuad*) : "SetDIBColorTable"
api_SetDIBits% (hdc%, hBitmap%, nStartScan%, nNumScans%, lpBits*, lpBI*, wUsage%) : "SetDIBits"
api_SetDIBitsToDevice% (hdc%, x%, y%, dx%, dy%, SrcX%, SrcY%, Scan%, NumScans%, Bits*, BitsInfo*, wUsage%) : "SetDIBitsToDevice"
api_SetEnhMetaFileBits% (cbBuffer%, lpData%) : "SetEnhMetaFileBits"
api_SetGraphicsMode% (hdc%, iMode%) : "SetGraphicsMode"
api_SetICMMode% (hdc%, n%) : "SetICMMode"
api_SetICMProfile% (hdc%, lpStr$) : "SetICMProfileA"
api_SetMapMode% (hdc%, nMapMode%) : "SetMapMode"
api_SetMapperFlags% (hdc%, dwFlag%) : "SetMapperFlags"
api_SetMetaFileBitsEx% (nSize%, lpData%) : "SetMetaFileBitsEx"
api_SetMetaRgn% (hdc%) : "SetMetaRgn"
api_SetMiterLimit% (hdc%, eNewLimit*, peOldLimit*) : "SetMiterLimit"
api_SetPaletteEntries% (hPalette%, wStartIndex%, wNumEntries%, lpPaletteEntries*) : "SetPaletteEntries"
api_SetPixel% (hdc%, x%, y%, crColor%) : "SetPixel"
api_SetPixelFormat% (hDC%, n%, pcPixelFormatDescriptor*) : "SetPixelFormat"
api_SetPixelV% (hdc%, x%, y%, crColor%) : "SetPixelV"
api_SetPolyFillMode% (hdc%, nPolyFillMode%) : "SetPolyFillMode"
api_SetRectRgn% (hRgn%, X1%, Y1%, X2%, Y2%) : "SetRectRgn"
api_SetROP2% (hdc%, nDrawMode%) : "SetROP2"
api_SetStretchBltMode% (hdc%, nStretchMode%) : "SetStretchBltMode"
api_SetSystemPaletteUse% (hdc%, wUsage%) : "SetSystemPaletteUse"
api_SetTextAlign% (hdc%, wFlags%) : "SetTextAlign"
api_SetTextCharacterExtra% (hdc%, nCharExtra%) : "SetTextCharacterExtraA"
api_SetTextColor% (hdc%, crColor%) : "SetTextColor"
api_SetTextJustification% (hdc%, nBreakExtra%, nBreakCount%) : "SetTextJustification"
api_SetViewportExtEx% (hdc%, nX%, nY%, lpSize*) : "SetViewportExtEx"
api_SetViewportOrgEx% (hdc%, nX%, nY%, lpPoint*) : "SetViewportOrgEx"
api_SetWindowExtEx% (hdc%, nX%, nY%, lpSize*) : "SetWindowExtEx"
api_SetWindowOrgEx% (hdc%, nX%, nY%, lpPoint*) : "SetWindowOrgEx"
api_SetWinMetaFileBits% (cbBuffer%, lpbBuffer%, hdcRef%, lpmfp*) : "SetWinMetaFileBits"
api_SetWorldTransform% (hdc%, lpXform*) : "SetWorldTransform"
api_StartDoc% (hdc%, lpdi*) : "StartDocA"
api_StartPage% (hdc%) : "StartPage"
api_StretchBlt% (hdc%, x%, y%, nWidth%, nHeight%, hSrcDC%, xSrc%, ySrc%, nSrcWidth%, nSrcHeight%, dwRop%) : "StretchBlt"
api_StretchDIBits% (hdc%, x%, y%, dx%, dy%, SrcX%, SrcY%, wSrcWidth%, wSrcHeight%, lpBits*, lpBitsInfo*, wUsage%, dwRop%) : "StretchDIBits"
api_StrokeAndFillPath% (hdc%) : "StrokeAndFillPath"
api_StrokePath% (hdc%) : "StrokePath"
api_SwapBuffers% (hDC%) : "SwapBuffers"
api_TextOut% (hdc%, x%, y%, lpString$, nCount%) : "TextOutA"
api_TranslateCharsetInfo% (lpSrc%, lpcs*, dwFlags%) : "TranslateCharsetInfo"
api_UnrealizeObject% (hObject%) : "UnrealizeObject"
api_UpdateColors% (hdc%) : "UpdateColors"
api_WidenPath% (hdc%) : "WidenPath"


Code: [AUSKLAPPEN]
.lib "imm.dll"

api_ImmAssociateContext% (hwnd%, himc%) : "ImmAssociateContext"
api_ImmConfigureIME% (hkl%, hwnd%, dw%) : "ImmConfigureIME"
api_ImmCreateContext% () : "ImmCreateContext"
api_ImmDestroyContext% (himc%) : "ImmDestroyContext"
api_ImmEnumRegisterWord% (hkl%, RegisterWordEnumProc%, lpszReading$, dw%, lpszRegister$, lpv*) : "ImmEnumRegisterWordA"
api_ImmEscape% (hkl%, himc%, un%, lpv*) : "ImmEscapeA"
api_ImmGetCandidateList% (himc%, deIndex%, lpCandidateList*, dwBufLen%) : "ImmGetCandidateListA"
api_ImmGetCandidateListCount% (himc%, lpdwListCount%) : "ImmGetCandidateListCountA"
api_ImmGetCandidateWindow% (himc%, dw%, lpCandidateForm*) : "ImmGetCandidateWindow"
api_ImmGetCompositionFont% (himc%, lpLogFont*) : "ImmGetCompositionFontA"
api_ImmGetCompositionString% (himc%, dw%, lpv*, dw2%) : "ImmGetCompositionStringA"
api_ImmGetCompositionWindow% (himc%, lpCompositionForm*) : "ImmGetCompositionWindow"
api_ImmGetContext% (hwnd%) : "ImmGetContext"
api_ImmGetConversionList% (hkl%, himc%, lpsz$, lpCandidateList*, dwBufLen%, uFlag%) : "ImmGetConversionListA"
api_ImmGetConversionStatus% (himc%, lpdw%, lpdw2%) : "ImmGetConversionStatus"
api_ImmGetDefaultIMEWnd% (hwnd%) : "ImmGetDefaultIMEWnd"
api_ImmGetDescription% (hkl%, lpsz$, uBufLen%) : "ImmGetDescriptionA"
api_ImmGetGuideLine% (himc%, dwIndex%, lpStr$, dwBufLen%) : " ImmGetGuideLineA"
api_ImmGetIMEFileName% (hkl%, lpStr$, uBufLen%) : "ImmGetIMEFileNameA"
api_ImmGetOpenStatus% (himc%) : "ImmGetOpenStatus"
api_ImmGetProperty% (hkl%, dw%) : "ImmGetProperty"
api_ImmGetRegisterWordStyle% (hkl%, nItem%, lpStyleBuf*) : " ImmGetRegisterWordStyleA"
api_ImmGetStatusWindowPos% (himc%, lpPoint*) : "ImmGetStatusWindowPos"
api_ImmGetVirtualKey% (hwnd%) : "ImmGetVirtualKey"
api_ImmInstallIME% (lpszIMEFileName$, lpszLayoutText$) : "ImmInstallIMEA"
api_ImmIsIME% (hkl%) : "ImmIsIME"
api_ImmIsUIMessage% (hwnd%, un%, wParam%, lParam%) : "ImmIsUIMessageA"
api_ImmNotifyIME% (himc%, dwAction%, dwIndex%, dwValue%) : "ImmNotifyIME"
api_ImmRegisterWord% (hkl%, lpszReading$, dw%, lpszRegister$) : "ImmRegisterWordA"
api_ImmReleaseContext% (hwnd%, himc%) : "ImmReleaseContext"
api_ImmSetCandidateWindow% (himc%, lpCandidateForm*) : "ImmSetCandidateWindow"
api_ImmSetCompositionFont% (himc%, lpLogFont*) : "ImmSetCompositionFontA"
api_ImmSetCompositionString% (himc%, dwIndex%, lpComp*, dw%, lpRead*, dw2%) : "ImmSetCompositionStringA"
api_ImmSetCompositionWindow% (himc%, lpCompositionForm*) : "ImmSetCompositionWindow"
api_ImmSetConversionStatus% (himc%, dw1%, dw2%) : "ImmSetConversionStatus"
api_ImmSetOpenStatus% (himc%, b%) : "ImmSetOpenStatus"
api_ImmSetStatusWindowPos% (himc%, lpPoint*) : "ImmSetStatusWindowPos"
api_ImmSimulateHotKey% (hwnd%, dw%) : "ImmSimulateHotKey"
api_ImmUnregisterWord% (hkl%, lpszReading$, dw%, lpszUnregister$) : "ImmUnregisterWordA"
 

Timo

BeitragSo, Nov 21, 2004 10:05
Antworten mit Zitat
Benutzer-Profile anzeigen
oh - mehr kann man in einem post nicht schreiben Very Happy
naja - hier Teil 2:

Code: [AUSKLAPPEN]
.lib "kernel32.dll"

api_AddAtom% (lpString$) : "AddAtomA"
api_AllocConsole% () : "AllocConsole"
api_BackupRead% (hFile%, lpBuffer%, nNumberOfBytesToRead%, lpNumberOfBytesRead%, bAbort%, bProcessSecurity%, lpContext*) : "BackupRead"
api_BackupSeek% (hFile%, dwLowBytesToSeek%, dwHighBytesToSeek%, lpdwLowByteSeeked%, lpdwHighByteSeeked%, lpContext%) : "BackupSeek"
api_BackupWrite% (hFile%, lpBuffer%, nNumberOfBytesToWrite%, lpNumberOfBytesWritten%, bAbort%, bProcessSecurity%, lpContext%) : "BackupWrite"
api_Beep% (dwFreq%, dwDuration%) : "Beep"
api_BeginUpdateResource% (pFileName$, bDeleteExistingResources%) : "BeginUpdateResourceA"
api_BuildCommDCB% (lpDef$, lpDCB*) : "BuildCommDCBA"
api_BuildCommDCBAndTimeouts% (lpDef$, lpDCB*, lpCommTimeouts*) : "BuildCommDCBAndTimeoutsA"
api_CallNamedPipe% (lpNamedPipeName$, lpInBuffer*, nInBufferSize%, lpOutBuffer*, nOutBufferSize%, lpBytesRead%, nTimeOut%) : "CallNamedPipeA"
api_ClearCommBreak% (nCid%) : "ClearCommBreak"
api_ClearCommError% (hFile%, lpErrors%, lpStat*) : "ClearCommError"
api_CloseHandle% (hObject%) : "CloseHandle"
api_CommConfigDialog% (lpszName$, hWnd%, lpCC*) : "CommConfigDialogA"
api_CompareFileTime% (lpFileTime1*, lpFileTime2*) : "CompareFileTime"
api_CompareString% (Locale%, dwCmpFlags%, lpString1$, cchCount1%, lpString2$, cchCount2%) : "CompareStringA"
api_ConnectNamedPipe% (hNamedPipe%, lpOverlapped*) : "ConnectNamedPipe"
api_ContinueDebugEvent% (dwProcessId%, dwThreadId%, dwContinueStatus%) : "ContinueDebugEvent"
api_ConvertDefaultLocale% (Locale%) : "ConvertDefaultLocale"
api_CopyFile% (lpExistingFileName$, lpNewFileName$, bFailIfExists%) : "CopyFileA"
api_CreateConsoleScreenBuffer% (dwDesiredAccess%, dwShareMode%, lpSecurityAttributes*, dwFlags%, lpScreenBufferData*) : "CreateConsoleScreenBuffer"
api_CreateDirectory% (lpPathName$, lpSecurityAttributes*) : "CreateDirectoryA"
api_CreateDirectoryEx% (lpTemplateDirectory$, lpNewDirectory$, lpSecurityAttributes*) : "CreateDirectoryExA"
api_CreateEvent% (lpEventAttributes*, bManualReset%, bInitialState%, lpName$) : "CreateEventA"
api_CreateFile% (lpFileName$, dwDesiredAccess%, dwShareMode%, lpSecurityAttributes*, dwCreationDisposition%, dwFlagsAndAttributes%, hTemplateFile%) : "CreateFileA"
api_CreateFileMapping% (hFile%, lpFileMappigAttributes*, flProtect%, dwMaximumSizeHigh%, dwMaximumSizeLow%, lpName$) : "CreateFileMappingA"
api_CreateIoCompletionPort% (FileHandle%, ExistingCompletionPort%, CompletionKey%, NumberOfConcurrentThreads%) : "CreateIoCompletionPort"
api_CreateMailslot% (lpName$, nMaxMessageSize%, lReadTimeout%, lpSecurityAttributes*) : "CreateMailslotA"
api_CreateMutex% (lpMutexAttributes*, bInitialOwner%, lpName$) : "CreateMutexA"
api_CreateNamedPipe% (lpName$, dwOpenMode%, dwPipeMode%, nMaxInstances%, nOutBufferSize%, nInBufferSize%, nDefaultTimeOut%, lpSecurityAttributes*) : "CreateNamedPipeA"
api_CreatePipe% (phReadPipe%, phWritePipe%, lpPipeAttributes*, nSize%) : "CreatePipe"
api_CreateProcess% (lpApplicationName$, lpCommandLine$, lpProcessAttributes*, lpThreadAttributes*, bInheritHandles%, dwCreationFlags%, lpEnvironment*, lpCurrentDriectory$, lpStartupInfo*, lpProcessInformation*) : "CreateProcessA"
api_CreateProcessAsUser% (hToken%, lpApplicationName$, lpCommandLine$, lpProcessAttributes*, lpThreadAttributes*, bInheritHandles%, dwCreationFlags%, lpEnvironment$, lpCurrentDirectory$, lpStartupInfo*, lpProcessInformation*) : "CreateProcessAsUserA"
api_CreateRemoteThread% (hProcess%, lpThreadAttributes*, dwStackSize%, lpStartAddress%, lpParameter*, dwCreationFlags%, lpThreadId%) : "CreateRemoteThread"
api_CreateSemaphore% (lpSemaphoreAttributes*, lInitialCount%, lMaximumCount%, lpName$) : "CreateSemaphoreA"
api_CreateTapePartition% (hDevice%, dwPartitionMethod%, dwCount%, dwSize%) : "CreateTapePartition"
api_CreateThread% (lpThreadAttributes*, dwStackSize%, lpStartAddress%, lpParameter*, dwCreationFlags%, lpThreadId%) : "CreateThread"
api_DebugActiveProcess% (dwProcessId%) : "DebugActiveProcess"
api_DebugBreak () : "DebugBreak"
api_DefineDosDevice% (dwFlags%, lpDeviceName$, lpTargetPath$) : "DefineDosDeviceA"
api_DeleteAtom% (nAtom%) : "DeleteAtom"
api_DeleteCriticalSection (lpCriticalSection*) : "DeleteCriticalSection"
api_DeleteFile% (lpFileName$) : "DeleteFileA"
api_DeviceIoControl% (hDevice%, dwIoControlCode%, lpInBuffer*, nInBufferSize%, lpOutBuffer*, nOutBufferSize%, lpBytesReturned%, lpOverlapped*) : "DeviceIoControl"
api_DisableThreadLibraryCalls% (hLibModule%) : "DisableThreadLibraryCalls"
api_DisconnectNamedPipe% (hNamedPipe%) : "DisconnectNamedPipe"
api_DosDateTimeToFileTime% (wFatDate%, wFatTime%, lpFileTime*) : "DosDateTimeToFileTime"
api_DuplicateHandle% (hSourceProcessHandle%, hSourceHandle%, hTargetProcessHandle%, lpTargetHandle%, dwDesiredAccess%, bInheritHandle%, dwOptions%) : "DuplicateHandle"
api_EndUpdateResource% (hUpdate%, fDiscard%) : "EndUpdateResourceA"
api_EnterCriticalSection (lpCriticalSection*) : "EnterCriticalSection"
api_EnumCalendarInfo% (lpCalInfoEnumProc%, Locale%, Calendar%, CalType%) : "EnumCalendarInfoA"
api_EnumDateFormats% (lpDateFmtEnumProc%, Locale%, dwFlags%) : "EnumDateFormats"
api_EnumResourceLanguages% (hModule%, lpType$, lpName$, lpEnumFunc%, lParam%) : "EnumResourceLanguagesA"
api_EnumResourceNames% (hModule%, lpType$, lpEnumFunc%, lParam%) : "EnumResourceNamesA"
api_EnumResourceTypes% (hModule%, lpEnumFunc%, lParam%) : "EnumResourceTypesA"
api_EnumSystemCodePages% (lpCodePageEnumProc%, dwFlags%) : "EnumSystemCodePages"
api_EnumSystemLocales% (lpLocaleEnumProc%, dwFlags%) : "EnumSystemLocales"
api_EnumTimeFormats% (lpTimeFmtEnumProc%, Locale%, dwFlags%) : "EnumTimeFormats"
api_EraseTape% (hDevice%, dwEraseType%, bimmediate%) : "EraseTape"
api_EscapeCommFunction% (nCid%, nFunc%) : "EscapeCommFunction"
api_ExitProcess (uExitCode%) : "ExitProcess"
api_ExitThread (dwExitCode%) : "ExitThread"
api_ExpandEnvironmentStrings% (lpSrc$, lpDst$, nSize%) : "ExpandEnvironmentStringsA"
api_FatalAppExit (uAction%, lpMessageText$) : "FatalAppExitA"
api_FatalExit (code%) : "FatalExit"
api_FileTimeToDosDateTime% (lpFileTime*, lpFatDate%, lpFatTime%) : "FileTimeToDosDateTime"
api_FileTimeToLocalFileTime% (lpFileTime*, lpLocalFileTime*) : "FileTimeToLocalFileTime"
api_FileTimeToSystemTime% (lpFileTime*, lpSystemTime*) : "FileTimeToSystemTime"
api_FillConsoleOutputAttribute% (hConsoleOutput%, wAttribute%, nLength%, dwWriteCoord*, lpNumberOfAttrsWritten%) : "FillConsoleOutputAttribute"
api_FillConsoleOutputCharacter% (hConsoleOutput%, cCharacter%, nLength%, dwWriteCoord*, lpNumberOfCharsWritten%) : "FillConsoleOutputCharacterA"
api_FindAtom% (lpString$) : "FindAtomA"
api_FindClose% (hFindFile%) : "FindClose"
api_FindCloseChangeNotification% (hChangeHandle%) : "FindCloseChangeNotification"
api_FindFirstChangeNotification% (lpPathName$, bWatchSubtree%, dwNotifyFilter%) : "FindFirstChangeNotificationA"
api_FindFirstFile% (lpFileName$, lpFindFileData*) : "FindFirstFileA"
api_FindNextChangeNotification% (hChangeHandle%) : "FindNextChangeNotification"
api_FindNextFile% (hFindFile%, lpFindFileData*) : "FindNextFileA"
api_FindResource% (hInstance%, lpName$, lpType$) : "FindResourceA"
api_FindResourceEx% (hModule%, lpType$, lpName$, wLanguage%) : "FindResourceExA"
api_FlushConsoleInputBuffer% (hConsoleInput%) : "FlushConsoleInputBuffer"
api_FlushFileBuffers% (hFile%) : "FlushFileBuffers"
api_FlushInstructionCache% (hProcess%, lpBaseAddress*, dwSize%) : "FlushInstructionCache"
api_FlushViewOfFile% (lpBaseAddress*, dwNumberOfBytesToFlush%) : "FlushViewOfFile"
api_FoldString% (dwMapFlags%, lpSrcStr$, cchSrc%, lpDestStr$, cchDest%) : "FoldStringA"
api_FormatMessage% (dwFlags%, lpSource*, dwMessageId%, dwLanguageId%, lpBuffer$, nSize%, Arguments%) : "FormatMessageA"
api_FreeConsole% () : "FreeConsole"
api_FreeEnvironmentStrings% (lpsz$) : "FreeEnvironmentStringsA"
api_FreeLibrary% (hLibModule%) : "FreeLibrary"
api_FreeLibraryAndExitThread (hLibModule%, dwExitCode%) : "FreeLibraryAndExitThread"
api_FreeResource% (hResData%) : "FreeResource"
api_GenerateConsoleCtrlEvent% (dwCtrlEvent%, dwProcessGroupId%) : "GenerateConsoleCtrlEvent"
api_GetACP% () : "GetACP"
api_GetAtomName% (nAtom%, lpBuffer$, nSize%) : "GetAtomNameA"
api_GetBinaryType% (lpApplicationName$, lpBinaryType%) : "GetBinaryTypeA"
api_GetCommandLine$ () : "GetCommandLineA"
api_GetCommConfig% (hCommDev%, lpCC*, lpdwSize%) : "GetCommConfig"
api_GetCommMask% (hFile%, lpEvtMask%) : "GetCommMask"
api_GetCommModemStatus% (hFile%, lpModemStat%) : "GetCommModemStatus"
api_GetCommProperties% (hFile%, lpCommProp*) : "GetCommProperties"
api_GetCommState% (nCid%, lpDCB*) : "GetCommState"
api_GetCommTimeouts% (hFile%, lpCommTimeouts*) : "GetCommTimeouts"
api_GetCompressedFileSize% (lpFileName$, lpFileSizeHigh%) : "GetCompressedFileSizeA"
api_GetComputerName% (lpBuffer$, nSize%) : "GetComputerNameA"
api_GetConsoleCP% () : "GetConsoleCP"
api_GetConsoleCursorInfo% (hConsoleOutput%, lpConsoleCursorInfo*) : "GetConsoleCursorInfo"
api_GetConsoleMode% (hConsoleHandle%, lpMode%) : "GetConsoleMode"
api_GetConsoleOutputCP% () : "GetConsoleOutputCP"
api_GetConsoleScreenBufferInfo% (hConsoleOutput%, lpConsoleScreenBufferInfo*) : "GetConsoleScreenBufferInfo"
api_GetConsoleTitle% (lpConsoleTitle$, nSize%) : "GetConsoleTitleA"
api_GetCPInfo% (CodePage%, lpCPInfo*) : "GetCPInfo"
api_GetCurrencyFormat% (Locale%, dwFlags%, lpValue$, lpFormat*, lpCurrencyStr$, cchCurrency%) : "GetCurrencyFormatA"
api_GetCurrentDirectory% (nBufferLength%, lpBuffer$) : "GetCurrentDirectory"
api_GetCurrentProcess% () : "GetCurrentProcess"
api_GetCurrentProcessId% () : "GetCurrentProcessId"
api_GetCurrentThread% () : "GetCurrentThread"
api_GetCurrentThreadId% () : "GetCurrentThreadId"
api_GetDateFormat% (Locale%, dwFlags%, lpDate*, lpFormat$, lpDateStr$, cchDate%) : "GetDateFormatA"
api_GetDefaultCommConfig% (lpszName$, lpCC*, lpdwSize%) : "GetDefaultCommConfigA"
api_GetDiskFreeSpace% (lpRootPathName$, lpSectorsPerCluster%, lpBytesPerSector%, lpNumberOfFreeClusters%, lpTtoalNumberOfClusters%) : "GetDiskFreeSpaceA"
api_GetDriveType% (nDrive$) : "GetDriveTypeA"
api_GetEnvironmentStrings$ () : "GetEnvironmentStringsA"
api_GetEnvironmentVariable% (lpName$, lpBuffer$, nSize%) : "GetEnvironmentVariableA"
api_GetExitCodeProcess% (hProcess%, lpExitCode%) : "GetExitCodeProcess"
api_GetExitCodeThread% (hThread%, lpExitCode%) : "GetExitCodeThread"
api_GetFileAttributes% (lpFileName$) : "GetFileAttributesA"
api_GetFileInformationByHandle% (hFile%, lpFileInformation*) : "GetFileInformationByHandle"
api_GetFileSize% (hFile%, lpFileSizeHigh%) : "GetFileSize"
api_GetFileTime% (hFile%, lpCreationTime*, lpLastAccessTime*, lpLastWriteTime*) : "GetFileTime"
api_GetFileType% (hFile%) : "GetFileType"
api_GetFullPathName% (lpFileName$, nBufferLength%, lpBuffer$, lpFilePart$) : "GetFullPathNameA"
api_GetHandleInformation% (hObject%, lpdwFlags%) : "GetHandleInformation"
api_GetLastError% () : "GetLastError"
api_GetLocaleInfo% (Locale%, LCType%, lpLCData$, cchData%) : "GetLocaleInfoA"
api_GetLocalTime (lpSystemTime*) : "GetLocalTime"
api_GetLogicalDrives% () : "GetLogicalDrives"
api_GetLogicalDriveStrings% (nBufferLength%, lpBuffer$) : "GetLogicalDriveStringsA"
api_GetMailslotInfo% (hMailslot%, lpMaxMessageSize%, lpNextSize%, lpMessageCount%, lpReadTimeout%) : "GetMailslotInfo"
api_GetModuleFileName% (hModule%, lpFileName$, nSize%) : "GetModuleFileNameA"
api_GetModuleHandle% (lpModuleName$) : "GetModuleHandleA"
api_GetNamedPipeHandleState% (hNamedPipe%, lpState%, lpCurInstances%, lpMaxCollectionCount%, lpCollectDataTimeout%, lpUserName$, nMaxUserNameSize%) : "GetNamedPipeHandleStateA"
api_GetNamedPipeInfo% (hNamedPipe%, lpFlags%, lpOutBufferSize%, lpInBufferSize%, lpMaxInstances%) : "GetNamedPipeInfo"
api_GetNumberFormat% (Locale%, dwFlags%, lpValue$, lpFormat*, lpNumberStr$, cchNumber%) : "GetNumberFormatA"
api_GetNumberOfConsoleInputEvents% (hConsoleInput%, lpNumberOfEvents%) : "GetNumberOfConsoleInputEvents"
api_GetNumberOfConsoleMouseButtons% (lpNumberOfMouseButtons%) : "GetNumberOfConsoleMouseButtons"
api_GetOEMCP% () : "GetOEMCP"
api_GetOverlappedResult% (hFile%, lpOverlapped*, lpNumberOfBytesTransferred%, bWait%) : "GetOverlappedResult"
api_GetPriorityClass% (hProcess%) : "GetPriorityClass"
api_GetPrivateProfileInt% (lpApplicationName$, lpKeyName$, nDefault%, lpFileName$) : "GetPrivateProfileIntA"
api_GetPrivateProfileSection% (lpAppName$, lpReturnedString$, nSize%, lpFileName$) : "GetPrivateProfileSectionA"
api_GetPrivateProfileString% (lpApplicationName$, lpKeyName*, lpDefault$, lpReturnedString$, nSize%, lpFileName$) : "GetPrivateProfileStringA"
api_GetProcAddress% (hModule%, lpProcName$) : "GetProcAddress"
api_GetProcessAffinityMask% (hProcess%, lpProcessAffinityMask%, SystemAffinityMask%) : "GetProcessAffinityMask"
api_GetProcessHeap% () : "GetProcessHeap"
api_GetProcessHeaps% (NumberOfHeaps%, ProcessHeaps%) : "GetProcessHeaps"
api_GetProcessShutdownParameters% (lpdwLevel%, lpdwFlags%) : "GetProcessShutdownParameters"
api_GetProcessTimes% (hProcess%, lpCreationTime*, lpExitTime*, lpKernelTime*, lpUserTime*) : "GetProcessTimes"
api_GetProcessWorkingSetSize% (hProcess%, lpMinimumWorkingSetSize%, lpMaximumWorkingSetSize%) : "GetProcessWorkingSetSize"
api_GetProfileInt% (lpAppName$, lpKeyName$, nDefault%) : "GetProfileIntA"
api_GetProfileSection% (lpAppName$, lpReturnedString$, nSize%) : "GetProfileSectionA"
api_GetProfileString% (lpAppName$, lpKeyName$, lpDefault$, lpReturnedString$, nSize%) : "GetProfileStringA"
api_GetQueuedCompletionStatus% (CompletionPort%, lpNumberOfBytesTransferred%, lpCompletionKey%, lpOverlapped%, dwMilliseconds%) : "GetQueuedCompletionStatus"
api_GetShortPathName% (lpszLongPath$, lpszShortPath$, cchBuffer%) : "GetShortPathName"
api_GetStartupInfo (lpStartupInfo*) : "GetStartupInfoA"
api_GetStdHandle% (nStdHandle%) : "GetStdHandle"
api_GetStringTypeA% (lcid%, dwInfoType%, lpSrcStr$, cchSrc%, lpCharType%) : "GetStringTypeA"
api_GetStringTypeEx% (Locale%, dwInfoType%, lpSrcStr$, cchSrc%, lpCharType%) : "GetStringTypeExA"
api_GetStringTypeW% (dwInfoType%, lpSrcStr$, cchSrc%, lpCharType%) : "GetStringTypeW"
api_GetSystemDefaultLangID% () : "GetSystemDefaultLangID"
api_GetSystemDefaultLCID% () : "GetSystemDefaultLCID"
api_GetSystemDirectory% (lpBuffer$, nSize%) : "GetSystemDirectoryA"
api_GetSystemInfo (lpSystemInfo*) : "GetSystemInfo"
api_GetSystemPowerStatus% (lpSystemPowerStatus*) : "GetSystemPowerStatus"
api_GetSystemTime (lpSystemTime*) : "GetSystemTime"
api_GetSystemTimeAdjustment% (lpTimeAdjustment%, lpTimeIncrement%, lpTimeAdjustmentDisabled%) : "GetSystemTimeAdjustment"
api_GetTapeParameters% (hDevice%, dwOperation%, lpdwSize%, lpTapeInformation*) : "GetTapeParameters"
api_GetTapePosition% (hDevice%, dwPositionType%, lpdwPartition%, lpdwOffsetLow%, lpdwOffsetHigh%) : "GetTapePosition"
api_GetTapeStatus% (hDevice%) : "GetTapeStatus"
api_GetTempFileName% (lpszPath$, lpPrefixString$, wUnique%, lpTempFileName$) : "GetTempFileNameA"
api_GetTempPath% (nBufferLength%, lpBuffer$) : "GetTempPathA"
api_GetThreadContext% (hThread%, lpContext*) : "GetThreadContext"
api_GetThreadLocale% () : "GetThreadLocale"
api_GetThreadPriority% (hThread%) : "GetThreadPriority"
api_GetThreadSelectorEntry% (hThread%, dwSelector%, lpSelectorEntry*) : "GetThreadSelectorEntry"
api_GetThreadTimes% (hThread%, lpCreationTime*, lpExitTime*, lpKernelTime*, lpUserTime*) : "GetThreadTimes"
api_GetTickCount% () : "GetTickCount"
api_GetTimeFormat% (Locale%, dwFlags%, lpTime*, lpFormat$, lpTimeStr$, cchTime%) : "GetTimeFormatA"
api_GetTimeZoneInformation% (lpTimeZoneInformation*) : "GetTimeZoneInformation"
api_GetUserDefaultLangID% () : "GetUserDefaultLangID"
api_GetUserDefaultLCID% () : "GetUserDefaultLCID"
api_GetVersion% () : "GetVersion"
api_GetVersionEx% (lpVersionInformation*) : "GetVersionExA"
api_GetVolumeInformation% (lpRootPathName$, lpVolumeNameBuffer$, nVolumeNameSize%, lpVolumeSerialNumber%, lpMaximumComponentLength%, lpFileSystemFlags%, lpFileSystemNameBuffer$, nFileSystemNameSize%) : "GetVolumeInformationA"
api_GetWindowsDirectory% (lpBuffer$, nSize%) : "GetWindowsDirectoryA"
api_GlobalAddAtom% (lpString$) : "GlobalAddAtomA"
api_GlobalAlloc% (wFlags%, dwBytes%) : "GlobalAlloc"
api_GlobalCompact% (dwMinFree%) : "GlobalCompact"
api_GlobalDeleteAtom% (nAtom%) : "GlobalDeleteAtom"
api_GlobalFindAtom% (lpString$) : "GlobalFindAtomA"
api_GlobalFix (hMem%) : "GlobalFix"
api_GlobalFlags% (hMem%) : "GlobalFlags"
api_GlobalFree% (hMem%) : "GlobalFree"
api_GlobalGetAtomName% (nAtom%, lpBuffer$, nSize%) : "GlobalGetAtomNameA"
api_GlobalHandle% (wMem*) : "GlobalHandle"
api_GlobalLock% (hMem%) : "GlobalLock"
api_GlobalMemoryStatus (lpBuffer*) : "GlobalMemoryStatus"
api_GlobalReAlloc% (hMem%, dwBytes%, wFlags%) : "GlobalReAlloc"
api_GlobalSize% (hMem%) : "GlobalSize"
api_GlobalUnfix (hMem%) : "GlobalUnfix"
api_GlobalUnlock% (hMem%) : "GlobalUnlock"
api_GlobalUnWire% (hMem%) : "GlobalUnWire"
api_GlobalWire% (hMem%) : "GlobalWire"
api_HeapAlloc% (hHeap%, dwFlags%, dwBytes%) : "HeapAlloc"
api_HeapCompact% (hHeap%, dwFlags%) : "HeapCompact"
api_HeapCreate% (flOptions%, dwInitialSize%, dwMaximumSize%) : "HeapCreate"
api_HeapDestroy% (hHeap%) : "HeapDestroy"
api_HeapFree% (hHeap%, dwFlags%, lpMem*) : "HeapFree"
api_HeapLock% (hHeap%) : "HeapLock"
api_HeapReAlloc% (hHeap%, dwFlags%, lpMem*, dwBytes%) : "HeapReAlloc"
api_HeapSize% (hHeap%, dwFlags%, lpMem*) : "HeapSize"
api_HeapUnlock% (hHeap%) : "HeapUnlock"
api_HeapValidate% (hHeap%, dwFlags%, lpMem*) : "HeapValidate"
api_hread% (hFile%, lpBuffer*, lBytes%) : "_hread"
api_hwrite% (hFile%, lpBuffer$, lBytes%) : "_hwrite"
api_ImpersonateLoggedOnUser% (hToken%) : "ImpersonateLoggedOnUser"
api_InitAtomTable% (nSize%) : "InitAtomTable"
api_InitializeCriticalSection (lpCriticalSection*) : "InitializeCriticalSection"
api_InterlockedDecrement% (lpAddend%) : "InterlockedDecrement"
api_InterlockedExchange% (Target%, Value%) : "InterlockedExchange"
api_InterlockedIncrement% (lpAddend%) : "InterlockedIncrement"
api_IsBadCodePtr% (lpfn%) : "IsBadCodePtr"
api_IsBadHugeReadPtr% (lp*, ucb%) : "IsBadHugeReadPtr"
api_IsBadHugeWritePtr% (lp*, ucb%) : "IsBadHugeWritePtr"
api_IsBadReadPtr% (lp*, ucb%) : "IsBadReadPtr"
api_IsBadStringPtr% (lpsz$, ucchMax%) : "IsBadStringPtrA"
api_IsBadWritePtr% (lp*, ucb%) : "IsBadWritePtr"
api_IsDBCSLeadByte% (TestChar%) : "IsDBCSLeadByte"
api_IsValidCodePage% (CodePage%) : "IsValidCodePage"
api_IsValidLocale% (Locale%, dwFlags%) : "IsValidLocale"
api_lclose% (hFile%) : "_lclose"
api_LCMapString% (Locale%, dwMapFlags%, lpSrcStr$, cchSrc%, lpDestStr$, cchDest%) : "LCMapStringA"
api_lcreat% (lpPathName$, iAttribute%) : "_lcreat"
api_LeaveCriticalSection (lpCriticalSection*) : "LeaveCriticalSection"
api_llseek% (hFile%, lOffset%, iOrigin%) : "_llseek"
api_LoadLibrary% (lpLibFileName$) : "LoadLibraryA"
api_LoadLibraryEx% (lpLibFileName$, hFile%, dwFlags%) : "LoadLibraryExA"
api_LoadModule% (lpModuleName$, lpParameterBlock*) : "LoadModule"
api_LoadResource% (hInstance%, hResInfo%) : "LoadResource"
api_LocalAlloc% (wFlags%, wBytes%) : "LocalAlloc"
api_LocalCompact% (uMinFree%) : "LocalCompact"
api_LocalFileTimeToFileTime% (lpLocalFileTime*, lpFileTime*) : "LocalFileTimeToFileTime"
api_LocalFlags% (hMem%) : "LocalFlags"
api_LocalFree% (hMem%) : "LocalFree"
api_LocalHandle% (wMem*) : "LocalHandle"
api_LocalLock% (hMem%) : "LocalLock"
api_LocalReAlloc% (hMem%, wBytes%, wFlags%) : "LocalReAlloc"
api_LocalShrink% (hMem%, cbNewSize%) : "LocalShrink"
api_LocalSize% (hMem%) : "LocalSize"
api_LocalUnlock% (hMem%) : "LocalUnlock"
api_LockFile% (hFile%, dwFileOffsetLow%, dwFileOffsetHigh%, nNumberOfBytesToLockLow%, nNumberOfBytesToLockHigh%) : "LockFile"
api_LockFileEx% (hFile%, dwFlags%, dwReserved%, nNumberOfBytesToLockLow%, nNumberOfBytesToLockHigh%, lpOverlapped*) : "LockFileEx"
api_LockResource% (hResData%) : "LockResource"
api_lopen% (lpPathName$, iReadWrite%) : "_lopen"
api_lread% (hFile%, lpBuffer*, wBytes%) : "_lread"
api_lstrcat% (lpString1$, lpString2$) : "lstrcatA"
api_lstrcmp% (lpString1$, lpString2$) : "lstrcmpA"
api_lstrcmpi% (lpString1$, lpString2$) : "lstrcmpiA"
api_lstrcpy% (lpString1$, lpString2$) : "lstrcpyA"
api_lstrcpyn% (lpString1$, lpString2$, iMaxLength%) : "lstrcpynA"
api_lstrlen% (lpString$) : "lstrlenA"
api_lwrite% (hFile%, lpBuffer$, wBytes%) : "_lwrite"
api_MapViewOfFile% (hFileMappingObject%, dwDesiredAccess%, dwFileOffsetHigh%, dwFileOffsetLow%, dwNumberOfBytesToMap%) : "MapViewOfFile"
api_MapViewOfFileEx% (hFileMappingObject%, dwDesiredAccess%, dwFileOffsetHigh%, dwFileOffsetLow%, dwNumberOfBytesToMap%, lpBaseAddress*) : "MapViewOfFileEx"
api_MoveFile% (lpExistingFileName$, lpNewFileName$) : "MoveFileA"
api_MoveFileEx% (lpExistingFileName$, lpNewFileName$, dwFlags%) : "MoveFileExA"
api_MulDiv% (nNumber%, nNumerator%, nDenominator%) : "MulDiv"
api_MultiByteToWideChar% (CodePage%, dwFlags%, lpMultiByteStr$, cchMultiByte%, lpWideCharStr$, cchWideChar%) : "MultiByteToWideChar"
api_OpenEvent% (dwDesiredAccess%, bInheritHandle%, lpName$) : "OpenEventA"
api_OpenFile% (lpFileName$, lpReOpenBuff*, wStyle%) : "OpenFile"
api_OpenFileMapping% (dwDesiredAccess%, bInheritHandle%, lpName$) : "OpenFileMappingA"
api_OpenMutex% (dwDesiredAccess%, bInheritHandle%, lpName$) : "OpenMutexA"
api_OpenProcess% (dwDesiredAccess%, bInheritHandle%, dwProcessId%) : "OpenProcess"
api_OpenSemaphore% (dwDesiredAccess%, bInheritHandle%, lpName$) : "OpenSemaphoreA"
api_OutputDebugString (lpOutputString$) : "OutputDebugStringA"
api_PeekNamedPipe% (hNamedPipe%, lpBuffer*, nBufferSize%, lpBytesRead%, lpTotalBytesAvail%, lpBytesLeftThisMessage%) : "PeekNamedPipe"
api_PrepareTape% (hDevice%, dwOperation%, bimmediate%) : "PrepareTape"
api_PulseEvent% (hEvent%) : "PulseEvent"
api_PurgeComm% (hFile%, dwFlags%) : "PurgeComm"
api_QueryDosDevice% (lpDeviceName$, lpTargetPath$, ucchMax%) : "QueryDosDeviceA"
api_QueryPerformanceCounter% (lpPerformanceCount*) : "QueryPerformanceCounter"
api_QueryPerformanceFrequency% (lpFrequency*) : "QueryPerformanceFrequency"
api_RaiseException (dwExceptionCode%, dwExceptionFlags%, nNumberOfArguments%, lpArguments%) : "RaiseException"
api_ReadConsole% (hConsoleInput%, lpBuffer*, nNumberOfCharsToRead%, lpNumberOfCharsRead%, lpReserved*) : "ReadConsoleA"
api_ReadConsoleOutput% (hConsoleOutput%, lpBuffer*, dwBufferSize*, dwBufferCoord*, lpReadRegion*) : "ReadConsoleOutputA"
api_ReadConsoleOutputAttribute% (hConsoleOutput%, lpAttribute%, nLength%, dwReadCoord*, lpNumberOfAttrsRead%) : "ReadConsoleOutputAttribute"
api_ReadConsoleOutputCharacter% (hConsoleOutput%, lpCharacter$, nLength%, dwReadCoord*, lpNumberOfCharsRead%) : "ReadConsoleOutputCharacterA"
api_ReadFile% (hFile%, lpBuffer*, nNumberOfBytesToRead%, lpNumberOfBytesRead%, lpOverlapped*) : "ReadFile"
api_ReadFileEx% (hFile%, lpBuffer*, nNumberOfBytesToRead%, lpOverlapped*, lpCompletionRoutine%) : "ReadFileEx"
api_ReadProcessMemory% (hProcess%, lpBaseAddress*, lpBuffer*, nSize%, lpNumberOfBytesWritten%) : "ReadProcessMemory"
api_ReleaseMutex% (hMutex%) : "ReleaseMutex"
api_ReleaseSemaphore% (hSemaphore%, lReleaseCount%, lpPreviousCount%) : "ReleaseSemaphore"
api_RemoveDirectory% (lpPathName$) : "RemoveDirectoryA"
api_ResetEvent% (hEvent%) : "ResetEvent"
api_ResumeThread% (hThread%) : "ResumeThread"
api_ScrollConsoleScreenBuffer% (hConsoleOutput%, lpScrollRectangle*, lpClipRectangle*, dwDestinationOrigin*, lpFill*) : "ScrollConsoleScreenBufferA"
api_SearchPath% (lpPath$, lpFileName$, lpExtension$, nBufferLength%, lpBuffer$, lpFilePart$) : "SearchPathA"
api_SetCommBreak% (nCid%) : "SetCommBreak"
api_SetCommConfig% (hCommDev%, lpCC*, dwSize%) : "SetCommConfig"
api_SetCommMask% (hFile%, dwEvtMask%) : "SetCommMask"
api_SetCommState% (hCommDev%, lpDCB*) : "SetCommState"
api_SetCommTimeouts% (hFile%, lpCommTimeouts*) : "SetCommTimeouts"
api_SetComputerName% (lpComputerName$) : "SetComputerNameA"
api_SetConsoleActiveScreenBuffer% (hConsoleOutput%) : "SetConsoleActiveScreenBuffer"
api_SetConsoleCP% (wCodePageID%) : "SetConsoleCP"
api_SetConsoleCtrlHandler% (HandlerRoutine%, Add%) : "SetConsoleCtrlHandler"
api_SetConsoleCursorInfo% (hConsoleOutput%, lpConsoleCursorInfo*) : "SetConsoleCursorInfo"
api_SetConsoleCursorPosition% (hConsoleOutput%, dwCursorPosition*) : "SetConsoleCursorPosition"
api_SetConsoleMode% (hConsoleHandle%, dwMode%) : "SetConsoleMode"
api_SetConsoleOutputCP% (wCodePageID%) : "SetConsoleOutputCP"
api_SetConsoleScreenBufferSize% (hConsoleOutput%, dwSize*) : "SetConsoleScreenBufferSize"
api_SetConsoleTextAttribute% (hConsoleOutput%, wAttributes%) : "SetConsoleTextAttribute"
api_SetConsoleTitle% (lpConsoleTitle$) : "SetConsoleTitleA"
api_SetConsoleWindowInfo% (hConsoleOutput%, bAbsolute%, lpConsoleWindow*) : "SetConsoleWindowInfo"
api_SetCurrentDirectory% (lpPathName$) : "SetCurrentDirectoryA"
api_SetDefaultCommConfig% (lpszName$, lpCC*, dwSize%) : "SetDefaultCommConfigA"
api_SetEndOfFile% (hFile%) : "SetEndOfFile"
api_SetEnvironmentVariable% (lpName$, lpValue$) : "SetEnvironmentVariableA"
api_SetErrorMode% (wMode%) : "SetErrorMode"
api_SetEvent% (hEvent%) : "SetEvent"
api_SetFileApisToANSI () : "SetFileApisToANSI"
api_SetFileApisToOEM () : "SetFileApisToOEM"
api_SetFileAttributes% (lpFileName$, dwFileAttributes%) : "SetFileAttributesA"
api_SetFilePointer% (hFile%, lDistanceToMove%, lpDistanceToMoveHigh%, dwMoveMethod%) : "SetFilePointer"
api_SetFileTime% (hFile%, lpCreationTime*, lpLastAccessTime*, lpLastWriteTime*) : "SetFileTime"
api_SetHandleCount% (wNumber%) : "SetHandleCount"
api_SetHandleInformation% (hObject%, dwMask%, dwFlags%) : "SetHandleInformation"
api_SetLastError (dwErrCode%) : "SetLastError"
api_SetLocaleInfo% (Locale%, LCType%, lpLCData$) : "SetLocaleInfoA"
api_SetLocalTime% (lpSystemTime*) : "SetLocalTime"
api_SetMailslotInfo% (hMailslot%, lReadTimeout%) : "SetMailslotInfo"
api_SetNamedPipeHandleState% (hNamedPipe%, lpMode%, lpMaxCollectionCount%, lpCollectDataTimeout%) : "SetNamedPipeHandleState"
api_SetPriorityClass% (hProcess%, dwPriorityClass%) : "SetPriorityClass"
api_SetProcessShutdownParameters% (dwLevel%, dwFlags%) : "SetProcessShutdownParameters"
api_SetProcessWorkingSetSize% (hProcess%, dwMinimumWorkingSetSize%, dwMaximumWorkingSetSize%) : "SetProcessWorkingSetSize"
api_SetStdHandle% (nStdHandle%, nHandle%) : "SetStdHandle"
api_SetSystemPowerState% (fSuspend%, fForce%) : "SetSystemPowerState"
api_SetSystemTime% (lpSystemTime*) : "SetSystemTime"
api_SetSystemTimeAdjustment% (dwTimeAdjustment%, bTimeAdjustmentDisabled%) : "SetSystemTimeAdjustment"
api_SetTapeParameters% (hDevice%, dwOperation%, lpTapeInformation*) : "SetTapeParameters"
api_SetTapePosition% (hDevice%, dwPositionMethod%, dwPartition%, dwOffsetLow%, dwOffsetHigh%, bimmediate%) : "SetTapePosition"
api_SetThreadAffinityMask% (hThread%, dwThreadAffinityMask%) : "SetThreadAffinityMask"
api_SetThreadContext% (hThread%, lpContext*) : "SetThreadContext"
api_SetThreadLocale% (Locale%) : "SetThreadLocale"
api_SetThreadPriority% (hThread%, nPriority%) : "SetThreadPriority"
api_SetTimeZoneInformation% (lpTimeZoneInformation*) : "SetTimeZoneInformation"
api_SetUnhandledExceptionFilter% (lpTopLevelExceptionFilter%) : "SetUnhandledExceptionFilter"
api_SetupComm% (hFile%, dwInQueue%, dwOutQueue%) : "SetupComm"
api_SetVolumeLabel% (lpRootPathName$, lpVolumeName$) : "SetVolumeLabelA"
api_SizeofResource% (hInstance%, hResInfo%) : "SizeofResource"
api_Sleep (dwMilliseconds%) : "Sleep"
api_SleepEx% (dwMilliseconds%, bAlertable%) : "SleepEx"
api_SuspendThread% (hThread%) : "SuspendThread"
api_SystemTimeToFileTime% (lpSystemTime*, lpFileTime*) : "SystemTimeToFileTime"
api_SystemTimeToTzSpecificLocalTime% (lpTimeZoneInformation*, lpUniversalTime*, lpLocalTime*) : "SystemTimeToTzSpecificLocalTime"
api_TerminateProcess% (hProcess%, uExitCode%) : "TerminateProcess"
api_TerminateThread% (hThread%, dwExitCode%) : "TerminateThread"
api_TlsAlloc% () : "TlsAlloc"
api_TlsFree% (dwTlsIndex%) : "TlsFree"
api_TlsGetValue% (dwTlsIndex%) : "TlsGetValue"
api_TlsSetValue% (dwTlsIndex%, lpTlsValue*) : "TlsSetValue"
api_TransactNamedPipe% (hNamedPipe%, lpInBuffer*, nInBufferSize%, lpOutBuffer*, nOutBufferSize%, lpBytesRead%, lpOverlapped*) : "TransactNamedPipe"
api_TransmitCommChar% (nCid%, cChar%) : "TransmitCommChar"
api_UnhandledExceptionFilter% (ExceptionInfo*) : "UnhandledExceptionFilter"
api_UnlockFile% (hFile%, dwFileOffsetLow%, dwFileOffsetHigh%, nNumberOfBytesToUnlockLow%, nNumberOfBytesToUnlockHigh%) : "UnlockFile"
api_UnlockFileEx% (hFile%, dwReserved%, nNumberOfBytesToUnlockLow%, nNumberOfBytesToUnlockHigh%, lpOverlapped*) : "UnlockFileEx"
api_UnmapViewOfFile% (lpBaseAddress*) : "UnmapViewOfFile"
api_UpdateResource% (hUpdate%, lpType$, lpName$, wLanguage%, lpData*, cbData%) : "UpdateResourceA"
api_VerLanguageName% (wLang%, szLang$, nSize%) : "VerLanguageNameA"
api_VirtualAlloc% (lpAddress*, dwSize%, flAllocationType%, flProtect%) : "VirtualAlloc"
api_VirtualFree% (lpAddress*, dwSize%, dwFreeType%) : "VirtualFree"
api_VirtualLock% (lpAddress*, dwSize%) : "VirtualLock"
api_VirtualProtect% (lpAddress*, dwSize%, flNewProtect%, lpflOldProtect%) : "VirtualProtect"
api_VirtualProtectEx% (hProcess%, lpAddress*, dwSize%, flNewProtect%, lpflOldProtect%) : "VirtualProtectEx"
api_VirtualQuery% (lpAddress*, lpBuffer*, dwLength%) : "VirtualQuery"
api_VirtualQueryEx% (hProcess%, lpAddress*, lpBuffer*, dwLength%) : "VirtualQueryEx"
api_VirtualUnlock% (lpAddress*, dwSize%) : "VirtualUnlock"
api_WaitCommEvent% (hFile%, lpEvtMask%, lpOverlapped*) : "WaitCommEvent"
api_WaitForMultipleObjects% (nCount%, lpHandles%, bWaitAll%, dwMilliseconds%) : "WaitForMultipleObjects"
api_WaitForMultipleObjectsEx% (nCount%, lpHandles%, bWaitAll%, dwMilliseconds%, bAlertable%) : "WaitForMultipleObjectsEx"
api_WaitForSingleObject% (hHandle%, dwMilliseconds%) : "WaitForSingleObject"
api_WaitForSingleObjectEx% (hHandle%, dwMilliseconds%, bAlertable%) : "WaitForSingleObjectEx"
api_WaitNamedPipe% (lpNamedPipeName$, nTimeOut%) : "WaitNamedPipeA"
api_WideCharToMultiByte% (CodePage%, dwFlags%, lpWideCharStr$, cchWideChar%, lpMultiByteStr$, cchMultiByte%, lpDefaultChar$, lpUsedDefaultChar%) : "WideCharToMultiByte"
api_WinExec% (lpCmdLine$, nCmdShow%) : "WinExec"
api_WriteConsole% (hConsoleOutput%, lpBuffer*, nNumberOfCharsToWrite%, lpNumberOfCharsWritten%, lpReserved*) : "WriteConsoleA"
api_WriteConsoleOutput% (hConsoleOutput%, lpBuffer*, dwBufferSize*, dwBufferCoord*, lpWriteRegion*) : "WriteConsoleOutputA"
api_WriteConsoleOutputAttribute% (hConsoleOutput%, lpAttribute%, nLength%, dwWriteCoord*, lpNumberOfAttrsWritten%) : "WriteConsoleOutputAttribute"
api_WriteConsoleOutputCharacter% (hConsoleOutput%, lpCharacter$, nLength%, dwWriteCoord*, lpNumberOfCharsWritten%) : "WriteConsoleOutputCharacterA"
api_WriteFile% (hFile%, lpBuffer*, nNumberOfBytesToWrite%, lpNumberOfBytesWritten%, lpOverlapped*) : "WriteFile"
api_WriteFileEx% (hFile%, lpBuffer*, nNumberOfBytesToWrite%, lpOverlapped*, lpCompletionRoutine%) : "WriteFileEx"
api_WritePrivateProfileSection% (lpAppName$, lpString$, lpFileName$) : "WritePrivateProfileSectionA"
api_WritePrivateProfileString% (lpApplicationName$, lpKeyName*, lpString*, lpFileName$) : "WritePrivateProfileStringA"
api_WriteProcessMemory% (hProcess%, lpBaseAddress*, lpBuffer*, nSize%, lpNumberOfBytesWritten%) : "WriteProcessMemory"
api_WriteProfileSection% (lpAppName$, lpString$) : "WriteProfileSectionA"
api_WriteProfileString% (lpszSection$, lpszKeyName$, lpszString$) : "WriteProfileStringA"
api_WriteTapemark% (hDevice%, dwTapemarkType%, dwTapemarkCount%, bimmediate%) : "WriteTapemark"




Code: [AUSKLAPPEN]
.lib "lz32.dll"

api_CopyLZFile% (n1%, n2%) : "CopyLZFile"
api_GetExpandedName% (lpszSource$, lpszBuffer$) : "GetExpandedNameA"
api_LZClose (hfFile%) : "LZClose"
api_LZCopy% (hfSource%, hfDest%) : "LZCopy"
api_LZDone () : "LZDone"
api_LZInit% (hfSrc%) : "LZInit"
api_LZOpenFile% (lpszFile$, lpOf*, style%) : "LZOpenFileA"
api_LZRead% (hfFile%, lpvBuf$, cbread%) : "LZRead"
api_LZSeek% (hfFile%, lOffset%, nOrigin%) : "LZSeek"
api_LZStart% () : "LZStart"


Code: [AUSKLAPPEN]
.lib "mpr.dll"

api_WNetAddConnection% (lpszNetPath$, lpszPassword$, lpszLocalName$) : "WNetAddConnectionA"
api_WNetAddConnection2% (lpNetResource*, lpPassword$, lpUserName$, dwFlags%) : "WNetAddConnection2A"
api_WNetCancelConnection% (lpszName$, bForce%) : "WNetCancelConnectionA"
api_WNetCancelConnection2% (lpName$, dwFlags%, fForce%) : "WNetCancelConnection2A"
api_WNetCloseEnum% (hEnum%) : "WNetCloseEnum"
api_WNetConnectionDialog% (hwnd%, dwType%) : "WNetConnectionDialog"
api_WNetDisconnectDialog% (hwnd%, dwType%) : "WNetDisconnectDialog"
api_WNetEnumResource% (hEnum%, lpcCount%, lpBuffer*, lpBufferSize%) : "WNetEnumResourceA"
api_WNetGetConnection% (lpszLocalName$, lpszRemoteName$, cbRemoteName%) : "WNetGetConnectionA"
api_WNetGetLastError% (lpError%, lpErrorBuf$, nErrorBufSize%, lpNameBuf$, nNameBufSize%) : "WNetGetLastErrorA"
api_WNetGetUniversalName% (lpLocalPath$, dwInfoLevel%, lpBuffer*, lpBufferSize%) : "WNetGetUniversalNameA"
api_WNetGetUser% (lpName$, lpUserName$, lpnLength%) : "WNetGetUserA"
api_WNetOpenEnum% (dwScope%, dwType%, dwUsage%, lpNetResource*, lphEnum%) : "WNetOpenEnumA"


Code: [AUSKLAPPEN]
.lib "netapi32.dll"

api_Netbios% (pncb*) : "Netbios"


Code: [AUSKLAPPEN]
.lib "shell32.dll"

api_CommandLineToArgv% (lpCmdLine$, pNumArgs%) : "CommandLineToArgvW"
api_DoEnvironmentSubst% (szString$, cbString%) : "DoEnvironmentSubstA"
api_DragAcceptFiles (hwnd%, fAccept%) : "DragAcceptFiles"
api_DragFinish (hDrop%) : "DragFinish"
api_DragQueryFile% (HDROP%, UINT%, lpStr$, ch%) : "DragQueryFileA"
api_DragQueryPoint% (HDROP%, lpPoint*) : "DragQueryPoint"
api_DuplicateIcon% (hInst%, hIcon%) : "DuplicateIcon"
api_ExtractAssociatedIcon% (hInst%, lpIconPath$, lpiIcon%) : "ExtractAssociateIconA"
api_ExtractIcon% (hInst%, lpszExeFileName$, nIconIndex%) : "ExtractIconA"
api_ExtractIconEx% (lpszFile$, nIconIndex%, phiconLarge%, phiconSmall%, nIcons%) : "ExtractIconExA"
api_FindEnvironmentString$ (szEnvVar$) : "FindEnvironmentStringA"
api_FindExecutable% (lpFile$, lpDirectory$, lpResult$) : "FindExecutableA"
api_SHAppBarMessage% (dwMessage%, pData*) : "SHAppBarMessage"
api_SHGetSpecialFolderPath%(hwndOwner$,lpszPath*,nFolder%,fCreate%):"SHGetSpecialFolderPathA"
api_Shell_NotifyIcon% (dwMessage%, lpData*) : " Shell_NotifyIconA"
api_ShellAbout% (hwnd%, szApp$, szOtherStuff$, hIcon%) : "ShellAboutA"
api_ShellExecute% (hwnd%, lpOperation$, lpFile$, lpParameters$, lpDirectory$, nShowCmd%) : "ShellExecuteA"
api_SHFileOperation% (lpFileOp*) : " SHFileOperationA"
api_SHFreeNameMappings (hNameMappings%) : "SHFreeNameMappings"
api_SHGetFileInfo% (pszPath$, dwFileAttributes%, psfi*, cbFileInfo%, uFlags%) : " SHGetFileInfoA"
api_SHGetNewLinkInfo% (pszLinkto$, pszDir$, pszName$, pfMustCopy%, uFlags%) : "SHGetNewLinkInfoA"
api_WinExecError (hwnd%, error%, lpstrFileName$, lpstrTitle$) : "WinExecErrorA"


Code: [AUSKLAPPEN]
.lib "winspool.drv"

api_AbortPrinter% (hPrinter%) : "AbortPrinter"
api_AddForm% (hPrinter%, Level%, pForm%) : "AddFormA"
api_AddJob% (hPrinter%, Level%, pData%, cdBuf%, pcbNeeded%) : "AddJobA"
api_AddMonitor% (pName$, Level%, pMonitors%) : "AddMonitorA"
api_AddPort% (pName$, hwnd%, pMonitorName$) : "AddPortA"
api_AddPrinter% (pName$, Level%, pPrinter*) : "AddPrinterA"
api_AddPrinterConnection% (pName$) : "AddPrinterConnectionA"
api_AddPrinterDriver% (pName$, Level%, pDriverInfo*) : "AddPrinterDriverA"
api_AddPrintProcessor% (pName$, pEnvironment$, pPathName$, pPrintProcessorName$) : "AddPrintProcessorA"
api_AddPrintProvidor% (pName$, Level%, pProvidorInfo%) : "AddPrintProvidorA"
api_AdvancedDocumentProperties% (hwnd%, hPrinter%, pDeviceName$, pDevModeOutput*, pDevModeInput*) : "AdvancedDocumentPropertiesA"
api_ClosePrinter% (hPrinter%) : "ClosePrinter"
api_ConfigurePort% (pName$, hwnd%, pPortName$) : "ConfigurePortA"
api_ConnectToPrinterDlg% (hwnd%, flags%) : "ConnectToPrinterDlg"
api_DeleteForm% (hPrinter%, pFormName$) : "DeleteFormA"
api_DeleteMonitor% (pName$, pEnvironment$, pMonitorName$) : "DeleteMonitorA"
api_DeletePort% (pName$, hwnd%, pPortName$) : "DeletePortA"
api_DeletePrinter% (hPrinter%) : "DeletePrinter"
api_DeletePrinterConnection% (pName$) : "DeletePrinterConnectionA"
api_DeletePrinterDriver% (pName$, pEnvironment$, pDriverName$) : "DeletePrinterDriverA"
api_DeletePrintProcessor% (pName$, pEnvironment$, pPrintProcessorName$) : "DeletePrintProcessorA"
api_DeletePrintProvidor% (pName$, pEnvironment$, pPrintProvidorName$) : "DeletePrintProvidorA"
api_DeviceCapabilities% (lpDeviceName$, lpPort$, iIndex%, lpOutput$, lpDevMode*) : "DeviceCapabilitiesA"
api_DocumentProperties% (hwnd%, hPrinter%, pDeviceName$, pDevModeOutput*, pDevModeInput*, fMode%) : "DocumentPropertiesA"
api_EndDocPrinter% (hPrinter%) : "EndDocPrinter"
api_EndPagePrinter% (hPrinter%) : "EndPagePrinter"
api_EnumForms% (hPrinter%, Level%, pForm%, cbBuf%, pcbNeeded%, pcReturned%) : "EnumFormsA"
api_EnumJobs% (hPrinter%, FirstJob%, NoJobs%, Level%, pJob%, cdBuf%, pcbNeeded%, pcReturned%) : "EnumJobsA"
api_EnumMonitors% (pName$, Level%, pMonitors%, cbBuf%, pcbNeeded%, pcReturned%) : "EnumMonitorsA"
api_EnumPorts% (pName$, Level%, lpbPorts%, cbBuf%, pcbNeeded%, pcReturned%) : "EnumPortsA"
api_EnumPrinterDrivers% (pName$, pEnvironment$, Level%, pDriverInfo%, cdBuf%, pcbNeeded%, pcRetruned%) : "EnumPrinterDriversA"
api_EnumPrinterPropertySheets% (hPrinter%, hwnd%, lpfnAdd%, lParam%) : "EnumPrinterPropertySheets"
api_EnumPrinters% (flags%, name$, Level%, pPrinterEnum%, cdBuf%, pcbNeeded%, pcReturned%) : "EnumPrintersA"
api_EnumPrintProcessorDatatypes% (pName$, pPrintProcessorName$, Level%, pDatatypes%, cdBuf%, pcbNeeded%, pcRetruned%) : "EnumPrintProcessorDatatypesA"
api_EnumPrintProcessors% (pName$, pEnvironment$, Level%, pPrintProcessorInfo%, cdBuf%, pcbNeeded%, pcReturned%) : "EnumPrintProcessorsA"
api_FindClosePrinterChangeNotification% (hChange%) : "FindClosePrinterChangeNotification"
api_FindFirstPrinterChangeNotification% (hPrinter%, fdwFlags%, fdwOptions%, pPrinterNotifyOptions$) : "FindFirstPrinterChangeNotification"
api_FindNextPrinterChangeNotification% (hChange%, pdwChange%, pvReserved$, ppPrinterNotifyInfo%) : "FindNextPrinterChangeNotification"
api_GetForm% (hPrinter%, pFormName$, Level%, pForm%, cbBuf%, pcbNeeded%) : "GetFormA"
api_GetJob% (hPrinter%, JobId%, Level%, pJob%, cdBuf%, pcbNeeded%) : "GetJobA"
api_GetPrinter% (hPrinter%, Level%, pPrinter*, cbBuf%, pcbNeeded%) : "GetPrinterA"
api_GetPrinterData% (hPrinter%, pValueName$, pType%, pData%, nSize%, pcbNeeded%) : "GetPrinterDataA"
api_GetPrinterDriver% (hPrinter%, pEnvironment$, Level%, pDriverInfo%, cdBuf%, pcbNeeded%) : "GetPrinterDriverA"
api_GetPrinterDriverDirectory% (pName$, pEnvironment$, Level%, pDriverDirectory%, cdBuf%, pcbNeeded%) : "GetPrinterDriverDirectoryA"
api_GetPrintProcessorDirectory% (pName$, pEnvironment$, Level%, pPrintProcessorInfo$, cdBuf%, pcbNeeded%) : "GetPrintProcessorDirectoryA"
api_OpenPrinter% (pPrinterName$, phPrinter%, pDefault*) : "OpenPrinterA"
api_PrinterMessageBox% (hPrinter%, error%, hwnd%, pText$, pCaption$, dwType%) : "PrinterMessageBoxA"
api_PrinterProperties% (hwnd%, hPrinter%) : "PrinterProperties"
api_ReadPrinter% (hPrinter%, pBuf*, cdBuf%, pNoBytesRead%) : "ReadPrinter"
api_ResetPrinter% (hPrinter%, pDefault*) : "ResetPrinterA"
api_ScheduleJob% (hPrinter%, JobId%) : "ScheduleJob"
api_SetForm% (hPrinter%, pFormName$, Level%, pForm%) : "SetFormA"
api_SetJob% (hPrinter%, JobId%, Level%, pJob%, Command%) : "SetJobA"
api_SetPrinter% (hPrinter%, Level%, pPrinter%, Command%) : "SetPrinterA"
api_SetPrinterData% (hPrinter%, pValueName$, dwType%, pData%, cbData%) : "SetPrinterDataA"
api_StartDocPrinter% (hPrinter%, Level%, pDocInfo%) : "StartDocPrinterA"
api_StartPagePrinter% (hPrinter%) : "StartPagePrinter"
api_WaitForPrinterChange% (hPrinter%, flags%) : "WaitForPrinterChange"
api_WritePrinter% (hPrinter%, pBuf*, cdBuf%, pcWritten%) : "WritePrinter"
 

Timo

BeitragSo, Nov 21, 2004 10:06
Antworten mit Zitat
Benutzer-Profile anzeigen
und der letzte Teil (3) :

Code: [AUSKLAPPEN]
.lib "user32.dll"

api_ActivateKeyboardLayout% (HKL%, flags%) : "ActivateKeyboardLayout"
api_AdjustWindowRect% (lpRect*, dwStyle%, bMenu%) : "AdjustWindowRect"
api_AdjustWindowRectEx% (lpRect*, dsStyle%, bMenu%, dwEsStyle%) : "AdjustWindowRectEx"
api_AnyPopup% () : "AnyPopup"
api_AppendMenu% (hMenu%, wFlags%, wIDNewItem%, lpNewItem*) : "AppendMenuA"
api_ArrangeIconicWindows% (hwnd%) : "ArrangeIconicWindows"
api_AttachThreadInput% (idAttach%, idAttachTo%, fAttach%) : "AttachThreadInput"
api_BeginDeferWindowPos% (nNumWindows%) : "BeginDeferWindowPos"
api_BeginPaint% (hwnd%, lpPaint*) : "BeginPaint"
api_BringWindowToTop% (hwnd%) : "BringWindowToTop"
api_BroadcastSystemMessage% (dw%, pdw%, un%, wParam%, lParam%) : "BroadcastSystemMessage"
api_CallMsgFilter% (lpMsg*, ncode%) : "CallMsgFilterA"
api_CallNextHookEx% (hHook%, ncode%, wParam%, lParam*) : "CallNextHookEx"
api_CallWindowProc% (lpPrevWndFunc%, hWnd%, Msg%, wParam%, lParam%) : "CallWindowProcA"
api_CascadeWindows% (hwndParent%, wHow%, lpRect*, cKids%, lpkids%) : "CascadeWindows"
api_ChangeClipboardChain% (hwnd%, hWndNext%) : "ChangeClipboardChain"
api_ChangeMenu% (hMenu%, cmd%, lpszNewItem$, cmdInsert%, flags%) : "ChangeMenuA"
api_CharLower$ (lpsz$) : "CharLowerA"
api_CharLowerBuff% (lpsz$, cchLength%) : "CharLowerBuffA"
api_CharNext$ (lpsz$) : "CharNextA"
api_CharPrev$ (lpszStart$, lpszCurrent$) : "CharPrevA"
api_CharToOem% (lpszSrc$, lpszDst$) : "CharToOemA"
api_CharToOemBuff% (lpszSrc$, lpszDst$, cchDstLength%) : "CharToOemBuffA"
api_CharUpper$ (lpsz$) : "CharUpperA"
api_CharUpperBuff% (lpsz$, cchLength%) : "CharUpperBuffA"
api_CheckDlgButton% (hDlg%, nIDButton%, wCheck%) : "CheckDLGButtonA"
api_CheckMenuItem% (hMenu%, wIDCheckItem%, wCheck%) : "CheckMenuItem"
api_CheckMenuRadioItem% (hMenu%, un1%, un2%, un3%, un4%) : "CheckMenuRadioItem"
api_CheckRadioButton% (hDlg%, nIDFirstButton%, nIDLastButton%, nIDCheckButton%) : "CheckRadioButtonA"
api_ChildWindowFromPoint% (hWnd%, xPoint%, yPoint%) : "ChildWindowFromPoint"
api_ChildWindowFromPointEx% (hWnd%, pt*, un%) : "ChildWindowFromPointEx"
api_ClientToScreen% (hwnd%, lpPoint*) : "ClientToScreen"
api_ClipCursor% (lpRect*) : "ClipCursor"
api_CloseClipboard% () : "CloseClipboard"
api_CloseDesktop% (hDesktop%) : "CloseDesktop"
api_CloseWindow% (hwnd%) : "CloseWindow"
api_CloseWindowStation% (hWinSta%) : "CloseWindowStation"
api_CopyAcceleratorTable% (hAccelSrc%, lpAccelDst*, cAccelEntries%) : "CopyAcceleratorTableA"
api_CopyCursor% (hcur%) : "CopyCursor"
api_CopyIcon% (hIcon%) : "CopyIcon"
api_CopyImage% (handle%, un1%, n1%, n2%, un2%) : "CopyImage"
api_CopyRect% (lpDestRect*, lpSourceRect*) : "CopyRect"
api_CountClipboardFormats% () : "CountClipboardFormats"
api_CreateAcceleratorTable% (lpaccl*, cEntries%) : "CreateAcceleratorTableA"
api_CreateCaret% (hwnd%, hBitmap%, nWidth%, nHeight%) : "CreateCaret"
api_CreateCursor% (hInstance%, nXhotspot%, nYhotspot%, nWidth%, nHeight%, lpANDbitPlane*, lpXORbitPlane*) : "CreateCursor"
api_CreateDesktop% (lpszDesktop$, lpszDevice$, pDevmode*, dwFlags%, dwDesiredAccess%, lpsa*) : "CreateDesktopA"
api_CreateDialogIndirectParam% (hInstance%, lpTemplate*, hWndParent%, lpDialogFunc%, dwInitParam%) : "CreateDialogIndirectParamA"
api_CreateDialogParam% (hInstance%, lpName$, hWndParent%, lpDialogFunc%, lParamInit%) : "CreateDialogParamA"
api_CreateIcon% (hInstance%, nWidth%, nHeight%, nPlanes%, nBitsPixel%, lpANDbits%, lpXORbits%) : "CreateIcon"
api_CreateIconFromResource% (presbits%, dwResSize%, fIcon%, dwVer%) : "CreateIconFromResource"
api_CreateIconIndirect% (piconinfo*) : "CreateIconIndirect"
api_CreateMDIWindow% (lpClassName$, lpWindowName$, dwStyle%, x%, y%, nWidth%, nHeight%, hWndParent%, hInstance%, lParam%) : "CreateMDIWindowA"
api_CreateMenu% () : "CreateMenu"
api_CreatePopupMenu% () : "CreatePopupMenu"
api_CreateWindowEx% (dwExStyle%, lpClassName$, lpWindowName$, dwStyle%, x%, y%, nWidth%, nHeight%, hWndParent%, hMenu%, hInstance%, lpParam*) : "CreateWindowExA"
api_DdeAbandonTransaction% (idInst%, hConv%, idTransaction%) : "DdeAbandonTransaction"
api_DdeAccessData% (hData%, pcbDataSize%) : "DdeAccessDataA"
api_DdeAddData% (hData%, pSrc%, cb%, cbOff%) : "DdeAddDataA"
api_DdeClientTransaction% (pData%, cbData%, hConv%, hszItem%, wFmt%, wType%, dwTimeout%, pdwResult%) : "DdeClientTransaction"
api_DdeCmpStringHandles% (hsz1%, hsz2%) : "DdeCmpStringHandles"
api_DdeConnect% (idInst%, hszService%, hszTopic%, pCC*) : "DdeConnect"
api_DdeConnectList% (idInst%, hszService%, hszTopic%, hConvList%, pCC*) : "DdeConnectList"
api_DdeCreateDataHandle% (idInst%, pSrc%, cb%, cbOff%, hszItem%, wFmt%, afCmd%) : "DdeCreateDataHandle"
api_DdeCreateStringHandle% (idInst%, psz$, iCodePage%) : "DdeCreateStringHandleA"
api_DdeDisconnect% (hConv%) : "DdeDisconnect"
api_DdeDisconnectList% (hConvList%) : "DdeDisconnectList"
api_DdeEnableCallback% (idInst%, hConv%, wCmd%) : "DdeEnableCallback"
api_DdeFreeDataHandle% (hData%) : "DdeFreeDataHandle"
api_DdeFreeStringHandle% (idInst%, hsz%) : "DdeFreeStringHandle"
api_DdeGetData% (hData%, pDst%, cbMax%, cbOff%) : "DdeGetDataA"
api_DdeGetLastError% (idInst%) : "DdeGetLastError"
api_DdeImpersonateClient% (hConv%) : "DdeImpersonateClient"
api_DdeInitialize% (pidInst%, pfnCallback%, afCmd%, ulRes%) : "DdeInitializeA"
api_DdeKeepStringHandle% (idInst%, hsz%) : "DdeKeepStringHandle"
api_DdeNameService% (idInst%, hsz1%, hsz2%, afCmd%) : "DdeNameService"
api_DdePostAdvise% (idInst%, hszTopic%, hszItem%) : "DdePostAdvise"
api_DdeQueryConvInfo% (hConv%, idTransaction%, pConvInfo*) : "DdeQueryConvInfo"
api_DdeQueryNextServer% (hConvList%, hConvPrev%) : "DdeQueryNextServer"
api_DdeQueryString% (idInst%, hsz%, psz$, cchMax%, iCodePage%) : "DdeQueryStringA"
api_DdeReconnect% (hConv%) : "DdeReconnect"
api_DdeSetQualityOfService% (hWndClient%, pqosNew*, pqosPrev*) : "DdeSetQualityOfService"
api_DdeSetUserHandle% (hConv%, id%, hUser%) : "DdeSetUserHandle"
api_DdeUnaccessData% (hData%) : "DdeUnaccessDataA"
api_DdeUninitialize% (idInst%) : "DdeUninitialize"
api_DefDlgProc% (hDlg%, wMsg%, wParam%, lParam%) : "DefDlgProcA"
api_DeferWindowPos% (hWinPosInfo%, hwnd%, hWndInsertAfter%, x%, y%, cx%, cy%, wFlags%) : "DeferWindowPos"
api_DefFrameProc% (hwnd%, hWndMDIClient%, wMsg%, wParam%, lParam%) : "DefFrameProcA"
api_DefMDIChildProc% (hwnd%, wMsg%, wParam%, lParam%) : "DefMDIChildProcA"
api_DefWindowProc% (hwnd%, wMsg%, wParam%, lParam%) : "DefWindowProcA"
api_DeleteMenu% (hMenu%, nPosition%, wFlags%) : "DeleteMenu"
api_DestroyAcceleratorTable% (haccel%) : "DestroyAcceleratorTable"
api_DestroyCaret% () : "DestroyCaret"
api_DestroyCursor% (hCursor%) : "DestroyCursor"
api_DestroyIcon% (hIcon%) : "DestroyIcon"
api_DestroyMenu% (hMenu%) : "DestroyMenu"
api_DestroyWindow% (hwnd%) : "DestroyWindow"
api_DialogBoxIndirectParam% (hInstance%, hDialogTemplate*, hWndParent%, lpDialogFunc%, dwInitParam%) : "DialogBoxIndirectParamA"
api_DispatchMessage% (lpMsg*) : "DispatchMessageA"
api_DlgDirList% (hDlg%, lpPathSpec$, nIDListBox%, nIDStaticPath%, wFileType%) : "DlgDirListA"
api_DlgDirListComboBox% (hDlg%, lpPathSpec$, nIDComboBox%, nIDStaticPath%, wFileType%) : "DlgDirListComboBoxA"
api_DlgDirSelectComboBoxEx% (hWndDlg%, lpszPath$, cbPath%, idComboBox%) : "DlgDirSelectComboBoxExA"
api_DlgDirSelectEx% (hWndDlg%, lpszPath$, cbPath%, idListBox%) : "DlgDirSelectExA"
api_DragDetect% (hWnd%, pt*) : "DragDetect"
api_DragObject% (hWnd1%, hWnd2%, un%, dw%, hCursor%) : "DragObject"
api_DrawAnimatedRects% (hwnd%, idAni%, lprcFrom*, lprcTo*) : "DrawAnimatedRects"
api_DrawCaption% (hWnd%, hDC%, pcRect*, un%) : "DrawCaption"
api_DrawEdge% (hdc%, qrc*, edge%, grfFlags%) : "DrawEdge"
api_DrawFocusRect% (hdc%, lpRect*) : "DrawFocusRect"
api_DrawFrameControl% (hDC%, lpRect*, un1%, un2%) : "DrawFrameControl"
api_DrawIcon% (hdc%, x%, y%, hIcon%) : "DrawIcon"
api_DrawIconEx% (hdc%, xLeft%, yTop%, hIcon%, cxWidth%, cyWidth%, istepIfAniCur%, hbrFlickerFreeDraw%, diFlags%) : "DrawIconEx"
api_DrawMenuBar% (hwnd%) : "DrawMenuBar"
api_DrawState% (hDC%, hBrush%, lpDrawStateProc%, lParam%, wParam%, n1%, n2%, n3%, n4%, un%) : "DrawStateA"
api_DrawText% (hdc%, lpStr$, nCount%, lpRect*, wFormat%) : "DrawTextA"
api_DrawTextEx% (hDC%, lpsz$, n%, lpRect*, un%, lpDrawTextParams*) : "DrawTextExA"
api_EmptyClipboard% () : "EmptyClipboard"
api_EnableMenuItem% (hMenu%, wIDEnableItem%, wEnable%) : "EnableMenuItem"
api_EnableScrollBar% (hwnd%, wSBflags%, wArrows%) : "EnableScrollBar"
api_EnableWindow% (hwnd%, fEnable%) : "EnableWindow"
api_EndDeferWindowPos% (hWinPosInfo%) : "EndDeferWindowPos"
api_EndDialog% (hDlg%, nResult%) : "EndDialog"
api_EndPaint% (hwnd%, lpPaint*) : "EndPaint"
api_EnumChildWindows% (hWndParent%, lpEnumFunc%, lParam%) : "EnumChildWindows"
api_EnumClipboardFormats% (wFormat%) : "EnumClipboardFormats"
api_EnumDesktops% (hwinsta%, lpEnumFunc%, lParam%) : "EnumDesktopsA"
api_EnumDesktopWindows% (hDesktop%, lpfn%, lParam%) : "EnumDesktopWindows"
api_EnumProps% (hWnd%, lpEnumFunc%) : "EnumPropsA"
api_EnumPropsEx% (hWnd%, lpEnumFunc%, lParam%) : "EnumPropsExA"
api_EnumThreadWindows% (dwThreadId%, lpfn%, lParam%) : "EnumThreadWindows"
api_EnumWindowStations% (lpEnumFunc%, lParam%) : "EnumWindowStationsA"
api_EqualRect% (lpRect1*, lpRect2*) : "EqualRect"
api_ExcludeUpdateRgn% (hdc%, hwnd%) : "ExcludeUpdateRgn"
api_ExitWindows% (dwReserved%, uReturnCode%) : "ExitWindows"
api_ExitWindowsEx% (uFlags%, dwReserved%) : "ExitWindowsEx"
api_FillRect% (hdc%, lpRect*, hBrush%) : "FillRect"
api_FindWindow% (lpClassName$, lpWindowName$) : "FindWindowA"
api_FindWindowEx% (hWnd1%, hWnd2%, lpsz1$, lpsz2$) : "FindWindowExA"
api_FlashWindow% (hwnd%, bInvert%) : "FlashWindow"
api_FrameRect% (hdc%, lpRect*, hBrush%) : "FrameRect"
api_FreeDDElParam% (msg%, lParam%) : "FreeDDElParam"
api_GetActiveWindow% () : "GetActiveWindow"
api_GetAsyncKeyState% (vKey%) : "GetAsyncKeyState"
api_GetCapture% () : "GetCapture"
api_GetCaretBlinkTime% () : "GetCaretBlinkTime"
api_GetCaretPos% (lpPoint*) : "GetCaretPos"
api_GetClassInfo% (hInstance%, lpClassName$, lpWndClass*) : "GetClassInfoA"
api_GetClassLong% (hwnd%, nIndex%) : "GetClassLongA"
api_GetClassName% (hwnd%, lpClassName$, nMaxCount%) : "GetClassNameA"
api_GetClassWord% (hwnd%, nIndex%) : "GetClassWord"
api_GetClientRect% (hwnd%, lpRect*) : "GetClientRect"
api_GetClipboardData% (wFormat%) : "GetClipboardDataA"
api_GetClipboardFormatName% (wFormat%, lpString$, nMaxCount%) : "GetClipboardFormatNameA"
api_GetClipboardOwner% () : "GetClipboardOwner"
api_GetClipboardViewer% () : "GetClipboardViewer"
api_GetClipCursor% (lprc*) : "GetClipCursor"
api_GetCursor% () : "GetCursor"
api_GetCursorPos% (lpPoint*) : "GetCursorPos"
api_GetDC% (hwnd%) : "GetDC"
api_GetDCEx% (hwnd%, hrgnclip%, fdwOptions%) : "GetDCEx"
api_GetDesktopWindow% () : "GetDesktopWindow"
api_GetDialogBaseUnits% () : "GetDialogBaseUnits"
api_GetDlgCtrlID% (hwnd%) : "GetDlgCtrlID"
api_GetDlgItem% (hDlg%, nIDDlgItem%) : "GetDlgItem"
api_GetDlgItemInt% (hDlg%, nIDDlgItem%, lpTranslated%, bSigned%) : "GetDlgItemInt"
api_GetDlgItemText% (hDlg%, nIDDlgItem%, lpString$, nMaxCount%) : "GetDlgItemTextA"
api_GetDoubleClickTime% () : "GetDoubleClickTime"
api_GetFocus% () : "GetFocus"
api_GetForegroundWindow% () : "GetForegroundWindow"
api_GetIconInfo% (hIcon%, piconinfo*) : "GetIconInfo"
api_GetInputState% () : "GetInputState"
api_GetKBCodePage% () : "GetKBCodePage"
api_GetKeyboardLayout% (dwLayout%) : "GetKeyboardLayout"
api_GetKeyboardLayoutList% (nBuff%, lpList%) : "GetKeyboardLayoutList"
api_GetKeyboardLayoutName% (pwszKLID$) : "GetKeyboardLayoutNameA"
api_GetKeyboardState% (pbKeyState%) : "GetKeyboardState"
api_GetKeyboardType% (nTypeFlag%) : "GetKeyboardType"
api_GetKeyNameText% (lParam%, lpBuffer$, nSize%) : "GetKeyNameTextA"
api_GetKeyState% (nVirtKey%) : "GetKeyState"
api_GetLastActivePopup% (hwndOwnder%) : "GetLastActivePopup"
api_GetMenu% (hwnd%) : "GetMenu"
api_GetMenuCheckMarkDimensions% () : "GetMenuCheckMarkDimensions"
api_GetMenuContextHelpId% (hMenu%) : "GetMenuContextHelpId"
api_GetMenuDefaultItem% (hMenu%, fByPos%, gmdiFlags%) : "GetMenuDefaultItem"
api_GetMenuItemCount% (hMenu%) : "GetMenuItemCount"
api_GetMenuItemID% (hMenu%, nPos%) : "GetMenuItemID"
api_GetMenuItemInfo% (hMenu%, un%, b%, lpMenuItemInfo*) : "GetMenuItemInfoA"
api_GetMenuItemRect% (hWnd%, hMenu%, uItem%, lprcItem*) : "GetMenuItemRect"
api_GetMenuState% (hMenu%, wID%, wFlags%) : "GetMenuState"
api_GetMenuString% (hMenu%, wIDItem%, lpString$, nMaxCount%, wFlag%) : "GetMenuStringA"
api_GetMessage% (lpMsg*, hwnd%, wMsgFilterMin%, wMsgFilterMax%) : "GetMessageA"
api_GetMessageExtraInfo% () : "GetMessageExtraInfo"
api_GetMessagePos% () : "GetMessagePos"
api_GetMessageTime% () : "GetMessageTime"
api_GetNextDlgGroupItem% (hDlg%, hCtl%, bPrevious%) : "GetNextDlgGroupItem"
api_GetNextDlgTabItem% (hDlg%, hCtl%, bPrevious%) : "GetNextDlgTabItem"
api_GetNextWindow% (hwnd%, wFlag%) : "GetWindow"
api_GetOpenClipboardWindow% () : "GetOpenClipboardWindow"
api_GetParent% (hwnd%) : "GetParent"
api_GetPriorityClipboardFormat% (lpPriorityList%, nCount%) : "GetPriorityClipboardFormat"
api_GetProcessWindowStation% () : "GetProcessWindowStation"
api_GetProp% (hwnd%, lpString$) : "GetPropA"
api_GetQueueStatus% (fuFlags%) : "GetQueueStatus"
api_GetScrollInfo% (hWnd%, n%, lpScrollInfo*) : "GetScrollInfo"
api_GetScrollPos% (hwnd%, nBar%) : "GetScrollPos"
api_GetScrollRange% (hwnd%, nBar%, lpMinPos%, lpMaxPos%) : "GetScrollRange"
api_GetSubMenu% (hMenu%, nPos%) : "GetSubMenu"
api_GetSysColor% (nIndex%) : "GetSysColor"
api_GetSysColorBrush% (nIndex%) : "GetSysColorBrush"
api_GetSystemMenu% (hwnd%, bRevert%) : "GetSystemMenu"
api_GetSystemMetrics% (nIndex%) : "GetSystemMetrics"
api_GetTabbedTextExtent% (hdc%, lpString$, nCount%, nTabPositions%, lpnTabStopPositions%) : "GetTabbedTextExtentA"
api_GetThreadDesktop% (dwThread%) : "GetThreadDesktop"
api_GetTopWindow% (hwnd%) : "GetTopWindow"
api_GetUpdateRect% (hwnd%, lpRect*, bErase%) : "GetUpdateRect"
api_GetUpdateRgn% (hwnd%, hRgn%, fErase%) : "GetUpdateRgn"
api_GetUserObjectInformation% (hObj%, nIndex%, pvInfo*, nLength%, lpnLengthNeeded%) : "GetUserObjectInformationA"
api_GetUserObjectSecurity% (hObj%, pSIRequested%, pSd*, nLength%, lpnLengthNeeded%) : "GetUserObjectSecurity"
api_GetWindow% (hwnd%, wCmd%) : "GetWindow"
api_GetWindowContextHelpId% (hWnd%) : "GetWindowContextHelpId"
api_GetWindowDC% (hwnd%) : "GetWindowDC"
api_GetWindowLong% (hwnd%, nIndex%) : "GetWindowLongA"
api_GetWindowPlacement% (hwnd%, lpwndpl*) : "GetWindowPlacement"
api_GetWindowRect% (hwnd%, lpRect*) : "GetWindowRect"
api_GetWindowRgn% (hWnd%, hRgn%) : "GetWindowRgn"
api_GetWindowText% (hwnd%, lpString$, cch%) : "GetWindowTextA"
api_GetWindowTextLength% (hwnd%) : "GetWindowTextLengthA"
api_GetWindowThreadProcessId% (hwnd%, lpdwProcessId%) : "GetWindowThreadProcessId"
api_GetWindowWord% (hwnd%, nIndex%) : "GetWindowWord"
api_GrayString% (hDC%, hBrush%, lpOutputFunc%, lpData%, nCount%, X%, Y%, nWidth%, nHeight%) : "GrayStringA"
api_HideCaret% (hwnd%) : "HideCaret"
api_HiliteMenuItem% (hwnd%, hMenu%, wIDHiliteItem%, wHilite%) : "HiliteMenuItem"
api_ImpersonateDdeClientWindow% (hWndClient%, hWndServer%) : "ImpersonateDdeClientWindow"
api_InflateRect% (lpRect*, x%, y%) : "InflateRect"
api_InSendMessage% () : "InSendMessage"
api_InsertMenu% (hMenu%, nPosition%, wFlags%, wIDNewItem%, lpNewItem*) : "InsertMenuA"
api_InsertMenuItem% (hMenu%, un%, bool%, lpcMenuItemInfo*) : "InsertMenuItemA"
api_IntersectRect% (lpDestRect*, lpSrc1Rect*, lpSrc2Rect*) : "IntersectRect"
api_InvalidateRect% (hwnd%, lpRect*, bErase%) : "InvalidateRect"
api_InvalidateRgn% (hwnd%, hRgn%, bErase%) : "InvalidateRgn"
api_InvertRect% (hdc%, lpRect*) : "InvertRect"
api_IsCharAlpha% (cChar%) : "IsCharAlphaA"
api_IsCharAlphaNumeric% (cChar%) : "IsCharAlphaNumericA"
api_IsCharLower% (cChar%) : "IsCharLowerA"
api_IsCharUpper% (cChar%) : "IsCharUpperA"
api_IsChild% (hWndParent%, hwnd%) : "IsChild"
api_IsClipboardFormatAvailable% (wFormat%) : "IsClipboardFormatAvailable"
api_IsDialogMessage% (hDlg%, lpMsg*) : "IsDialogMessageA"
api_IsDlgButtonChecked% (hDlg%, nIDButton%) : "IsDlgButtonChecked"
api_IsIconic% (hwnd%) : "IsIconic"
api_IsMenu% (hMenu%) : "IsMenu"
api_IsRectEmpty% (lpRect*) : "IsRectEmpty"
api_IsWindow% (hwnd%) : "IsWindow"
api_IsWindowEnabled% (hwnd%) : "IsWindowEnabled"
api_IsWindowUnicode% (hwnd%) : "IsWindowUnicode"
api_IsWindowVisible% (hwnd%) : "IsWindowVisible"
api_IsZoomed% (hwnd%) : "IsZoomed"
api_keybd_event (bVk%, bScan%, dwFlags%, dwExtraInfo%) : "keybd_event"
api_KillTimer% (hwnd%, nIDEvent%) : "KillTimer"
api_LoadAccelerators% (hInstance%, lpTableName$) : "LoadAcceleratorsA"
api_LoadBitmap% (hInstance%, lpBitmapName$) : "LoadBitmapA"
api_LoadCursor% (hInstance%, lpCursorName$) : "LoadCursorA"
api_LoadCursorFromFile% (lpFileName$) : "LoadCursorFromFileA"
api_LoadIcon% (hInstance%, lpIconName$) : "LoadIconA"
api_LoadImage% (hInst%, lpsz$, un1%, n1%, n2%, un2%) : "LoadImageA"
api_LoadKeyboardLayout% (pwszKLID$, flags%) : "LoadKeyboardLayoutA"
api_LoadMenu% (hInstance%, lpString$) : "LoadMenuA"
api_LoadMenuIndirect% (lpMenuTemplate%) : "LoadMenuIndirectA"
api_LoadString% (hInstance%, wID%, lpBuffer$, nBufferMax%) : "LoadStringA"
api_LockWindowUpdate% (hwndLock%) : "LockWindowUpdate"
api_LookupIconIdFromDirectory% (presbits%, fIcon%) : "LookupIconIdFromDirectory"
api_LookupIconIdFromDirectoryEx% (presbits%, fIcon%, cxDesired%, cyDesired%, Flags%) : "LookupIconIdFromDirectoryEx"
api_MapDialogRect% (hDlg%, lpRect*) : "MapDialogRect"
api_MapVirtualKey% (wCode%, wMapType%) : "MapVirtualKeyA"
api_MapVirtualKeyEx% (uCode%, uMapType%, dwhkl%) : "MapVirtualKeyExA"
api_MapWindowPoints% (hwndFrom%, hwndTo%, lppt*, cPoints%) : "MapWindowPoints"
api_MenuItemFromPoint% (hWnd%, hMenu%, ptScreen*) : "MenuItemFromPoint"
api_MessageBeep% (wType%) : "MessageBeep"
api_MessageBox% (hwnd%, lpText$, lpCaption$, wType%) : "MessageBoxA"
api_MessageBoxEx% (hwnd%, lpText$, lpCaption$, uType%, wLanguageId%) : "MessageBoxExA"
api_MessageBoxIndirect% (lpMsgBoxParams*) : "MessageBoxIndirectA"
api_ModifyMenu% (hMenu%, nPosition%, wFlags%, wIDNewItem%, lpString*) : "ModifyMenuA"
api_mouse_event (dwFlags%, dx%, dy%, cButtons%, dwExtraInfo%) : "mouse_event"
api_MoveWindow% (hwnd%, x%, y%, nWidth%, nHeight%, bRepaint%) : "MoveWindow"
api_MsgWaitForMultipleObjects% (nCount%, pHandles%, fWaitAll%, dwMilliseconds%, dwWakeMask%) : "MsgWaitForMultipleObjects"
api_OemKeyScan% (wOemChar%) : "OemKeyScan"
api_OemToChar% (lpszSrc$, lpszDst$) : "OemToCharA"
api_OemToCharBuff% (lpszSrc$, lpszDst$, cchDstLength%) : "OemToCharBuffA"
api_OffsetRect% (lpRect*, x%, y%) : "OffsetRect"
api_OpenClipboard% (hwnd%) : "OpenClipboard"
api_OpenDesktop% (lpszDesktop$, dwFlags%, fInherit%, dwDesiredAccess%) : "OpenDesktopA"
api_OpenIcon% (hwnd%) : "OpenIcon"
api_OpenInputDesktop% (dwFlags%, fInherit%, dwDesiredAccess%) : "OpenInputDesktop"
api_OpenWindowStation% (lpszWinSta$, fInherit%, dwDesiredAccess%) : "OpenWindowStationA"
api_PackDDElParam% (msg%, uiLo%, uiHi%) : "PackDDElParam"
api_PaintDesktop% (hdc%) : "PaintDesktop"
api_PeekMessage% (lpMsg*, hwnd%, wMsgFilterMin%, wMsgFilterMax%, wRemoveMsg%) : "PeekMessageA"
api_PostMessage% (hwnd%, wMsg%, wParam%, lParam%) : "PostMessageA"
api_PostQuitMessage (nExitCode%) : "PostQuitMessage"
api_PostThreadMessage% (idThread%, msg%, wParam%, lParam%) : "PostThreadMessageA"
api_PtInRect% (lpRect*, pt*) : "PtInRect"
api_RedrawWindow% (hwnd%, lprcUpdate*, hrgnUpdate%, fuRedraw%) : "RedrawWindow"
api_RegisterClass% (Class*) : "RegisterClass"
api_RegisterClassEx% (pcWndClassEx*) : "RegisterClassExA"
api_RegisterClipboardFormat% (lpString$) : "RegisterClipboardFormatA"
api_RegisterHotKey% (hwnd%, id%, fsModifiers%, vk%) : "RegisterHotKey"
api_RegisterWindowMessage% (lpString$) : "RegisterWindowMessageA"
api_ReleaseCapture% () : "ReleaseCapture"
api_ReleaseDC% (hwnd%, hdc%) : "ReleaseDC"
api_RemoveMenu% (hMenu%, nPosition%, wFlags%) : "RemoveMenu"
api_RemoveProp% (hwnd%, lpString$) : "RemovePropA"
api_ReplyMessage% (lReply%) : "ReplyMessage"
api_ReuseDDElParam% (lParam%, msgIn%, msgOut%, uiLo%, uiHi%) : "ReuseDDElParam"
api_ScreenToClient% (hwnd%, lpPoint*) : "ScreenToClient"
api_ScrollDC% (hdc%, dx%, dy%, lprcScroll*, lprcClip*, hrgnUpdate%, lprcUpdate*) : "ScrollDC"
api_ScrollWindow% (hWnd%, XAmount%, YAmount%, lpRect*, lpClipRect*) : "ScrollWindow"
api_ScrollWindowEx% (hwnd%, dx%, dy%, lprcScroll*, lprcClip*, hrgnUpdate%, lprcUpdate*, fuScroll%) : "ScrollWindowEx"
api_SendDlgItemMessage% (hDlg%, nIDDlgItem%, wMsg%, wParam%, lParam%) : "SendDlgItemMessageA"
api_SendMessage% (hwnd%, wMsg%, wParam%, lParam*) : "SendMessageA"
api_SendMessageCallback% (hwnd%, msg%, wParam%, lParam%, lpResultCallBack%, dwData%) : "SendMessageCallbackA"
api_SendMessageTimeout% (hwnd%, msg%, wParam%, lParam%, fuFlags%, uTimeout%, lpdwResult%) : "SendMessageTimeoutA"
api_SendNotifyMessage% (hwnd%, msg%, wParam%, lParam%) : "SendNotifyMessageA"
api_SetActiveWindow% (hwnd%) : "SetActiveWindow"
api_SetCapture% (hwnd%) : "SetCapture"
api_SetCaretBlinkTime% (wMSeconds%) : "SetCaretBlinkTime"
api_SetCaretPos% (x%, y%) : "SetCaretPos"
api_SetClassLong% (hwnd%, nIndex%, dwNewLong%) : "SetClassLongA"
api_SetClassWord% (hwnd%, nIndex%, wNewWord%) : "SetClassWord"
api_SetClipboardData% (wFormat%, hMem%) : "SetClipboardDataA"
api_SetClipboardViewer% (hwnd%) : "SetClipboardViewer"
api_SetCursor% (hCursor%) : "SetCursor"
api_SetCursorPos% (x%, y%) : "SetCursorPos"
api_SetDebugErrorLevel (dwLevel%) : "SetDebugErrorLevel"
api_SetDlgItemInt% (hDlg%, nIDDlgItem%, wValue%, bSigned%) : "SetDlgItemInt"
api_SetDlgItemText% (hDlg%, nIDDlgItem%, lpString$) : "SetDlgItemTextA"
api_SetDoubleClickTime% (wCount%) : "SetDoubleClickTime"
api_SetFocus% (hwnd%) : "SetFocus"
api_SetForegroundWindow% (hwnd%) : "SetForegroundWindow"
api_SetKeyboardState% (lppbKeyState%) : "SetKeyboardState"
api_SetLastErrorEx (dwErrCode%, dwType%) : "SetLastErrorEx"
api_SetMenu% (hwnd%, hMenu%) : "SetMenu"
api_SetMenuContextHelpId% (hMenu%, dw%) : "SetMenuContextHelpId"
api_SetMenuDefaultItem% (hMenu%, uItem%, fByPos%) : "SetMenuDefaultItem"
api_SetMenuItemBitmaps% (hMenu%, nPosition%, wFlags%, hBitmapUnchecked%, hBitmapChecked%) : "SetMenuItemBitmaps"
api_SetMenuItemInfo% (hMenu%, un%, bool%, lpcMenuItemInfo*) : "SetMenuItemInfoA"
api_SetMessageExtraInfo% (lParam%) : "SetMessageExtraInfo"
api_SetMessageQueue% (cMessagesMax%) : "SetMessageQueue"
api_SetParent% (hWndChild%, hWndNewParent%) : "SetParent"
api_SetProcessWindowStation% (hWinSta%) : "SetProcessWindowStation"
api_SetProp% (hwnd%, lpString$, hData%) : "SetPropA"
api_SetRect% (lpRect*, X1%, Y1%, X2%, Y2%) : "SetRect"
api_SetRectEmpty% (lpRect*) : "SetRectEmpty"
api_SetScrollInfo% (hWnd%, n%, lpcScrollInfo*, bool%) : "SetScrollInfo"
api_SetScrollPos% (hwnd%, nBar%, nPos%, bRedraw%) : "SetScrollPos"
api_SetScrollRange% (hwnd%, nBar%, nMinPos%, nMaxPos%, bRedraw%) : "SetScrollRange"
api_SetSysColors% (nChanges%, lpSysColor%, lpColorValues%) : "SetSysColors"
api_SetSystemCursor% (hcur%, id%) : "SetSystemCursor"
api_SetThreadDesktop% (hDesktop%) : "SetThreadDesktop"
api_SetTimer% (hWnd%, nIDEvent%, uElapse%, lpTimerFunc%) : "SetTimer"
api_SetUserObjectInformation% (hObj%, nIndex%, pvInfo*, nLength%) : "SetUserObjectInformationA"
api_SetUserObjectSecurity% (hObj%, pSIRequested%, pSd*) : "SetUserObjectSecurity"
api_SetWindowContextHelpId% (hWnd%, dw%) : "SetWindowContextHelpId"
api_SetWindowLong% (hwnd%, nIndex%, dwNewLong%) : "SetWindowLongA"
api_SetWindowPlacement% (hwnd%, lpwndpl*) : "SetWindowPlacement"
api_SetWindowPos% (hwnd%, hWndInsertAfter%, x%, y%, cx%, cy%, wFlags%) : "SetWindowPos"
api_SetWindowRgn% (hWnd%, hRgn%, bRedraw%) : "SetWindowRgn"
api_SetWindowsHook% (nFilterType%, pfnFilterProc%) : "SetWindowsHookA"
api_SetWindowsHookEx% (idHook%, lpfn%, hmod%, dwThreadId%) : "SetWindowsHookExA"
api_SetWindowText% (hwnd%, lpString$) : "SetWindowTextA"
api_SetWindowWord% (hwnd%, nIndex%, wNewWord%) : "SetWindowWord"
api_ShowCaret% (hwnd%) : "ShowCaret"
api_ShowCursor% (bShow%) : "ShowCursor"
api_ShowOwnedPopups% (hwnd%, fShow%) : "ShowOwnedPopups"
api_ShowScrollBar% (hwnd%, wBar%, bShow%) : "ShowScrollBar"
api_ShowWindow% (hwnd%, nCmdShow%) : "ShowWindow"
api_ShowWindowAsync% (hWnd%, nCmdShow%) : "ShowWindowAsync"
api_SubtractRect% (lprcDst*, lprcSrc1*, lprcSrc2*) : "SubtractRect"
api_SwapMouseButton% (bSwap%) : "SwapMouseButton"
api_SwitchDesktop% (hDesktop%) : "SwitchDesktop"
api_SystemParametersInfo% (uAction%, uParam%, lpvParam*, fuWinIni%) : "SystemParametersInfoA"
api_TabbedTextOut% (hdc%, x%, y%, lpString$, nCount%, nTabPositions%, lpnTabStopPositions%, nTabOrigin%) : "TabbedTextOutA"
api_TileWindows% (hwndParent%, wHow%, lpRect*, cKids%, lpKids%) : "TileWindows"
api_ToAscii% (uVirtKey%, uScanCode%, lpbKeyState%, lpwTransKey%, fuState%) : "ToAscii"
api_ToAsciiEx% (uVirtKey%, uScanCode%, lpKeyState%, lpChar%, uFlags%, dwhkl%) : "ToAsciiEx"
api_ToUnicode% (wVirtKey%, wScanCode%, lpKeyState%, pwszBuff$, cchBuff%, wFlags%) : "ToUnicode"
api_TrackPopupMenu% (hMenu%, wFlags%, x%, y%, nReserved%, hwnd%, lprc*) : "TrackPopupMenu"
api_TrackPopupMenuEx% (hMenu%, un%, n1%, n2%, hWnd%, lpTPMParams*) : "TrackPopupMenuEx"
api_TranslateAccelerator% (hwnd%, hAccTable%, lpMsg*) : "TranslateAcceleratorA"
api_TranslateMDISysAccel% (hWndClient%, lpMsg*) : "TranslateMDISysAccel"
api_TranslateMessage% (lpMsg*) : "TranslateMessage"
api_UnhookWindowsHook% (nCode%, pfnFilterProc%) : "UnhookWindowsHook"
api_UnhookWindowsHookEx% (hHook%) : "UnhookWindowsHookEx"
api_UnionRect% (lpDestRect*, lpSrc1Rect*, lpSrc2Rect*) : "UnionRect"
api_UnloadKeyboardLayout% (HKL%) : "UnloadKeyboardLayout"
api_UnpackDDElParam% (msg%, lParam%, puiLo%, puiHi%) : "UnpackDDElParam"
api_UnregisterClass% (lpClassName$, hInstance%) : "UnregisterClassA"
api_UnregisterHotKey% (hwnd%, id%) : "UnregisterHotKey"
api_UpdateWindow% (hwnd%) : "UpdateWindow"
api_ValidateRect% (hwnd%, lpRect*) : "ValidateRect"
api_ValidateRgn% (hwnd%, hRgn%) : "ValidateRgn"
api_VkKeyScan% (cChar%) : "VkKeyScanA"
api_VkKeyScanEx% (ch%, dwhkl%) : "VkKeyScanExA"
api_WaitForInputIdle% (hProcess%, dwMilliseconds%) : "WaitForInputIdle"
api_WaitMessage% () : "WaitMessage"
api_WindowFromDC% (hdc%) : "WindowFromDC"
api_WindowFromPoint% (xPoint%, yPoint%) : "WindowFromPoint"
api_WinHelp% (hwnd%, lpHelpFile$, wCommand%, dwData%) : "WinHelpA"


Code: [AUSKLAPPEN]
.lib "winmm.dll"

api_auxGetDevCaps% (uDeviceID%, lpCaps*, uSize%) : "auxGetDevCapsA"
api_auxGetNumDevs% () : "auxGetNumDevs"
api_auxGetVolume% (uDeviceID%, lpdwVolume%) : "auxGetVolume"
api_auxOutMessage% (uDeviceID%, msg%, dw1%, dw2%) : "auxOutMessage"
api_auxSetVolume% (uDeviceID%, dwVolume%) : "auxSetVolume"
api_CloseDriver% (hDriver%, lParam1%, lParam2%) : "CloseDriver"
api_DefDriverProc% (dwDriverIdentifier%, hdrvr%, uMsg%, lParam1%, lParam2%) : "DefDriverProc"
api_DrvGetModuleHandle% (hDriver%) : "DrvGetModuleHandle"
api_GetDriverModuleHandle% (hDriver%) : "GetDriverModuleHandle"
api_joyGetDevCaps% (id%, lpCaps*, uSize%) : "joyGetDevCapsA"
api_joyGetNumDevs% () : "joyGetNumDev"
api_joyGetPos% (uJoyID%, pji*) : "joyGetPos"
api_joyGetPosEx% (uJoyID%, pji*) : "joyGetPosEx"
api_joyGetThreshold% (id%, lpuThreshold%) : "joyGetThreshold"
api_joyReleaseCapture% (id%) : "joyReleaseCapture"
api_joySetCapture% (hwnd%, uID%, uPeriod%, bChanged%) : "joySetCapture"
api_joySetThreshold% (id%, uThreshold%) : "joySetThreshold"
api_mciExecute% (lpstrCommand$) : "mciExecute"
api_mciGetCreatorTask% (wDeviceID%) : "mciGetCreatorTask"
api_mciGetDeviceID% (lpstrName$) : "mciGetDeviceIDA"
api_mciGetDeviceIDFromElementID% (dwElementID%, lpstrType$) : "mciGetDeviceIDFromElementIDA"
api_mciGetErrorString% (dwError%, lpstrBuffer$, uLength%) : "mciGetErrorStringA"
api_mciGetYieldProc% (mciId%, pdwYieldData%) : "mciGetYieldProc"
api_mciSendCommand% (wDeviceID%, uMessage%, dwParam1%, dwParam2*) : "mciSendCommandA"
api_mciSendString% (lpstrCommand$, lpstrReturnString$, uReturnLength%, hwndCallback%) : "mciSendStringA"
api_mciSetYieldProc% (mciId%, fpYieldProc%, dwYieldData%) : "mciSetYieldProc"
api_midiConnect% (hmi%, hmo%, pReserved*) : "midiConnect"
api_midiDisconnect% (hmi%, hmo%, pReserved*) : "midiDisconnect"
api_midiInAddBuffer% (hMidiIn%, lpMidiInHdr*, uSize%) : "midiInAddBuffer"
api_midiInClose% (hMidiIn%) : "midiInClose"
api_midiInGetDevCaps% (uDeviceID%, lpCaps*, uSize%) : "midiInGetDevCapsA"
api_midiInGetErrorText% (err%, lpText$, uSize%) : "midiInGetErrorTextA"
api_midiInGetID% (hMidiIn%, lpuDeviceID%) : "midiInGetID"
api_midiInGetNumDevs% () : "midiInGetNumDevs"
api_midiInMessage% (hMidiIn%, msg%, dw1%, dw2%) : "midiInMessage"
api_midiInOpen% (lphMidiIn%, uDeviceID%, dwCallback%, dwInstance%, dwFlags%) : "midiInOpen"
api_midiInPrepareHeader% (hMidiIn%, lpMidiInHdr*, uSize%) : "midiInPrepareHeader"
api_midiInReset% (hMidiIn%) : "midiInReset"
api_midiInStart% (hMidiIn%) : "midiInStart"
api_midiInStop% (hMidiIn%) : "midiInStop"
api_midiInUnprepareHeader% (hMidiIn%, lpMidiInHdr*, uSize%) : "midiInUnprepareHeader"
api_midiOutCacheDrumPatches% (hMidiOut%, uPatch%, lpKeyArray%, uFlags%) : "midiOutCacheDrumPatches"
api_midiOutCachePatches% (hMidiOut%, uBank%, lpPatchArray%, uFlags%) : "midiOutCachePatches"
api_midiOutClose% (hMidiOut%) : "midiOutClose"
api_midiOutGetDevCaps% (uDeviceID%, lpCaps*, uSize%) : "midiOutGetDevCapsA"
api_midiOutGetErrorText% (err%, lpText$, uSize%) : "midiOutGetErrorTextA"
api_midiOutGetID% (hMidiOut%, lpuDeviceID%) : "midiOutGetID"
api_midiOutGetNumDevs% () : "midiOutGetNumDevs"
api_midiOutGetVolume% (uDeviceID%, lpdwVolume%) : "midiOutGetVolume"
api_midiOutLongMsg% (hMidiOut%, lpMidiOutHdr*, uSize%) : "midiOutLongMsg"
api_midiOutMessage% (hMidiOut%, msg%, dw1%, dw2%) : "midiOutMessage"
api_midiOutOpen% (lphMidiOut%, uDeviceID%, dwCallback%, dwInstance%, dwFlags%) : "midiOutOpen"
api_midiOutPrepareHeader% (hMidiOut%, lpMidiOutHdr*, uSize%) : "midiOutPrepareHeader"
api_midiOutReset% (hMidiOut%) : "midiOutReset"
api_midiOutSetVolume% (uDeviceID%, dwVolume%) : "midiOutSetVolume"
api_midiOutShortMsg% (hMidiOut%, dwMsg%) : "midiOutShortMsg"
api_midiOutUnprepareHeader% (hMidiOut%, lpMidiOutHdr*, uSize%) : "midiOutUnprepareHeader"
api_midiStreamClose% (hms%) : "midiStreamClose"
api_midiStreamOpen% (phms%, puDeviceID%, cMidi%, dwCallback%, dwInstance%, fdwOpen%) : "midiStreamOpen"
api_midiStreamOut% (hms%, pmh*, cbmh%) : "midiStreamOut"
api_midiStreamPause% (hms%) : "midiStreamPause"
api_midiStreamPosition% (hms%, lpmmt*, cbmmt%) : "midiStreamPosition"
api_midiStreamProperty% (hms%, lppropdata%, dwProperty%) : "midiStreamProperty"
api_midiStreamRestart% (hms%) : "midiStreamRestart"
api_midiStreamStop% (hms%) : "midiStreamStop"
api_mixerClose% (hmx%) : "mixerClose"
api_mixerGetControlDetails% (hmxobj%, pmxcd*, fdwDetails%) : "mixerGetControlDetailsA"
api_mixerGetDevCaps% (uMxId%, pmxcaps*, cbmxcaps%) : "mixerGetDevCapsA"
api_mixerGetID% (hmxobj%, pumxID%, fdwId%) : "mixerGetID"
api_mixerGetLineControls% (hmxobj%, pmxlc*, fdwControls%) : "mixerGetLineControlsA"
api_mixerGetLineInfo% (hmxobj%, pmxl*, fdwInfo%) : "mixerGetLineInfoA"
api_mixerGetNumDevs% () : "mixerGetNumDevs"
api_mixerMessage% (hmx%, uMsg%, dwParam1%, dwParam2%) : "mixerMessage"
api_mixerOpen% (phmx%, uMxId%, dwCallback%, dwInstance%, fdwOpen%) : "mixerOpen"
api_mixerSetControlDetails% (hmxobj%, pmxcd*, fdwDetails%) : "mixerSetControlDetails"
api_mmioAdvance% (hmmio%, lpmmioinfo*, uFlags%) : "mmioAdvance"
api_mmioAscend% (hmmio%, lpck*, uFlags%) : "mmioAscend"
api_mmioClose% (hmmio%, uFlags%) : "mmioClose"
api_mmioCreateChunk% (hmmio%, lpck*, uFlags%) : "mmioCreateChunk"
api_mmioDescend% (hmmio%, lpck*, lpckParent*, uFlags%) : "mmioDescend"
api_mmioFlush% (hmmio%, uFlags%) : "mmioFlush"
api_mmioGetInfo% (hmmio%, lpmmioinfo*, uFlags%) : "mmioGetInfo"
api_mmioInstallIOProcA% (fccIOProc$ * 4, pIOProc%, dwFlags%) : "mmioInstallIOProcA"
api_mmioOpen% (szFileName$, lpmmioinfo*, dwOpenFlags%) : "mmioOpenA"
api_mmioRead% (hmmio%, pch$, cch%) : "mmioRead"
api_mmioRename% (szFileName$, SzNewFileName$, lpmmioinfo*, dwRenameFlags%) : "mmioRenameA"
api_mmioSeek% (hmmio%, lOffset%, iOrigin%) : "mmioSeek"
api_mmioSendMessage% (hmmio%, uMsg%, lParam1%, lParam2%) : "mmioSendMessage"
api_mmioSetBuffer% (hmmio%, pchBuffer$, cchBuffer%, uFlags%) : "mmioSetBuffer"
api_mmioSetInfo% (hmmio%, lpmmioinfo*, uFlags%) : "mmioSetInfo"
api_mmioStringToFOURCC% (sz$, uFlags%) : "mmioStringToFOURCCA"
api_mmioWrite% (hmmio%, pch$, cch%) : "mmioWrite"
api_mmsystemGetVersion% () : "mmsystemGetVersion"
api_OpenDriver% (szDriverName$, szSectionName$, lParam2%) : "OpenDriver"
api_OutputDebugStr (lpszOutputString$) : "OutputDebugStr"
api_PlaySound% (lpszName$, hModule%, dwFlags%) : "PlaySoundA"
api_SendDriverMessage% (hDriver%, message%, lParam1%, lParam2%) : "SendDriverMessage"
api_sndPlaySound% (lpszSoundName$, uFlags%) : "sndPlaySoundA"
api_timeBeginPeriod% (uPeriod%) : "timeBeginPeriod"
api_timeEndPeriod% (uPeriod%) : "timeEndPeriod"
api_timeGetDevCaps% (lpTimeCaps*, uSize%) : "timeGetDevCaps"
api_timeGetSystemTime% (lpTime*, uSize%) : "timeGetSystemTime"
api_timeGetTime% () : "timeGetTime"
api_timeKillEvent% (uID%) : "timeKillEvent"
api_timeSetEvent% (uDelay%, uResolution%, lpFunction%, dwUser%, uFlags%) : "timeSetEvent"
api_waveInAddBuffer% (hWaveIn%, lpWaveInHdr*, uSize%) : "waveInAddBuffer"
api_waveInClose% (hWaveIn%) : "waveInClose"
api_waveInGetDevCaps% (uDeviceID%, lpCaps*, uSize%) : "waveInGetDevCapsA"
api_waveInGetErrorText% (err%, lpText$, uSize%) : "waveInGetErrorTextA"
api_waveInGetID% (hWaveIn%, lpuDeviceID%) : "waveInGetID"
api_waveInGetNumDevs% () : "waveInGetNumDevs"
api_waveInGetPosition% (hWaveIn%, lpInfo*, uSize%) : "waveInGetPosition"
api_waveInMessage% (hWaveIn%, msg%, dw1%, dw2%) : "waveInMessage"
api_waveInOpen% (lphWaveIn%, uDeviceID%, lpFormat*, dwCallback%, dwInstance%, dwFlags%) : "waveInOpen"
api_waveInPrepareHeader% (hWaveIn%, lpWaveInHdr*, uSize%) : "waveInPrepareHeader"
api_waveInReset% (hWaveIn%) : "waveInReset"
api_waveInStart% (hWaveIn%) : "waveInStart"
api_waveInStop% (hWaveIn%) : "waveInStop"
api_waveInUnprepareHeader% (hWaveIn%, lpWaveInHdr*, uSize%) : "waveInUnprepareHeader"
api_waveOutBreakLoop% (hWaveOut%) : "waveOutBreakLoop"
api_waveOutClose% (hWaveOut%) : "waveOutClose"
api_waveOutGetDevCaps% (uDeviceID%, lpCaps*, uSize%) : "waveOutGetDevCapsA"
api_waveOutGetErrorText% (err%, lpText$, uSize%) : "waveOutGetErrorTextA"
api_waveOutGetID% (hWaveOut%, lpuDeviceID%) : "waveOutGetID"
api_waveOutGetNumDevs% () : "waveOutGetNumDevs"
api_waveOutGetPitch% (hWaveOut%, lpdwPitch%) : "waveOutGetPitch"
api_waveOutGetPlaybackRate% (hWaveOut%, lpdwRate%) : "waveOutGetPlaybackRate"
api_waveOutGetPosition% (hWaveOut%, lpInfo*, uSize%) : "waveOutGetPosition"
api_waveOutGetVolume% (uDeviceID%, lpdwVolume%) : "waveOutGetVolume"
api_waveOutMessage% (hWaveOut%, msg%, dw1%, dw2%) : "waveOutMessage"
api_waveOutOpen% (lphWaveOut%, uDeviceID%, lpFormat*, dwCallback%, dwInstance%, dwFlags%) : "waveOutOpen"
api_waveOutPause% (hWaveOut%) : "waveOutPause"
api_waveOutPrepareHeader% (hWaveOut%, lpWaveOutHdr*, uSize%) : "waveOutPrepareHeader"
api_waveOutReset% (hWaveOut%) : "waveOutReset"
api_waveOutRestart% (hWaveOut%) : "waveOutRestart"
api_waveOutSetPitch% (hWaveOut%, dwPitch%) : "waveOutSetPitch"
api_waveOutSetPlaybackRate% (hWaveOut%, dwRate%) : "waveOutSetPlaybackRate"
api_waveOutSetVolume% (uDeviceID%, dwVolume%) : "waveOutSetVolume"
api_waveOutUnprepareHeader% (hWaveOut%, lpWaveOutHdr*, uSize%) : "waveOutUnprepareHeader"
api_waveOutWrite% (hWaveOut%, lpWaveOutHdr*, uSize%) : "waveOutWrite"

Plasma(alt)

Betreff: wow

BeitragSo, Nov 21, 2004 11:50
Antworten mit Zitat
Benutzer-Profile anzeigen
cool danke
DIV is dead !

sbrog

BeitragSo, Nov 21, 2004 12:11
Antworten mit Zitat
Benutzer-Profile anzeigen
echt geil Very Happy
jetzt fehlt nur noch die Doku
 

ChristianH

BeitragSo, Nov 21, 2004 13:45
Antworten mit Zitat
Benutzer-Profile anzeigen
Die Dokumentation gibt es auf www.msdn.com.

Ein gutes WinApi Tutorial von Xenon findets du hier im Forum.
 

Davok`xarden

BeitragMo, Jul 10, 2006 18:07
Antworten mit Zitat
Benutzer-Profile anzeigen
WoW !!! Aber ich glaub das hätte eher ins Code-Archiv als in den Tutorial bereich gehört
Gott hat euch alle liebt, aber der Rest denk ihr seid [ZENSIERT
 

Schnuff

BeitragMo, Jul 10, 2006 21:16
Antworten mit Zitat
Benutzer-Profile anzeigen
hm, download funkt nicht!
Programmers dont die. They gosub without return...
 

gamer-ai001

BeitragDo, Aug 24, 2006 17:52
Antworten mit Zitat
Benutzer-Profile anzeigen
jop kannst nochma uppen ?

BladeRunner

Moderator

BeitragDo, Aug 24, 2006 20:24
Antworten mit Zitat
Benutzer-Profile anzeigen
Wie wäre es mit copy & paste. Die Zip enthält nichts anderes als die Codestücke.

Daher:
~GESCHLOSSEN~
Zu Diensten, Bürger.
Intel T2300, 2.5GB DDR 533, Mobility Radeon X1600 Win XP Home SP3
Intel T8400, 4GB DDR3, Nvidia GF9700M GTS Win 7/64
B3D BMax MaxGUI

Stolzer Gewinner des BAC#48, #52 & #92

Dieses Thema ist gesperrt, du kannst keine Beiträge editieren oder beantworten.


Übersicht BlitzBasic FAQ und Tutorials

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group