Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_DEFAULTValue: 0 Indicates that any string is allowed. |
USER_INPUT_PATH_ELEMENTValue: 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 |