IFXInternetFindNextFile Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
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