USER_INPUT_STRING_TYPE enumeration (photoacquire.h)

The USER_INPUT_STRING_TYPE enumeration type indicates the type of string to obtain from the user in IPhotoAcquireProgressCB::GetUserInput.

Syntax

typedef enum tagUSER_INPUT_STRING_TYPE {
  USER_INPUT_DEFAULT = 0,
  USER_INPUT_PATH_ELEMENT = 0x1
} USER_INPUT_STRING_TYPE;

Constants

 
USER_INPUT_DEFAULT
Value: 0
Indicates that any string is allowed.
USER_INPUT_PATH_ELEMENT
Value: 0x1
Indicates that the string will not accept characters that are illegal in file or directory names (such as * or /).

Requirements

Requirement Value
Header photoacquire.h

See also

Enumeration Types

IPhotoAcquireProgressCB::GetUserInput

IUserInputString::GetStringType