NDI_NOTIFY_BIND hndiBound = (HNDI)wParam; // handle of NDI object wBindType = LOWORD(lParam); // type of binding
The NDI manager sends NDI_NOTIFY_BIND to inform the driver installer that an upper or lower binding has been added by the NdiBind function. The NDI_NOTIFY_BIND message is sent after NDI_QUERY_BIND and before NdiBind returns.
hndiBound
Value of wParam. Identifies the NDI object that was bound to this NDI object.
wBindType
Value of the low-order word of lParam. Specifies which edge of the NDI that hndiBound was added to.
Value | Meaning |
NDIBIND_UPPER | Specifies that hndiBound was added to the upper bindings of the given NDI object. |
NDIBIND_LOWER | Specifies that hndiBound was added to the lower bindings of the given NDI object. |