Programming guideline of WinDom
- NAME
-
RsrcGaddr - get an address object in a resource.
- PROTOTYPAGE
-
int RsrcGaddr( void *rsc, int type, int index, void *addr);
- PARAMETERS
-
- rsc:
- resource targeted or NULL,
- type:
- type of object to retrieval,
- index:
- index of object to retrieval,
- addr:
- address of object,
- return:
- code error.
- DESCRIPTION
-
RsrcGaddr() has the same action than rsrc_gaddr() of
resource loaded by RsrcXload(). If parameter rsc is NULL,
RsrcGaddr() resource targeted is which loaded by RsrcLoad(). For
details, see rsrc_gaddr() manual.
- SEE ALSO
-
RsrcXload(), rsrc_gaddr().