Share

acdbGetFieldMarkers

C++

ACDBCORE2D_PORT bool acdbGetFieldMarkers(
    const ACHAR*& pszPrefix, 
    const ACHAR*& pszSuffix
);

File

DbField.h

Description

Returns true if successful, or false if the function fails.

Parameters

Parameters Description
pszPrefix Input reference to receive the field marker prefix
pszSuffix Input reference to receive the field marker suffix

Was this information helpful?