skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: DL_GetDbOwnerDL_GetDbOwner
go to next page: EncryptDataEncryptData
end of book navigation links


DL_PassThrough
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

DL_PassThrough: CSSM_DL_PassThrough - Extend data storage module functionality (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_DL_PassThrough(CSSM_DL_DB_HANDLE DLDBHandle,uint32 PassThroughId,const void *InputParams,void **OutputParam)SPI:CSSM_RETURN CSSMDLI DL_PassThrough(CSSM_DL_DB_HANDLE DLDBHandle,uint32 PassThroughId,const void *InputParams,void **OutputParam)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

DLDBHandle (input)
 The handle pair that describes the add-in data storagelibrary module to be used to perform this function and the opendata store upon which the function is to be performed.
PassThroughId (input)
 An identifier assigned by a DL module to indicatethe exported function to be performed.
InputParams (input)
 A pointer to a module implementation-specific structurecontaining parameters to be interpreted in a function-specific mannerby the requested DL module.
OutputParams (output)
 A pointer to a module, implementation-specific structurecontaining the output data. The service provider will allocate thememory for this structure. The application should free the memoryfor the structure.


return to top DESCRIPTION  

This function allows applications to call data storage librarymodule-specific operations that have been exported. Such operationsmay include queries or services that are specific to the domainrepresented by a DL module.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_DL_INVALID_DB_HANDLECSSMERR_DL_INVALID_PASSTHROUGH_ID


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide


go to previous page: DL_GetDbOwnerDL_GetDbOwner
go to next page: EncryptDataEncryptData