iDRS™ SDK 16
Loading...
Searching...
No Matches
CDateSearchContext_interface.h File Reference

Interface for CDateSearchContext wrapper. More...

Go to the source code of this file.

Functions

CDateSearchContext CDateSearchContext_Create (idrs_exception *pargException)
 Creates a new instance of CDateSearchContext.
 
void CDateSearchContext_Destroy (CDateSearchContext argCDateSearchContext, idrs_exception *pargException)
 Destroys a CDateSearchContext handle.
 

Detailed Description

Interface for CDateSearchContext wrapper.

Function Documentation

◆ CDateSearchContext_Create()

CDateSearchContext CDateSearchContext_Create ( idrs_exception *  pargException)

Creates a new instance of CDateSearchContext.

Returns
The new instance of CDateSearchContext.
Parameters
pargExceptionPointer to exception structure that will be filled if an exception occurs
Remarks
Instances created by this method can also be provided to CSearchContext methods

◆ CDateSearchContext_Destroy()

void CDateSearchContext_Destroy ( CDateSearchContext  argCDateSearchContext,
idrs_exception *  pargException 
)

Destroys a CDateSearchContext handle.

Parameters
argCDateSearchContextCDateSearchContext handle to destroy
pargExceptionPointer to exception structure that will be filled if an exception occurs