summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-03-15 22:43:46 +0000
committerWim <wim@42.be>2020-03-22 00:02:48 +0100
commit76e5fe5a87d7e60919075f96eee599f3c6255a9f (patch)
treeaf3181ad6aadaea02069473a3718a827be888426 /vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go
parent802c80f40c709ba4967de317e40a8d6abe57f6be (diff)
downloadmatterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.gz
matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.tar.bz2
matterbridge-msglm-76e5fe5a87d7e60919075f96eee599f3c6255a9f.zip
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go309
1 files changed, 309 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go b/vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go
new file mode 100644
index 00000000..4ebdb5f2
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go
@@ -0,0 +1,309 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// Win32LobAppDetectionOperator undocumented
+type Win32LobAppDetectionOperator string
+
+const (
+ // Win32LobAppDetectionOperatorVNotConfigured undocumented
+ Win32LobAppDetectionOperatorVNotConfigured Win32LobAppDetectionOperator = "notConfigured"
+ // Win32LobAppDetectionOperatorVEqual undocumented
+ Win32LobAppDetectionOperatorVEqual Win32LobAppDetectionOperator = "equal"
+ // Win32LobAppDetectionOperatorVNotEqual undocumented
+ Win32LobAppDetectionOperatorVNotEqual Win32LobAppDetectionOperator = "notEqual"
+ // Win32LobAppDetectionOperatorVGreaterThan undocumented
+ Win32LobAppDetectionOperatorVGreaterThan Win32LobAppDetectionOperator = "greaterThan"
+ // Win32LobAppDetectionOperatorVGreaterThanOrEqual undocumented
+ Win32LobAppDetectionOperatorVGreaterThanOrEqual Win32LobAppDetectionOperator = "greaterThanOrEqual"
+ // Win32LobAppDetectionOperatorVLessThan undocumented
+ Win32LobAppDetectionOperatorVLessThan Win32LobAppDetectionOperator = "lessThan"
+ // Win32LobAppDetectionOperatorVLessThanOrEqual undocumented
+ Win32LobAppDetectionOperatorVLessThanOrEqual Win32LobAppDetectionOperator = "lessThanOrEqual"
+)
+
+var (
+ // Win32LobAppDetectionOperatorPNotConfigured is a pointer to Win32LobAppDetectionOperatorVNotConfigured
+ Win32LobAppDetectionOperatorPNotConfigured = &_Win32LobAppDetectionOperatorPNotConfigured
+ // Win32LobAppDetectionOperatorPEqual is a pointer to Win32LobAppDetectionOperatorVEqual
+ Win32LobAppDetectionOperatorPEqual = &_Win32LobAppDetectionOperatorPEqual
+ // Win32LobAppDetectionOperatorPNotEqual is a pointer to Win32LobAppDetectionOperatorVNotEqual
+ Win32LobAppDetectionOperatorPNotEqual = &_Win32LobAppDetectionOperatorPNotEqual
+ // Win32LobAppDetectionOperatorPGreaterThan is a pointer to Win32LobAppDetectionOperatorVGreaterThan
+ Win32LobAppDetectionOperatorPGreaterThan = &_Win32LobAppDetectionOperatorPGreaterThan
+ // Win32LobAppDetectionOperatorPGreaterThanOrEqual is a pointer to Win32LobAppDetectionOperatorVGreaterThanOrEqual
+ Win32LobAppDetectionOperatorPGreaterThanOrEqual = &_Win32LobAppDetectionOperatorPGreaterThanOrEqual
+ // Win32LobAppDetectionOperatorPLessThan is a pointer to Win32LobAppDetectionOperatorVLessThan
+ Win32LobAppDetectionOperatorPLessThan = &_Win32LobAppDetectionOperatorPLessThan
+ // Win32LobAppDetectionOperatorPLessThanOrEqual is a pointer to Win32LobAppDetectionOperatorVLessThanOrEqual
+ Win32LobAppDetectionOperatorPLessThanOrEqual = &_Win32LobAppDetectionOperatorPLessThanOrEqual
+)
+
+var (
+ _Win32LobAppDetectionOperatorPNotConfigured = Win32LobAppDetectionOperatorVNotConfigured
+ _Win32LobAppDetectionOperatorPEqual = Win32LobAppDetectionOperatorVEqual
+ _Win32LobAppDetectionOperatorPNotEqual = Win32LobAppDetectionOperatorVNotEqual
+ _Win32LobAppDetectionOperatorPGreaterThan = Win32LobAppDetectionOperatorVGreaterThan
+ _Win32LobAppDetectionOperatorPGreaterThanOrEqual = Win32LobAppDetectionOperatorVGreaterThanOrEqual
+ _Win32LobAppDetectionOperatorPLessThan = Win32LobAppDetectionOperatorVLessThan
+ _Win32LobAppDetectionOperatorPLessThanOrEqual = Win32LobAppDetectionOperatorVLessThanOrEqual
+)
+
+// Win32LobAppFileSystemDetectionType undocumented
+type Win32LobAppFileSystemDetectionType string
+
+const (
+ // Win32LobAppFileSystemDetectionTypeVNotConfigured undocumented
+ Win32LobAppFileSystemDetectionTypeVNotConfigured Win32LobAppFileSystemDetectionType = "notConfigured"
+ // Win32LobAppFileSystemDetectionTypeVExists undocumented
+ Win32LobAppFileSystemDetectionTypeVExists Win32LobAppFileSystemDetectionType = "exists"
+ // Win32LobAppFileSystemDetectionTypeVModifiedDate undocumented
+ Win32LobAppFileSystemDetectionTypeVModifiedDate Win32LobAppFileSystemDetectionType = "modifiedDate"
+ // Win32LobAppFileSystemDetectionTypeVCreatedDate undocumented
+ Win32LobAppFileSystemDetectionTypeVCreatedDate Win32LobAppFileSystemDetectionType = "createdDate"
+ // Win32LobAppFileSystemDetectionTypeVVersion undocumented
+ Win32LobAppFileSystemDetectionTypeVVersion Win32LobAppFileSystemDetectionType = "version"
+ // Win32LobAppFileSystemDetectionTypeVSizeInMB undocumented
+ Win32LobAppFileSystemDetectionTypeVSizeInMB Win32LobAppFileSystemDetectionType = "sizeInMB"
+ // Win32LobAppFileSystemDetectionTypeVDoesNotExist undocumented
+ Win32LobAppFileSystemDetectionTypeVDoesNotExist Win32LobAppFileSystemDetectionType = "doesNotExist"
+)
+
+var (
+ // Win32LobAppFileSystemDetectionTypePNotConfigured is a pointer to Win32LobAppFileSystemDetectionTypeVNotConfigured
+ Win32LobAppFileSystemDetectionTypePNotConfigured = &_Win32LobAppFileSystemDetectionTypePNotConfigured
+ // Win32LobAppFileSystemDetectionTypePExists is a pointer to Win32LobAppFileSystemDetectionTypeVExists
+ Win32LobAppFileSystemDetectionTypePExists = &_Win32LobAppFileSystemDetectionTypePExists
+ // Win32LobAppFileSystemDetectionTypePModifiedDate is a pointer to Win32LobAppFileSystemDetectionTypeVModifiedDate
+ Win32LobAppFileSystemDetectionTypePModifiedDate = &_Win32LobAppFileSystemDetectionTypePModifiedDate
+ // Win32LobAppFileSystemDetectionTypePCreatedDate is a pointer to Win32LobAppFileSystemDetectionTypeVCreatedDate
+ Win32LobAppFileSystemDetectionTypePCreatedDate = &_Win32LobAppFileSystemDetectionTypePCreatedDate
+ // Win32LobAppFileSystemDetectionTypePVersion is a pointer to Win32LobAppFileSystemDetectionTypeVVersion
+ Win32LobAppFileSystemDetectionTypePVersion = &_Win32LobAppFileSystemDetectionTypePVersion
+ // Win32LobAppFileSystemDetectionTypePSizeInMB is a pointer to Win32LobAppFileSystemDetectionTypeVSizeInMB
+ Win32LobAppFileSystemDetectionTypePSizeInMB = &_Win32LobAppFileSystemDetectionTypePSizeInMB
+ // Win32LobAppFileSystemDetectionTypePDoesNotExist is a pointer to Win32LobAppFileSystemDetectionTypeVDoesNotExist
+ Win32LobAppFileSystemDetectionTypePDoesNotExist = &_Win32LobAppFileSystemDetectionTypePDoesNotExist
+)
+
+var (
+ _Win32LobAppFileSystemDetectionTypePNotConfigured = Win32LobAppFileSystemDetectionTypeVNotConfigured
+ _Win32LobAppFileSystemDetectionTypePExists = Win32LobAppFileSystemDetectionTypeVExists
+ _Win32LobAppFileSystemDetectionTypePModifiedDate = Win32LobAppFileSystemDetectionTypeVModifiedDate
+ _Win32LobAppFileSystemDetectionTypePCreatedDate = Win32LobAppFileSystemDetectionTypeVCreatedDate
+ _Win32LobAppFileSystemDetectionTypePVersion = Win32LobAppFileSystemDetectionTypeVVersion
+ _Win32LobAppFileSystemDetectionTypePSizeInMB = Win32LobAppFileSystemDetectionTypeVSizeInMB
+ _Win32LobAppFileSystemDetectionTypePDoesNotExist = Win32LobAppFileSystemDetectionTypeVDoesNotExist
+)
+
+// Win32LobAppMsiPackageType undocumented
+type Win32LobAppMsiPackageType string
+
+const (
+ // Win32LobAppMsiPackageTypeVPerMachine undocumented
+ Win32LobAppMsiPackageTypeVPerMachine Win32LobAppMsiPackageType = "perMachine"
+ // Win32LobAppMsiPackageTypeVPerUser undocumented
+ Win32LobAppMsiPackageTypeVPerUser Win32LobAppMsiPackageType = "perUser"
+ // Win32LobAppMsiPackageTypeVDualPurpose undocumented
+ Win32LobAppMsiPackageTypeVDualPurpose Win32LobAppMsiPackageType = "dualPurpose"
+)
+
+var (
+ // Win32LobAppMsiPackageTypePPerMachine is a pointer to Win32LobAppMsiPackageTypeVPerMachine
+ Win32LobAppMsiPackageTypePPerMachine = &_Win32LobAppMsiPackageTypePPerMachine
+ // Win32LobAppMsiPackageTypePPerUser is a pointer to Win32LobAppMsiPackageTypeVPerUser
+ Win32LobAppMsiPackageTypePPerUser = &_Win32LobAppMsiPackageTypePPerUser
+ // Win32LobAppMsiPackageTypePDualPurpose is a pointer to Win32LobAppMsiPackageTypeVDualPurpose
+ Win32LobAppMsiPackageTypePDualPurpose = &_Win32LobAppMsiPackageTypePDualPurpose
+)
+
+var (
+ _Win32LobAppMsiPackageTypePPerMachine = Win32LobAppMsiPackageTypeVPerMachine
+ _Win32LobAppMsiPackageTypePPerUser = Win32LobAppMsiPackageTypeVPerUser
+ _Win32LobAppMsiPackageTypePDualPurpose = Win32LobAppMsiPackageTypeVDualPurpose
+)
+
+// Win32LobAppNotification undocumented
+type Win32LobAppNotification string
+
+const (
+ // Win32LobAppNotificationVShowAll undocumented
+ Win32LobAppNotificationVShowAll Win32LobAppNotification = "showAll"
+ // Win32LobAppNotificationVShowReboot undocumented
+ Win32LobAppNotificationVShowReboot Win32LobAppNotification = "showReboot"
+ // Win32LobAppNotificationVHideAll undocumented
+ Win32LobAppNotificationVHideAll Win32LobAppNotification = "hideAll"
+)
+
+var (
+ // Win32LobAppNotificationPShowAll is a pointer to Win32LobAppNotificationVShowAll
+ Win32LobAppNotificationPShowAll = &_Win32LobAppNotificationPShowAll
+ // Win32LobAppNotificationPShowReboot is a pointer to Win32LobAppNotificationVShowReboot
+ Win32LobAppNotificationPShowReboot = &_Win32LobAppNotificationPShowReboot
+ // Win32LobAppNotificationPHideAll is a pointer to Win32LobAppNotificationVHideAll
+ Win32LobAppNotificationPHideAll = &_Win32LobAppNotificationPHideAll
+)
+
+var (
+ _Win32LobAppNotificationPShowAll = Win32LobAppNotificationVShowAll
+ _Win32LobAppNotificationPShowReboot = Win32LobAppNotificationVShowReboot
+ _Win32LobAppNotificationPHideAll = Win32LobAppNotificationVHideAll
+)
+
+// Win32LobAppPowerShellScriptDetectionType undocumented
+type Win32LobAppPowerShellScriptDetectionType string
+
+const (
+ // Win32LobAppPowerShellScriptDetectionTypeVNotConfigured undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVNotConfigured Win32LobAppPowerShellScriptDetectionType = "notConfigured"
+ // Win32LobAppPowerShellScriptDetectionTypeVString undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVString Win32LobAppPowerShellScriptDetectionType = "string"
+ // Win32LobAppPowerShellScriptDetectionTypeVDateTime undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVDateTime Win32LobAppPowerShellScriptDetectionType = "dateTime"
+ // Win32LobAppPowerShellScriptDetectionTypeVInteger undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVInteger Win32LobAppPowerShellScriptDetectionType = "integer"
+ // Win32LobAppPowerShellScriptDetectionTypeVFloat undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVFloat Win32LobAppPowerShellScriptDetectionType = "float"
+ // Win32LobAppPowerShellScriptDetectionTypeVVersion undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVVersion Win32LobAppPowerShellScriptDetectionType = "version"
+ // Win32LobAppPowerShellScriptDetectionTypeVBoolean undocumented
+ Win32LobAppPowerShellScriptDetectionTypeVBoolean Win32LobAppPowerShellScriptDetectionType = "boolean"
+)
+
+var (
+ // Win32LobAppPowerShellScriptDetectionTypePNotConfigured is a pointer to Win32LobAppPowerShellScriptDetectionTypeVNotConfigured
+ Win32LobAppPowerShellScriptDetectionTypePNotConfigured = &_Win32LobAppPowerShellScriptDetectionTypePNotConfigured
+ // Win32LobAppPowerShellScriptDetectionTypePString is a pointer to Win32LobAppPowerShellScriptDetectionTypeVString
+ Win32LobAppPowerShellScriptDetectionTypePString = &_Win32LobAppPowerShellScriptDetectionTypePString
+ // Win32LobAppPowerShellScriptDetectionTypePDateTime is a pointer to Win32LobAppPowerShellScriptDetectionTypeVDateTime
+ Win32LobAppPowerShellScriptDetectionTypePDateTime = &_Win32LobAppPowerShellScriptDetectionTypePDateTime
+ // Win32LobAppPowerShellScriptDetectionTypePInteger is a pointer to Win32LobAppPowerShellScriptDetectionTypeVInteger
+ Win32LobAppPowerShellScriptDetectionTypePInteger = &_Win32LobAppPowerShellScriptDetectionTypePInteger
+ // Win32LobAppPowerShellScriptDetectionTypePFloat is a pointer to Win32LobAppPowerShellScriptDetectionTypeVFloat
+ Win32LobAppPowerShellScriptDetectionTypePFloat = &_Win32LobAppPowerShellScriptDetectionTypePFloat
+ // Win32LobAppPowerShellScriptDetectionTypePVersion is a pointer to Win32LobAppPowerShellScriptDetectionTypeVVersion
+ Win32LobAppPowerShellScriptDetectionTypePVersion = &_Win32LobAppPowerShellScriptDetectionTypePVersion
+ // Win32LobAppPowerShellScriptDetectionTypePBoolean is a pointer to Win32LobAppPowerShellScriptDetectionTypeVBoolean
+ Win32LobAppPowerShellScriptDetectionTypePBoolean = &_Win32LobAppPowerShellScriptDetectionTypePBoolean
+)
+
+var (
+ _Win32LobAppPowerShellScriptDetectionTypePNotConfigured = Win32LobAppPowerShellScriptDetectionTypeVNotConfigured
+ _Win32LobAppPowerShellScriptDetectionTypePString = Win32LobAppPowerShellScriptDetectionTypeVString
+ _Win32LobAppPowerShellScriptDetectionTypePDateTime = Win32LobAppPowerShellScriptDetectionTypeVDateTime
+ _Win32LobAppPowerShellScriptDetectionTypePInteger = Win32LobAppPowerShellScriptDetectionTypeVInteger
+ _Win32LobAppPowerShellScriptDetectionTypePFloat = Win32LobAppPowerShellScriptDetectionTypeVFloat
+ _Win32LobAppPowerShellScriptDetectionTypePVersion = Win32LobAppPowerShellScriptDetectionTypeVVersion
+ _Win32LobAppPowerShellScriptDetectionTypePBoolean = Win32LobAppPowerShellScriptDetectionTypeVBoolean
+)
+
+// Win32LobAppRegistryDetectionType undocumented
+type Win32LobAppRegistryDetectionType string
+
+const (
+ // Win32LobAppRegistryDetectionTypeVNotConfigured undocumented
+ Win32LobAppRegistryDetectionTypeVNotConfigured Win32LobAppRegistryDetectionType = "notConfigured"
+ // Win32LobAppRegistryDetectionTypeVExists undocumented
+ Win32LobAppRegistryDetectionTypeVExists Win32LobAppRegistryDetectionType = "exists"
+ // Win32LobAppRegistryDetectionTypeVDoesNotExist undocumented
+ Win32LobAppRegistryDetectionTypeVDoesNotExist Win32LobAppRegistryDetectionType = "doesNotExist"
+ // Win32LobAppRegistryDetectionTypeVString undocumented
+ Win32LobAppRegistryDetectionTypeVString Win32LobAppRegistryDetectionType = "string"
+ // Win32LobAppRegistryDetectionTypeVInteger undocumented
+ Win32LobAppRegistryDetectionTypeVInteger Win32LobAppRegistryDetectionType = "integer"
+ // Win32LobAppRegistryDetectionTypeVVersion undocumented
+ Win32LobAppRegistryDetectionTypeVVersion Win32LobAppRegistryDetectionType = "version"
+)
+
+var (
+ // Win32LobAppRegistryDetectionTypePNotConfigured is a pointer to Win32LobAppRegistryDetectionTypeVNotConfigured
+ Win32LobAppRegistryDetectionTypePNotConfigured = &_Win32LobAppRegistryDetectionTypePNotConfigured
+ // Win32LobAppRegistryDetectionTypePExists is a pointer to Win32LobAppRegistryDetectionTypeVExists
+ Win32LobAppRegistryDetectionTypePExists = &_Win32LobAppRegistryDetectionTypePExists
+ // Win32LobAppRegistryDetectionTypePDoesNotExist is a pointer to Win32LobAppRegistryDetectionTypeVDoesNotExist
+ Win32LobAppRegistryDetectionTypePDoesNotExist = &_Win32LobAppRegistryDetectionTypePDoesNotExist
+ // Win32LobAppRegistryDetectionTypePString is a pointer to Win32LobAppRegistryDetectionTypeVString
+ Win32LobAppRegistryDetectionTypePString = &_Win32LobAppRegistryDetectionTypePString
+ // Win32LobAppRegistryDetectionTypePInteger is a pointer to Win32LobAppRegistryDetectionTypeVInteger
+ Win32LobAppRegistryDetectionTypePInteger = &_Win32LobAppRegistryDetectionTypePInteger
+ // Win32LobAppRegistryDetectionTypePVersion is a pointer to Win32LobAppRegistryDetectionTypeVVersion
+ Win32LobAppRegistryDetectionTypePVersion = &_Win32LobAppRegistryDetectionTypePVersion
+)
+
+var (
+ _Win32LobAppRegistryDetectionTypePNotConfigured = Win32LobAppRegistryDetectionTypeVNotConfigured
+ _Win32LobAppRegistryDetectionTypePExists = Win32LobAppRegistryDetectionTypeVExists
+ _Win32LobAppRegistryDetectionTypePDoesNotExist = Win32LobAppRegistryDetectionTypeVDoesNotExist
+ _Win32LobAppRegistryDetectionTypePString = Win32LobAppRegistryDetectionTypeVString
+ _Win32LobAppRegistryDetectionTypePInteger = Win32LobAppRegistryDetectionTypeVInteger
+ _Win32LobAppRegistryDetectionTypePVersion = Win32LobAppRegistryDetectionTypeVVersion
+)
+
+// Win32LobAppRestartBehavior undocumented
+type Win32LobAppRestartBehavior string
+
+const (
+ // Win32LobAppRestartBehaviorVBasedOnReturnCode undocumented
+ Win32LobAppRestartBehaviorVBasedOnReturnCode Win32LobAppRestartBehavior = "basedOnReturnCode"
+ // Win32LobAppRestartBehaviorVAllow undocumented
+ Win32LobAppRestartBehaviorVAllow Win32LobAppRestartBehavior = "allow"
+ // Win32LobAppRestartBehaviorVSuppress undocumented
+ Win32LobAppRestartBehaviorVSuppress Win32LobAppRestartBehavior = "suppress"
+ // Win32LobAppRestartBehaviorVForce undocumented
+ Win32LobAppRestartBehaviorVForce Win32LobAppRestartBehavior = "force"
+)
+
+var (
+ // Win32LobAppRestartBehaviorPBasedOnReturnCode is a pointer to Win32LobAppRestartBehaviorVBasedOnReturnCode
+ Win32LobAppRestartBehaviorPBasedOnReturnCode = &_Win32LobAppRestartBehaviorPBasedOnReturnCode
+ // Win32LobAppRestartBehaviorPAllow is a pointer to Win32LobAppRestartBehaviorVAllow
+ Win32LobAppRestartBehaviorPAllow = &_Win32LobAppRestartBehaviorPAllow
+ // Win32LobAppRestartBehaviorPSuppress is a pointer to Win32LobAppRestartBehaviorVSuppress
+ Win32LobAppRestartBehaviorPSuppress = &_Win32LobAppRestartBehaviorPSuppress
+ // Win32LobAppRestartBehaviorPForce is a pointer to Win32LobAppRestartBehaviorVForce
+ Win32LobAppRestartBehaviorPForce = &_Win32LobAppRestartBehaviorPForce
+)
+
+var (
+ _Win32LobAppRestartBehaviorPBasedOnReturnCode = Win32LobAppRestartBehaviorVBasedOnReturnCode
+ _Win32LobAppRestartBehaviorPAllow = Win32LobAppRestartBehaviorVAllow
+ _Win32LobAppRestartBehaviorPSuppress = Win32LobAppRestartBehaviorVSuppress
+ _Win32LobAppRestartBehaviorPForce = Win32LobAppRestartBehaviorVForce
+)
+
+// Win32LobAppReturnCodeType undocumented
+type Win32LobAppReturnCodeType string
+
+const (
+ // Win32LobAppReturnCodeTypeVFailed undocumented
+ Win32LobAppReturnCodeTypeVFailed Win32LobAppReturnCodeType = "failed"
+ // Win32LobAppReturnCodeTypeVSuccess undocumented
+ Win32LobAppReturnCodeTypeVSuccess Win32LobAppReturnCodeType = "success"
+ // Win32LobAppReturnCodeTypeVSoftReboot undocumented
+ Win32LobAppReturnCodeTypeVSoftReboot Win32LobAppReturnCodeType = "softReboot"
+ // Win32LobAppReturnCodeTypeVHardReboot undocumented
+ Win32LobAppReturnCodeTypeVHardReboot Win32LobAppReturnCodeType = "hardReboot"
+ // Win32LobAppReturnCodeTypeVRetry undocumented
+ Win32LobAppReturnCodeTypeVRetry Win32LobAppReturnCodeType = "retry"
+)
+
+var (
+ // Win32LobAppReturnCodeTypePFailed is a pointer to Win32LobAppReturnCodeTypeVFailed
+ Win32LobAppReturnCodeTypePFailed = &_Win32LobAppReturnCodeTypePFailed
+ // Win32LobAppReturnCodeTypePSuccess is a pointer to Win32LobAppReturnCodeTypeVSuccess
+ Win32LobAppReturnCodeTypePSuccess = &_Win32LobAppReturnCodeTypePSuccess
+ // Win32LobAppReturnCodeTypePSoftReboot is a pointer to Win32LobAppReturnCodeTypeVSoftReboot
+ Win32LobAppReturnCodeTypePSoftReboot = &_Win32LobAppReturnCodeTypePSoftReboot
+ // Win32LobAppReturnCodeTypePHardReboot is a pointer to Win32LobAppReturnCodeTypeVHardReboot
+ Win32LobAppReturnCodeTypePHardReboot = &_Win32LobAppReturnCodeTypePHardReboot
+ // Win32LobAppReturnCodeTypePRetry is a pointer to Win32LobAppReturnCodeTypeVRetry
+ Win32LobAppReturnCodeTypePRetry = &_Win32LobAppReturnCodeTypePRetry
+)
+
+var (
+ _Win32LobAppReturnCodeTypePFailed = Win32LobAppReturnCodeTypeVFailed
+ _Win32LobAppReturnCodeTypePSuccess = Win32LobAppReturnCodeTypeVSuccess
+ _Win32LobAppReturnCodeTypePSoftReboot = Win32LobAppReturnCodeTypeVSoftReboot
+ _Win32LobAppReturnCodeTypePHardReboot = Win32LobAppReturnCodeTypeVHardReboot
+ _Win32LobAppReturnCodeTypePRetry = Win32LobAppReturnCodeTypeVRetry
+)