VisioForge Video Capture SDK (Delphi / ActiveX)
|
Deletes network address from the list of allowed/disallowed addresses for Network streaming.
function Network_Streaming_Access_DeleteItem(Index: Integer; Blocked: Boolean): Boolean;
__fastcall Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
public Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
Public Function Network_Streaming_Access_DeleteItem(Index As Integer, Blocked As Boolean) As Boolean
public Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
Network_Streaming_Access_DeleteItem
public Boolean Network_Streaming_Access_DeleteItem($Index, Boolean $Blocked);
Parameters |
Description |
Index: Integer |
Item index. |
Blocked: Boolean |
True to delete item from blocked IP list. |
Returns , if the operation was successful.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|