====== hfzExtHeaderBlock_Reset ====== ===== Description ===== Reset the contents of a hfzExtHeaderBlock struct and release any allocated memory. ===== Function prototype ===== void hfzExtHeaderBlock_Reset(hfzExtHeaderBlock* pBlock); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | pBlock | hfzExtHeaderBlock | A handle to the hfzExtHeaderBlock to be reset. | ===== Return value ===== None (void). ===== Comments ===== This function is used internally within LibHFZ to reset hfzExtHeaderBlock structs stored within hfzHeader structs. Developers would not normally need to use this function.