IFXInternetFindNextFile Function | |
[Missing <include> target documentation in 'M:VOInternetClasses.Functions.IFXInternetFindNextFile(System.Void*,VO._WINWIN32_FIND_DATA*)'. File: 'Internet.xml' Path: 'doc/IFXInternetFindNextFile/*']
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax FUNCTION IFXInternetFindNextFile(
hFind AS PTR,
lpfd AS _WINWIN32_FIND_DATA*
) AS LOGIC
public static bool IFXInternetFindNextFile(
void* hFind,
_WINWIN32_FIND_DATA* lpfd
)
Request Example
View SourceParameters
- hFind
- Type: Void*
- lpfd
- Type: _WINWIN32_FIND_DATA*
Return Value
Type:
LogicSee Also