Desktop Functions: Smart Device Functions:
|
Search Results for "OBJECT_ATTRIBUTES" in [All]advapi32
Dim ObjectAttr As LSA_OBJECT_ATTRIBUTES
struct LSA_OBJECT_ATTRIBUTES
ref LSA_OBJECT_ATTRIBUTES ObjectAttributes,
LSA_OBJECT_ATTRIBUTES lsaAttr;
lsaAttr.Length = Marshal.SizeOf(typeof(LSA_OBJECT_ATTRIBUTES));
Dim ObjectAttr As LSA_OBJECT_ATTRIBUTES
struct LSA_OBJECT_ATTRIBUTES
ref LSA_OBJECT_ATTRIBUTES ObjectAttributes,
LSA_OBJECT_ATTRIBUTES lsaAttr;
lsaAttr.Length = Marshal.SizeOf(typeof(LSA_OBJECT_ATTRIBUTES));
ref LSA_OBJECT_ATTRIBUTES ObjectAttributes,
ByRef ObjectAttributes As LSA_OBJECT_ATTRIBUTES, _
LSA_OBJECT_ATTRIBUTES aObjectAttributes = new LSA_OBJECT_ATTRIBUTES();
LSA_OBJECT_ATTRIBUTES ObjectAttributes = new LSA_OBJECT_ATTRIBUTES();
private struct LSA_OBJECT_ATTRIBUTES
ref LSA_OBJECT_ATTRIBUTES ObjectAttributes,
Dim ObjectAttr As LSA_OBJECT_ATTRIBUTES
Dim ObjectAttr As LSA_OBJECT_ATTRIBUTES
private struct LSA_OBJECT_ATTRIBUTES
ref LSA_OBJECT_ATTRIBUTES ObjectAttributes,
private LSA_OBJECT_ATTRIBUTES objectAttributes;
objectAttributes = new LSA_OBJECT_ATTRIBUTES(); Structures
Public Structure OBJECT_ATTRIBUTES
public struct OBJECT_ATTRIBUTES : IDisposable
public OBJECT_ATTRIBUTES(string name, uint attrs) ntdll9: NtCreateFile
public static extern int NtCreateFile(out SafeFileHandle handle, FileAccess access, OBJECT_ATTRIBUTES* objectAttributes, IO_STATUS_BLOCK* ioStatus, ref long allocSize, uint fileAttributes, FileShare share, uint createDisposition, uint createOptions, IntPtr eaBuffer, uint eaLength);
ref OBJECT_ATTRIBUTES objectAttributes,
public struct OBJECT_ATTRIBUTES
OBJECT_ATTRIBUTES objAttributes = new OBJECT_ATTRIBUTES();
ref OBJECT_ATTRIBUTES ObjectAttributes);
var attr = new OBJECT_ATTRIBUTES("\\", 0);
ref OBJECT_ATTRIBUTES ObjectAttributes);
var attr = new OBJECT_ATTRIBUTES(name, 0); 12: ZwOpenSection
out IntPtr sectionHandle, uint desiredAccess, ref OBJECT_ATTRIBUTES attributes); netapi32
LSA_OBJECT_ATTRIBUTES aObjectAttributes = new LSA_OBJECT_ATTRIBUTES(); |