Prog CARD API Matrix - wowjinxy/libPorpoise GitHub Wiki

Prog - CARD API Matrix

Function-by-function tracking list for libPorpoise CARD subsystem coverage.

Legend:

  • Status: Untriaged / Implemented / Partial / Stub / Missing
  • Check the box when status + notes are verified against behavior and tests.

CARD Subsystem

  • Introduction - Status: Untriaged - Notes: Family/subsystem item; manual triage required.

Functions

  • CARDCheck - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDCheckAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDClose - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDCreate - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDCreateAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDDelete - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDDeleteAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDFastDelete - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDFastDeleteAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDFastOpen - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDFormat - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDFormatAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDFreeBlocks - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDGetEncoding - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDGetFileNo - Status: Missing - Notes: No symbol found for: CARDGetFileNo (first-pass scan include/src).
  • CARDGetResultCode - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDGetStatus - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDInit - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDMount - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDMountAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDOpen - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDProbe - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDRead - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDReadAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDRename - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDRenameAsync - Status: Missing - Notes: No symbol found for: CARDRenameAsync (first-pass scan include/src).
  • CARDSetStatus - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDSetStatusAsync - Status: Missing - Notes: No symbol found for: CARDSetStatusAsync (first-pass scan include/src).
  • CARDUnmount - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDWrite - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).
  • CARDWriteAsync - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).

Data Structure

  • CARDStat - Status: Implemented - Notes: Symbol found in include/src (first-pass scan).