StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
PUDF_CONTROL_BLOCK Structure
C++
typedef struct _UDF_CONTROL_BLOCK {
  void * m__PVOID__Head;
  void * m__PVOID__SystemStructures;
  void * m__PVOID__Tail;
  void * m__PVOID__Body;
} * PUDF_CONTROL_BLOCK, UDF_CONTROL_BLOCK;

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