ResourceProcs Struct Reference

The set of routines available in the Resource suite. More...

#include <PIGeneral.h>

Data Fields

int16 resourceProcsVersion
 The current version of the resource suite.
int16 numResourceProcs
 The number of routines in the resource suite.
CountPIResourcesProc countProc
 Function pointer to count the number of resources of a given type.
GetPIResourceProc getProc
 Function pointer to get an indicated resource.
DeletePIResourceProc deleteProc
 Function pointer to delete a resource.
AddPIResourceProc addProc
 Function pointer to add a resource of a given type.

Detailed Description

The set of routines available in the Resource suite.


Field Documentation

The current version of the resource suite.

The number of routines in the resource suite.

Function pointer to count the number of resources of a given type.

Function pointer to get an indicated resource.

Function pointer to delete a resource.

Function pointer to add a resource of a given type.


The documentation for this struct was generated from the following file: