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]

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.