NdiGetText


RETERR NdiGetText(hndi,lpszText,cbText)
HNDI hndi;    // NDI handle
LPSTR lpszText;    // address of buffer
UINT cbText    // size of buffer

The NdiGetText function returns the driver description text for the NDI in lpszText.

hndi

Identifies the NDI object.

lpszText

Points to the buffer to receive the text.

cbText

Specifies the maximum number of bytes to be copied, including the terminating null character.