Desktop Functions: Smart Device Functions:
|
Search Results for "FindFirstFile" in [All]wininet
static extern IntPtr FtpFindFirstFile(IntPtr hConnect,
Declare Function FtpFindFirstFile Lib "wininet.dll" _ For VB.net FtpFindFirstFile will {or May} return the folder and not a file. after FtpFindFirstFile will then return a file. For VAX servers the return string Direct Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/FtpFindFirstFile.asp rapi
public static extern IntPtr CeFindFirstFile(
Public Function CeFindFirstFile(
IntPtr hFindFile = CeFindFirstFile("\\windows\\test.dll",ref findData) 5: CE_FIND_DATA
StructuresEnumskernel32
public static extern IntPtr FindFirstFileEx(
Private Function FindFirstFileEx(ByVal lpFileName As String, ByVal fInfoLevelId As FINDEX_INFO_LEVELS, ByRef lpFindFileData As WIN32_FIND_DATA, ByVal fSearchOp As FINDEX_SEARCH_OPS, lpSearchFilter As Int32, dwAdditionalFlags As Integer) As Int32
Public Shared Function FindFirstFileExW(ByVal lpFileName As String, ByVal fInfoLevelId As FINDEX_INFO_LEVELS, ByRef lpFindFileData As WIN32_FIND_DATAW, ByVal fSearchOp As FINDEX_SEARCH_OPS, lpSearchFilter As IntPtr, dwAdditionalFlags As Integer) As IntPtr
IntPtr hFile = FindFirstFileEx( 10: FindFirstFileEx
public static extern IntPtr FindFirstFileEx(
Private Function FindFirstFileEx(ByVal lpFileName As String, ByVal fInfoLevelId As FINDEX_INFO_LEVELS, ByRef lpFindFileData As WIN32_FIND_DATA, ByVal fSearchOp As FINDEX_SEARCH_OPS, lpSearchFilter As Int32, dwAdditionalFlags As Integer) As Int32
Public Shared Function FindFirstFileExW(ByVal lpFileName As String, ByVal fInfoLevelId As FINDEX_INFO_LEVELS, ByRef lpFindFileData As WIN32_FIND_DATAW, ByVal fSearchOp As FINDEX_SEARCH_OPS, lpSearchFilter As IntPtr, dwAdditionalFlags As Integer) As IntPtr
IntPtr hFile = FindFirstFileEx( 11: FindNextFile See also: FindFirstFile
//when you use FindFirstFileW, FindNextFileW and DeleteFileW |