ObCreateObject

does anyone have the prototype for the above?

thanks.

Mun Chuen

NTKERNELAPI
NTSTATUS
ObCreateObject (
IN KPROCESSOR_MODE ObjectAttributesAccessMode OPTIONAL,
IN POBJECT_TYPE ObjectType,
IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
IN KPROCESSOR_MODE AccessMode,
IN PVOID Reserved,
IN ULONG ObjectSizeToAllocate,
IN ULONG PagedPoolCharge OPTIONAL,
IN ULONG NonPagedPoolCharge OPTIONAL,
OUT PVOID *Object
);

NTKERNELAPI
NTSTATUS
ObInsertObject (
IN PVOID Object,
IN PACCESS_STATE PassedAccessState OPTIONAL,
IN ACCESS_MASK DesiredAccess,
IN ULONG AdditionalReferences,
OUT PVOID *ReferencedObject OPTIONAL,
OUT PHANDLE Handle
);

Have fun :slight_smile:

Paul

-----P?vodn? zpr?va-----
Od: xxxxx@pmail.ntu.edu.sg [SMTP:xxxxx@pmail.ntu.edu.sg]
Odesl?no: 31. ?ervence 2000 2:00
Komu: File Systems Developers
P?edm?t: [ntfsd] ObCreateObject

does anyone have the prototype for the above?

thanks.

Mun Chuen


You are currently subscribed to ntfsd as: xxxxx@sodatsw.cz
To unsubscribe send a blank email to $subst(‘Email.Unsub’)

NTSTATUS
ObCreateObject(
IN KPROCESSOR_MODE ProbeMode,
IN POBJECT_TYPE ObjectType,
IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
IN KPROCESSOR_MODE OwnershipMode,
IN OUT PVOID ParseContext OPTIONAL,
IN ULONG ObjectBodySize,
IN ULONG PagedPoolCharge,
IN ULONG NonPagedPoolCharge,
OUT PVOID *Object
);

----- Original Message -----
From:
To: File Systems Developers
Sent: Monday, July 31, 2000 12:00 AM
Subject: [ntfsd] ObCreateObject

> does anyone have the prototype for the above?
>
> thanks.
>
> Mun Chuen
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
>