Toshiba V Series User Manual page 76

Integrated controller
Hide thumbs Also See for V Series:
Table of Contents

Advertisement

Chapter 8 Function Reference
8
64
TcnScmClrTalkerMap
Name
TcnScmClrTalkerMap - Clear scan talker map duplicate block
Type
#include <tcnlib.h>
BOOL TcnScmClrTalkerMap (IN HANDLE hDevice, IN DWORD dwMode);
Description
Clears the scan talker map duplicate block.
hDevice: File handle obtained with TcnCreateFile
dwMode: Set 1 to start clearing (always set this to 1)
Return Code
TRUE is returned in case of normal end.
FALSE is returned in case of abnormal end.
The error detail can be obtained with GetLastError().
Example
#include <windows.h>
#include "tcnlib.h"
HANDLE
result = TcnScmClrTalkerMap( hDev, 1 );
if( !result ) printf(" TcnScmClrTalkerMap fail. Code=%ld\n",GetLastError());
See Also
TcnSccGetTaklerMap
:
hDev;
:
TC-net 100 PCI Bus Card Support Software User Manual

Advertisement

Table of Contents
loading

Table of Contents