StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_ISO9660JolietFileTree_GetNodeStartingLBA Function
C++
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_ISO9660JolietFileTree_GetNodeStartingLBA(IN PVOID p__PVOID__ISO9660JolietFileTree, IN PVOID p__PVOID__ISO9660JolietFileTreeNode, OUT PLONG p__PLONG__StartingLBA);
Parameters 
Description 
IN PVOID p__PVOID__ISO9660JolietFileTree 
Pointer to the ISO9660 or Joliet file tree object that toolkit allocated during call to StarBurn_ISO9660JolietFileTree_Create().
 
IN PVOID p__PVOID__ISO9660JolietFileTreeNode 
Pointer to the ISO9660 or Joliet file tree node object that is either result of previous tree node kids enumeration with StarBurn_ISO9660JolietFileTree_GetFirstKid() and StarBurn_ISO9660JolietFileTree_GetNextKid() or the result of call to StarBurn_ISO9660JolietFileTree_GetRoot().
 
OUT PLONG p__PLONG__StartingLBA 
Pointer to the variable to receive ISO9660 or Joliet file tree node starting LBA. 

Execution status.

This function returns ISO9660 or Joliet file tree node starting LBA after the image was built.

None.

There are no examples for StarBurn_ISO9660JolietFileTree_GetNodeISO9660DateTime(...) API call.