stormlibd.DynamicLoad

Undocumented in source.

Public Imports

stormlibd.Types
public import stormlibd.Types;
Undocumented in source.

Members

Aliases

da_SFileAddListFile
alias da_SFileAddListFile = int function(HANDLE, const TCHAR*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileCloseArchive
alias da_SFileCloseArchive = bool function(HANDLE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileCloseFile
alias da_SFileCloseFile = bool function(HANDLE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileCompactArchive
alias da_SFileCompactArchive = bool function(HANDLE, const TCHAR*, bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileCreateArchive
alias da_SFileCreateArchive = bool function(const TCHAR*, DWORD, DWORD, HANDLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileCreateArchive2
alias da_SFileCreateArchive2 = bool function(const TCHAR*, PSFILE_CREATE_MPQ, HANDLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileExtractFile
alias da_SFileExtractFile = bool function(HANDLE, const char*, const TCHAR*, DWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileFlushArchive
alias da_SFileFlushArchive = bool function(HANDLE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileFreeFileInfo
alias da_SFileFreeFileInfo = bool function(void*, SFileInfoClass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileGetAttributes
alias da_SFileGetAttributes = DWORD function(HANDLE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileGetFileInfo
alias da_SFileGetFileInfo = bool function(HANDLE, SFileInfoClass, void*, DWORD, LPDWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileGetFileName
alias da_SFileGetFileName = bool function(HANDLE, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileGetFileSize
alias da_SFileGetFileSize = DWORD function(HANDLE, LPDWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileGetLocale
alias da_SFileGetLocale = LCID function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileGetMaxFileCount
alias da_SFileGetMaxFileCount = DWORD function(HANDLE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileHasFile
alias da_SFileHasFile = bool function(HANDLE, const char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileIsPatchedArchive
alias da_SFileIsPatchedArchive = bool function(HANDLE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileOpenArchive
alias da_SFileOpenArchive = bool function(const TCHAR*, DWORD, DWORD, HANDLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileOpenFileEx
alias da_SFileOpenFileEx = bool function(HANDLE, const char*, DWORD, HANDLE*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileOpenPatchArchive
alias da_SFileOpenPatchArchive = bool function(HANDLE, const TCHAR*, const char*, DWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileReadFile
alias da_SFileReadFile = bool function(HANDLE, void*, DWORD, LPDWORD, LPOVERLAPPED)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileSetAttributes
alias da_SFileSetAttributes = bool function(HANDLE, DWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileSetCompactCallback
alias da_SFileSetCompactCallback = bool function(HANDLE, SFILE_COMPACT_CALLBACK, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileSetDownloadCallback
alias da_SFileSetDownloadCallback = bool function(HANDLE, SFILE_DOWNLOAD_CALLBACK, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileSetFilePointer
alias da_SFileSetFilePointer = DWORD function(HANDLE, LONG, LONG*, DWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileSetLocale
alias da_SFileSetLocale = LCID function(LCID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileSetMaxFileCount
alias da_SFileSetMaxFileCount = bool function(HANDLE, DWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SFileUpdateFileAttributes
alias da_SFileUpdateFileAttributes = bool function(HANDLE, const char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictStormLibLoader
class DerelictStormLibLoader
Undocumented in source.

Static variables

DerelictStormLib
DerelictStormLibLoader DerelictStormLib;
Undocumented in source.
SFileAddListFile
da_SFileAddListFile SFileAddListFile;
Undocumented in source.
SFileCloseArchive
da_SFileCloseArchive SFileCloseArchive;
Undocumented in source.
SFileCloseFile
da_SFileCloseFile SFileCloseFile;
Undocumented in source.
SFileCompactArchive
da_SFileCompactArchive SFileCompactArchive;
Undocumented in source.
SFileCreateArchive
da_SFileCreateArchive SFileCreateArchive;
Undocumented in source.
SFileCreateArchive2
da_SFileCreateArchive2 SFileCreateArchive2;
Undocumented in source.
SFileExtractFile
da_SFileExtractFile SFileExtractFile;
Undocumented in source.
SFileFlushArchive
da_SFileFlushArchive SFileFlushArchive;
Undocumented in source.
SFileFreeFileInfo
da_SFileFreeFileInfo SFileFreeFileInfo;
Undocumented in source.
SFileGetAttributes
da_SFileGetAttributes SFileGetAttributes;
Undocumented in source.
SFileGetFileInfo
da_SFileGetFileInfo SFileGetFileInfo;
Undocumented in source.
SFileGetFileName
da_SFileGetFileName SFileGetFileName;
Undocumented in source.
SFileGetFileSize
da_SFileGetFileSize SFileGetFileSize;
Undocumented in source.
SFileGetLocale
da_SFileGetLocale SFileGetLocale;
Undocumented in source.
SFileGetMaxFileCount
da_SFileGetMaxFileCount SFileGetMaxFileCount;
Undocumented in source.
SFileHasFile
da_SFileHasFile SFileHasFile;
Undocumented in source.
SFileIsPatchedArchive
da_SFileIsPatchedArchive SFileIsPatchedArchive;
Undocumented in source.
SFileOpenArchive
da_SFileOpenArchive SFileOpenArchive;
Undocumented in source.
SFileOpenFileEx
da_SFileOpenFileEx SFileOpenFileEx;
Undocumented in source.
SFileOpenPatchArchive
da_SFileOpenPatchArchive SFileOpenPatchArchive;
Undocumented in source.
SFileReadFile
da_SFileReadFile SFileReadFile;
Undocumented in source.
SFileSetAttributes
da_SFileSetAttributes SFileSetAttributes;
Undocumented in source.
SFileSetCompactCallback
da_SFileSetCompactCallback SFileSetCompactCallback;
Undocumented in source.
SFileSetDownloadCallback
da_SFileSetDownloadCallback SFileSetDownloadCallback;
Undocumented in source.
SFileSetFilePointer
da_SFileSetFilePointer SFileSetFilePointer;
Undocumented in source.
SFileSetLocale
da_SFileSetLocale SFileSetLocale;
Undocumented in source.
SFileSetMaxFileCount
da_SFileSetMaxFileCount SFileSetMaxFileCount;
Undocumented in source.
SFileUpdateFileAttributes
da_SFileUpdateFileAttributes SFileUpdateFileAttributes;
Undocumented in source.

Meta