ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / FindNextFile Method

In This Topic
    FindNextFile Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function FindNextFile( _
       ByVal hndFindFile As System.IntPtr, _
       ByVal lpFindFileData As Win32.WIN32_FIND_DATA _
    ) As System.Boolean
    public static System.bool FindNextFile( 
       System.IntPtr hndFindFile,
       out Win32.WIN32_FIND_DATA lpFindFileData
    )

    Parameters

    hndFindFile
    lpFindFileData
    See Also