Pulsar
3d3a057
|
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) |
Group location table access.