NDI_CREATE


NDI_CREATE

The NDI_CREATE message is sent when a new NDI object is being created and all internal structures have been initialized.

flags

Value of lParam. Flags about how Setup is being run:

NDI_CREATE_BATCHMODE - Setup is being run with a setup batch script

NDI_CREATE_NODISPLAY - do not display any UI (Setup is running automated)

hinfBatchFile

Value of wParam. If NDI_CREATE_BATCHMODE is set, wParam is a handle that can be used to process setup batch scripts.

The parameters to NDI_CREATE can be used to process options in a setup batch script. See the "Network Setup Batch Scripts" section later in this document.