User guide

202 RealCT Direct API Developer Guide
Chapter 6: MVIP-95
Example 12. MVIP95_CMD_CONFIG_BOARD_CLOCK
(H.100) Sample Code (Continued)
if (!IoctlResult)
printf("MVIP95_CMD_CONFIG_BOARD_CLOCK failed:"
"BrktGetLastError = %d\n",
BrktGetLastError (BoardHandle));
BrktCloseDevice (BoardHandle);
} /* main */