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_GetDbAclDL_GetDbAcl
go to next page: DL_GetDbNamesDL_GetDbNames
end of book navigation links


DL_GetDbNameFromHandle
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

DL_GetDbNameFromHandle: CSSM_DL_GetDbNameFromHandle - Get data source name (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_DL_GetDbNameFromHandle(CSSM_DL_DB_HANDLE DLDBHandle,char **DbName)SPI:CSSM_RETURN CSSMDLI DL_GetDbNameFromHandle(CSSM_DL_DB_HANDLE DLDBHandle,char **DbName)


return to top LIBRARY  

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


return to top PARAMETERS  

DLDBHandle (input)
 The handle pair that identifies the add-in datastorage library module and the open data store whose name shouldbe retrieved.
DbName (output)
 Returns a zero terminated string which containsa data store name. The memory is allocated by the service providerand must be deallocated by the application.


return to top DESCRIPTION  

This function retrieves the data source name correspondingto an opened data store handle.


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_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_DL_GetDbNames

Functions for the DL SPI:

DL_GetDbNames


go to previous page: DL_GetDbAclDL_GetDbAcl
go to next page: DL_GetDbNamesDL_GetDbNames