Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
LSA_OBJECT_ATTRIBUTES (Structures)
.
C# Definition:
struct LSA_OBJECT_ATTRIBUTES
{
public UInt32 Length;
public IntPtr RootDirectory;
public LSA_UNICODE_STRING ObjectName;
public UInt32 Attributes;
public IntPtr SecurityDescriptor;
public IntPtr SecurityQualityOfService;
}
VB Definition:
Structure LSA_OBJECT_ATTRIBUTES
Dim Length As UInt32
Dim RootDirectory As IntPtr
Dim ObjectName As IntPtr
Dim Attributes As UInt32
Dim SecurityDescriptor As IntPtr
Dim SecurityQualityOfService As IntPtr
End Structure