/***************************************************************************** * * COPYRIGHT 1993 - COLORADO MEMORY SYSTEMS, INC. * ALL RIGHTS RESERVED. * ****************************************************************************** * * FILE: \SE\DRIVER\DEVICE\JUMBO\SRC\0X11026.C * * FUNCTION: cqd_CheckFormatMode * * PURPOSE: * * HISTORY: * $Log: J:\se.vcs\driver\q117cd\src\0x11026.c $ * * Rev 1.0 18 Oct 1993 17:23:52 KEVINKES * Initial Revision. * *****************************************************************************/ #define FCT_ID 0x11026 #include "include\public\adi_api.h" #include "include\public\frb_api.h" #include "include\private\kdi_pub.h" #include "include\private\cqd_pub.h" #include "q117cd\include\cqd_defs.h" #include "q117cd\include\cqd_strc.h" #include "q117cd\include\cqd_hdr.h" /*endinclude*/ dBoolean cqd_CheckFormatMode ( /* INPUT PARAMETERS: */ dVoidPtr cqd_context /* UPDATE PARAMETERS: */ /* OUTPUT PARAMETERS: */ ) /* COMMENTS: ***************************************************************** * * DEFINITIONS: *************************************************************/ { /* DATA: ********************************************************************/ /* CODE: ********************************************************************/ return ((CqdContextPtr)cqd_context)->controller_data.start_format_mode; }