ElementMenuList

Employed in a menu element.

Syntax

  struct ElementMenuList 
  { 
      LONG   numberOfChoices; 
      BYTE   **choice; 
  };
  

Fields

numberOfChoices
Defines the number of elements in the array of choices.
choice
An array of pointers to null-terminated ASCII strings. Each string represents one choice of a set of valid choices for the configuration element value.

Parameters to MM_ObjectControl for this operation are the following:

objectid
The OBID of the file system application to return the configuration information.
function
Set to MM_VOLUME_RETURN_CONFIG_DIALOG.
parameter1
The OBID of the logical partition on which the volume is to be created.
parameter2
Set to zero.
parameter3
Set to zero.
bufferLength
Set to zero.
buffer
The address of a VolumeConfigElementList structure pointer.