VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Network_Streaming_Access_GetCount Method

Returns item count of allowed/disallowed addresses list.

Pascal
function Network_Streaming_Access_GetCount(Blocked: Boolean): Integer;
C++
__fastcall int Network_Streaming_Access_GetCount(Boolean Blocked);
C#
public int Network_Streaming_Access_GetCount(Boolean Blocked);
Visual Basic
Public Function Network_Streaming_Access_GetCount(Blocked As Boolean) As Integer
Java
public int Network_Streaming_Access_GetCount(Boolean Blocked);
IDL
int Network_Streaming_Access_GetCount(Boolean Blocked);
JavaScript
Network_Streaming_Access_GetCount
PHP
public Network_Streaming_Access_GetCount(Boolean $Blocked);
Parameters 
Description 
Blocked: Boolean 
True to get count of items of blocked IP list. 

Returns item count of allowed/disallowed addresses list, 0 if error happen.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!