Pulsar  3d3a057
Data Structures | Functions
bfgrp_location.h File Reference

Group location table access. More...

#include <pulsar/bfgrp/bfgrp.h>

Go to the source code of this file.

Data Structures

struct  PLSR_BFGRPLocationInfo
 Group file location information. More...
 

Functions

PLSR_RC plsrBFGRPLocationGet (const PLSR_BFGRP *bfgrp, u32 index, PLSR_BFGRPLocationInfo *out)
 Fetch location information from the specified index in the location table.
 
PLSR_RC plsrBFGRPLocationFindByFileIndex (const PLSR_BFGRP *bfgrp, u32 fileIndex, PLSR_BFGRPLocationInfo *out)
 Find location information matching the specified fileIndex.
 
NX_INLINE u32 plsrBFGRPLocationCount (const PLSR_BFGRP *bfgrp)
 

Detailed Description

Group location table access.