MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ObjectAttributes

Class ObjectAttributes

KernelLibrary/ObjectAttributes.h:16–22  ·  view source on GitHub ↗

��������Ҫ�򿪻򴴽����ں˶�������

Source from the content-addressed store, hash-verified

14
15// ��������Ҫ�򿪻򴴽����ں˶�������
16struct ObjectAttributes :OBJECT_ATTRIBUTES {
17 // rootDirectory��ʾ����ĸ�Ŀ¼���
18 // name ��ʾ�����·�������֣���rootDirectory��ͬ�����һ�������Ķ���ȫ·������
19 // flags ��ʾ����򿪻򴴽�ʱ�ľ�������
20 ObjectAttributes(PUNICODE_STRING name, ObjectAttributesFlags flags = ObjectAttributesFlags::None,
21 HANDLE rootDirectory = nullptr, PSECURITY_DESCRIPTOR sd = nullptr);
22};

Callers 1

IrpCreateFileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected