StarBurn SDK (Software Development Kit) |
struct _UDF_CONTROL_BLOCK { void * m__PVOID__Head; void * m__PVOID__SystemStructures; void * m__PVOID__Tail; void * m__PVOID__Body; };
Structure that represents UDF control block
Member | Definition |
m__PVOID__Head | Pointer to the head of the linked list |
m__PVOID__SystemStructures | Pointer to the allocated and formatted UDF system structures |
m__PVOID__Tail | Pointer to the tail of the linked list |
m__PVOID__Body | Pointer to block body itself |