FILE_MAKE_COMPATIBLE_BUFFER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winioctl.h

typedef struct _FILE_MAKE_COMPATIBLE_BUFFER {
  BOOLEAN CloseDisc;
} FILE_MAKE_COMPATIBLE_BUFFER, *PFILE_MAKE_COMPATIBLE_BUFFER;
View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-file_make_compatible_buffer)

FILE_MAKE_COMPATIBLE_BUFFER structure

Description

Specifies the disc to close the current session for. This control code is used for UDF file systems. This structure is used for input when calling FSCTL_MAKE_MEDIA_COMPATIBLE.

Members

CloseDisc

If TRUE, indicates the media should be finalized. No new data can be appended to the media.

See also

DeviceIoControl

FSCTL_MAKE_MEDIA_COMPATIBLE