News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

kernl32p.inc Why?

Started by Ficko, July 04, 2010, 05:39:05 PM

Previous topic - Next topic

Ficko

There maybe a simple answer to that but I can't figure it out. :red

Usually I just create a "kernel32.inc" my self from the dll but allways wondered why this and how intented to be used?

If you include the "kernl32p.inc" you will get error by linking because no equivalent dll exists on the system. ::)

So what I am missing?

Tedd

It seems to be kernel32.inc plus 141 more functions. It could possibly be the left-overs of some experiment, or it's for some obscure windows version.

Anyway, the simple point is that you don't have the DLL, so you can't use it :P


AddConsoleAliasA AddConsoleAliasW BaseCheckAppcompatCache BaseCleanupAppcompatCache BaseCleanupAppcompatCacheSupport BaseDumpAppcompatCache BaseFlushAppcompatCache BaseInitAppcompatCache BaseInitAppcompatCacheSupport
BaseProcessInitPostImport BaseQueryModuleData BaseUpdateAppcompatCache BasepCheckWinSaferRestrictions CloseConsoleHandle CloseProfileUserMapping CmdBatNotification ConsoleMenuControl CopyLZFile
CreateNlsSecurityDescriptor CreateProcessInternalA CreateProcessInternalW CreateSocketHandle CreateVirtualBuffer DelayLoadFailureHook DosPathToSessionPathA DosPathToSessionPathW DuplicateConsoleHandle ExitVDM
ExpungeConsoleCommandHistoryA ExpungeConsoleCommandHistoryW ExtendVirtualBuffer FreeVirtualBuffer GetCPFileNameFromRegistry GetComPlusPackageInstallStatus GetConsoleAliasA GetConsoleAliasExesA
GetConsoleAliasExesLengthA GetConsoleAliasExesLengthW GetConsoleAliasExesW GetConsoleAliasW GetConsoleAliasesA GetConsoleAliasesLengthA GetConsoleAliasesLengthW GetConsoleAliasesW GetConsoleCharType GetConsoleCommandHistoryA
GetConsoleCommandHistoryLengthA GetConsoleCommandHistoryLengthW GetConsoleCommandHistoryW GetConsoleCursorMode GetConsoleFontInfo GetConsoleHardwareState GetConsoleInputExeNameA GetConsoleInputExeNameW GetConsoleInputWaitHandle
GetConsoleKeyboardLayoutNameA GetConsoleKeyboardLayoutNameW GetConsoleNlsMode GetDefaultSortkeySize GetExpandedNameA GetExpandedNameW GetHandleContext GetLinguistLangSize GetNextVDMCommand GetNlsSectionName GetNumberOfConsoleFonts
GetVDMCurrentDirectories HeapCreateTagsW HeapExtend HeapQueryTagW HeapSummary HeapUsage InvalidateConsoleDIBits IsValidUILanguage LZClose LZCloseFile LZCopy LZCreateFileW LZDone LZInit LZOpenFileA LZOpenFileW LZRead LZSeek
LZStart NlsConvertIntegerToString NlsGetCacheUpdateCount NlsResetProcessLocale OpenConsoleW OpenDataFile OpenProfileUserMapping PrivCopyFileExW PrivMoveFileIdentityW QueryWin31IniFilesMappedToRegistry ReadConsoleInputExA
ReadConsoleInputExW RegisterConsoleIME RegisterConsoleOS2 RegisterConsoleVDM RegisterWaitForInputIdle RegisterWowBaseHandlers RegisterWowExec SetCPGlobal SetClientTimeZoneInformation SetComPlusPackageInstallStatus
SetConsoleCommandHistoryMode SetConsoleCursorMode SetConsoleDisplayMode SetConsoleFont SetConsoleHardwareState SetConsoleIcon SetConsoleInputExeNameA SetConsoleInputExeNameW SetConsoleKeyShortcuts SetConsoleLocalEUDC
SetConsoleMaximumWindowSize SetConsoleMenuClose SetConsoleNlsMode SetConsoleNumberOfCommandsA SetConsoleNumberOfCommandsW SetConsoleOS2OemFormat SetConsolePalette SetHandleContext SetLastConsoleEventActive
SetTermsrvAppInstallMode SetThreadUILanguage SetVDMCurrentDirectories ShowConsoleCursor TermsrvAppInstallMode TrimVirtualBuffer UTRegister UTUnRegister UnregisterConsoleIME VDMConsoleOperation VDMOperationStarted
ValidateLCType ValidateLocale VerifyConsoleIoHandle VirtualBufferExceptionHandler WriteConsoleInputVDMA WriteConsoleInputVDMW

No snowflake in an avalanche feels responsible.