X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=SFmpqapi.git;a=blobdiff_plain;f=SFmpqapi.bas;h=0e42b718e35d0fd7f5e5a0323831f2d3b0732cf1;hp=e6d38e6514ac959fd4967afa043bdcecb1b84ac7;hb=e32ff2fecf5ed03c2eb90343f9bc373852636f13;hpb=631cb94e7243815e465e454c965b6adcd0153d54 diff --git a/SFmpqapi.bas b/SFmpqapi.bas index e6d38e6..0e42b71 100644 --- a/SFmpqapi.bas +++ b/SFmpqapi.bas @@ -199,6 +199,7 @@ Public Const SFILE_INFO_HASH_INDEX As Long = &HC 'Hash index of file in MPQ Public Const SFILE_LIST_MEMORY_LIST As Long = &H1 ' Specifies that lpFilelists is a file list from memory, rather than being a list of file lists Public Const SFILE_LIST_ONLY_KNOWN As Long = &H2 ' Only list files that the function finds a name for Public Const SFILE_LIST_ONLY_UNKNOWN As Long = &H4 ' Only list files that the function does not find a name for +Public Const SFILE_LIST_FLAG_UNKNOWN As Long = &H8 ' Use without SFILE_LIST_ONLY_KNOWN or SFILE_LIST_FLAG_UNKNOWN to list all files, but set dwFileExists to 3 if file's name is not found Public Const SFILE_TYPE_MPQ As Long = &H1 Public Const SFILE_TYPE_FILE As Long = &H2