Click or drag to resize

INTStatusCallback Function

X#

[Missing <include> target documentation in 'M:VOInternetClasses.Functions.INTStatusCallback(System.Void*,System.UInt32,System.UInt32,System.Void*,System.UInt32)'. File: 'Internet.xml' Path: 'doc/INTStatusCallback/*']

Namespace:  VOInternetClasses
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 FUNCTION INTStatusCallback(
	hInternet AS PTR,
	dwContext AS DWORD,
	dwInternetStatus AS DWORD,
	pStatusInformation AS PTR,
	dwStatusInfoLength AS DWORD
) AS VOID
Request Example View Source

Parameters

hInternet
Type: Void*
dwContext
Type: DWord
dwInternetStatus
Type: DWord
pStatusInformation
Type: Void*
dwStatusInfoLength
Type: DWord
See Also