Version 2 (modified by 14 years ago) ( diff ) | ,
---|
MnBdClose
Closes the specified main board device.
void MnBdClose(int nDev);
Parameters
- nDev - main board device number
Return Value
Function does not return any result.
Remarks
MnBdShutdown may be used at the shutdown of an application to automatically call MnBdClose for all appropriate devices.
Examples
MnBdClose(MNBD_DEV);
See Also
Note:
See TracWiki
for help on using the wiki.