summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EnumWin32.go
blob: 4ebdb5f25e93261963dfa2a174a2757ee8b5df35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
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
)