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
Download Visual Studio Add-In

Search Results for "WIN32_FIND_DATA" in [All]

Structures

.

struct WIN32_FIND_DATA

.

Structure WIN32_FIND_DATA

.
Documentation
[WIN32_FIND_DATA] on MSDN
.

  Private Structure WIN32_FIND_DATA

kernel32

.

        out WIN32_FIND_DATA lpFindFileData,

.

    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

.

WIN32_FIND_DATA

.

    WIN32_FIND_DATA findData;

.

        out WIN32_FIND_DATA lpFindFileData,

.

    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

.

WIN32_FIND_DATA

.

    WIN32_FIND_DATA findData;

.

static extern bool FindNextFile(IntPtr hFindFile, out WIN32_FIND_DATA

.

WIN32_FIND_DATA

.

    Private Function FindNextFile(ByVal hFindFile As IntPtr, ByRef lpFindFileData As WIN32_FIND_DATA) As Boolean

.

Public Declare Function FindNextFile Lib "kernel32" Alias "FindNextFileA" (ByVal hFindFile As IntPtr, ByRef lpFindFileData As WIN32_FIND_DATA) As Boolean

wininet

.
Summary
.

   string searchFile, out WIN32_FIND_DATA findFileData,

.

   ByRef findFileData As WIN32_FIND_DATA, ByVal flags As Integer, _

.

WIN32_FIND_DATA

.

Note pData here is the storage defined by WIN32_FIND_DATA. I have placed

.

   out WIN32_FIND_DATA findFileData);

.

   (ByVal hFind As IntPtr, ByRef findFileData As WIN32_FIND_DATA) _

.

WIN32_FIND_DATA

Interfaces

.

        , out UnsafeNativeMethods.WIN32_FIND_DATAA pfd, UnsafeNativeMethods.SLGP_FLAGS fFlags);

.

    Sub GetPath(<Out(), MarshalAs(UnmanagedType.LPStr)> ByVal pszFile As StringBuilder, ByVal cchMaxPath As Integer, ByRef pfd As WIN32_FIND_DATAA, ByVal fFlags As UInteger)

.

    void GetPath([Out(), MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszFile, int cchMaxPath, out UnsafeNativeMethods.WIN32_FIND_DATAW pfd, UnsafeNativeMethods.SLGP_FLAGS fFlags);

.

            ByRef pfd As WIN32_FIND_DATA, _

rapi

.

CE_FIND_DATA structure info at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceobjst/html/cerefWIN32_FIND_DATA.asp


 
Access PInvoke.net directly from VS: