Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsZero
bool
Interop.SspiCli.CredHandle.IsZero
get
Definition at line
153
of file
Interop.cs
.
154
{
155
[
MethodImpl
(
MethodImplOptions
.AggressiveInlining)]
156
get
157
{
158
if
(
dwLower
==
IntPtr
.
Zero
)
159
{
160
return
dwUpper
==
IntPtr
.
Zero
;
161
}
162
return
false
;
163
}
164
}
System.Reflection.Metadata.Ecma335.TableIndex.MethodImpl
@ MethodImpl
System.Runtime.CompilerServices.MethodImplOptions
MethodImplOptions
Definition
MethodImplOptions.cs:5
Interop.SspiCli.CredHandle.dwLower
IntPtr dwLower
Definition
Interop.cs:149
Interop.SspiCli.CredHandle.dwUpper
IntPtr dwUpper
Definition
Interop.cs:151
System.IntPtr.Zero
static readonly IntPtr Zero
Definition
IntPtr.cs:18
System.IntPtr
Definition
IntPtr.cs:14
Interop
SspiCli
CredHandle
Generated by
1.10.0