CIP_STATUS enumeration
Contains the various application installation or file download problem statuses.
Syntax
typedef enum { CIP_DISK_FULL = 0, CIP_ACCESS_DENIED = 1, CIP_NEWER_VERSION_EXISTS = 2, CIP_OLDER_VERSION_EXISTS = 3, CIP_NAME_CONFLICT = 4, CIP_TRUST_VERIFICATION_COMPONENT_MISSING = 5, CIP_EXE_SELF_REGISTERATION_TIMEOUT = 6, CIP_UNSAFE_TO_ABORT = 7, CIP_NEED_REBOOT = 8, CIP_NEED_REBOOT_UI_PERMISSION = 9 } CIP_STATUS;
Constants
- CIP_DISK_FULL
-
Indicates that the destination can accept no more data.
- CIP_ACCESS_DENIED
-
Indicates a permissions problem.
- CIP_NEWER_VERSION_EXISTS
-
Indicates that the destination contains a newer version than the source.
- CIP_OLDER_VERSION_EXISTS
-
Indicates that the destination contains an older version than the source.
- CIP_NAME_CONFLICT
-
Indicates that the destination does not allow the naming convention used by the source.
- CIP_TRUST_VERIFICATION_COMPONENT_MISSING
-
Indicates that the destination cannot verify the source.
- CIP_EXE_SELF_REGISTERATION_TIMEOUT
-
Indicates that a timeout has occurred.
- CIP_UNSAFE_TO_ABORT
-
Indicates that the installation or download should not be aborted.
- CIP_NEED_REBOOT
-
Indicates that the destination machine requires rebooting.
- CIP_NEED_REBOOT_UI_PERMISSION
-
Indicates that the destination machine should reboot without UI.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Product |
Internet Explorer 5.0 |
|
Header |
|
|
IDL |
|