6 references to ERROR_INVALID_PARAMETER
mscorlib (6)
system\io\__error.cs (2)
170
case Win32Native.
ERROR_INVALID_PARAMETER
:
225
internal const int ERROR_INVALID_PARAMETER = Win32Native.
ERROR_INVALID_PARAMETER
;
system\security\accesscontrol\nativeobjectsecurity.cs (1)
146
else if ( error == Win32Native.
ERROR_INVALID_PARAMETER
)
system\security\accesscontrol\securitydescriptor.cs (2)
238
if ( error == Win32Native.
ERROR_INVALID_PARAMETER
||
657
if ( error == Win32Native.
ERROR_INVALID_PARAMETER
||
system\security\principal\sid.cs (1)
543
if ( Error == Win32Native.
ERROR_INVALID_PARAMETER
)