NDI_NOTIFY_UNBIND
hndiUnbound = (HNDI)wParam; // handle of NDI object
wBindType = LOWORD(lParam); // type of binding
The NDI manager sends NDI_NOTIFY_UNBIND to inform the driver installer that an upper or lower binding has been removed by NdiUnbind. The NDI_NOTIFY_UNBIND message is sent before NdiUnbind returns.
Value | Meaning |
NDIBIND_UPPER | Specifies that hndiUnbound was removed from the upper bindings of the given NDI object. |
NDIBIND_LOWER | Specifies that hndiUnbound was removed from the lower bindings of the given NDI object. |