Struct owlyshield_ransom::driver_com::DriverComMessage [−][src]
#[repr(C)]struct DriverComMessage {
type: c_ulong,
pid: c_ulong,
gid: c_ulonglong,
path: [wchar_t; 520],
}
Expand description
The usermode app (this app) can send several messages types to the driver. See DriverComMessageType for details. Depending on the message type, the pid, gid and path fields can be optional.
Fields
type: c_ulong
The type message to send. See DriverComMessageType.
pid: c_ulong
The pid of the process which triggered an i/o activity;
gid: c_ulonglong
The gid is maintained by the driver
path: [wchar_t; 520]