ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Functions | |
NTSTATUS | VfdSetLink (IN PDEVICE_EXTENSION DeviceExtension, IN CHAR DriveLetter) |
NTSTATUS | VfdLoadLink (IN PDEVICE_EXTENSION DeviceExtension, IN PWSTR RegistryPath) |
NTSTATUS | VfdStoreLink (IN PDEVICE_EXTENSION DeviceExtension) |
NTSTATUS VfdLoadLink | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN PWSTR | RegistryPath | ||
) |
Definition at line 135 of file vfdlink.c.
Referenced by VfdCreateDevice().
NTSTATUS VfdSetLink | ( | IN PDEVICE_EXTENSION | DeviceExtension, |
IN CHAR | DriveLetter | ||
) |
Definition at line 24 of file vfdlink.c.
Referenced by VfdDeleteDevice(), VfdDeviceControl(), and VfdReinitialize().
NTSTATUS VfdStoreLink | ( | IN PDEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 190 of file vfdlink.c.
Referenced by VfdDeviceControl().