Reg. IRP_MJ_SET_SECURTIY

Hi all,
The IRP_MJ_SET_SECURTIY has a PSECURITY_DESCRIPTOR in its IoStackLocation’
parameters.

Can anybody tell me what is the data in the buffer at which the pointer is
pointing??

Is there in way in which we can extract the data stored at the buffer at
which this pointer is pointing?

Also is it possible if we can create our own security descriptor, fill in
the buffer & pass it to the lower level driver?

Thanks

On Thu, 25 May 2000, Sudhir_Sambrani wrote:

Hi all,
The IRP_MJ_SET_SECURTIY has a PSECURITY_DESCRIPTOR in its IoStackLocation’
parameters.

Can anybody tell me what is the data in the buffer at which the pointer is
pointing??

It is declared in the Windows 2000 DDK, file winnt.h, line 3568.