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.
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. |