Takes a pointer to a TABLE_HANDLES struct that the
function OpenSpecTables populates with a handle to fda specs.
This handle is passed in through the idHandleOpenSpecs field.
With this handle to the specs, this function will go through all of specs
(for the specified object name that was passed into the szObjectName field)
which have an object id and check to see if any of those specs are duplicate.
This function will take any duplicate specs it finds to build
up a structure which it will create a handle for and send back
in the idHandleDupSpecs field upon return from the function. A call
to this function must be followed by FindDupSpecEnd passing the
handle held in idHandleDupSpecs to ensure that memory was
properly freed.
D91501A - Duplicate Specs Report
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
idHandleOpenSpecs | APPLID | ID | OPT | BOTH |
The Application ID uniquely identifies the OneWorld Application. | ||||
szObjectName | OMWOBJID | char | OPT | INPUT |
A 200-character field that serves as an identifier for a OneWorld object. When used in conjunction with an Object Management Workbench
| ||||
szObjectType | OMWOT | char | OPT | INPUT |
In OneWorld, an object has traditionally been a reusable entity based on software specification created by the OneWorld Tools. These
| ||||
mnSequenceNumber1 | SEQ | MATH_NUMERIC | OPT | BOTH |
A number that specifies the sequence of information. | ||||
idHandleDupSpecs | APPLID | ID | OPT | BOTH |
The Application ID uniquely identifies the OneWorld Application. | ||||
szSpecKey | DL | char | OPT | OUTPUT |
A description, remark, name or address. |
None |
None |