NET_SDK_ShowRuleBoxList¶
Interface Definition¶
1 2 3 | |
1 2 3 | |
Function Description¶
(Only supported on Windows) Displays a list of custom rule boxes.
Parameter Description¶
| Parameters | Type | Remark |
|---|---|---|
| lPlayHandlein | POINTERHANDLE | The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx. |
| rule_pointin | RULE_POINT_LIST | List of rule boxes. |
Return Value¶
-
type:BOOL
-
remark:Returns TRUE if successful, FALSE if failed.
Remarks¶
None