Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Support Forum
Download Visual Studio Add-In

Terms of Use
Privacy Policy

Search Results for "FindFirstFile" in [All]

rapi

. .

public static extern IntPtr CeFindFirstFile(

.

  Public Function CeFindFirstFile(

.

IntPtr hFindFile = CeFindFirstFile("\\windows\\test.dll",ref findData)

.
Documentation
[CeFindFirstFile] on MSDN
.
Summary
.

int hResult = CeFindFirstFile("\\temp\\*", ref findData);

.
Summary
.

    hFile=CeFindFirstFile("\\My Documents",ref Data);

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

.
Documentation
[FtpFindFirstFile] on MSDN
.

Direct Link: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wininet/wininet/FtpFindFirstFile.asp

.
Summary

Structures

.
Summary

Enums

.
Summary
Defines values that are used with the FindFirstFileEx function to specify the information level of the returned data.
.
Summary
Defines values that are used with the FindFirstFileEx function to specify the type of filtering to perform.

kernel32

.
Summary
.

    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(

.
Documentation
[FindFirstFileEx] on MSDN
.
Summary
.

    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(

.
Documentation
[FindFirstFileEx] on MSDN
.

See also: FindFirstFile

.

    //when you use FindFirstFileW, FindNextFileW and DeleteFileW


 
Access PInvoke.net directly from VS: