探测远程Windows主机的NetBIOS信息(14) else if(pBuffer->shi1_type==STYPE_PRINTQ) { _tprintf(_T("Print queue.\n")); } else if(pBuffer->shi1_type==STYPE_DEVICE) { _tprintf(_T("Communication device.\n")); } else if(pBuffer->shi1_type==STYPE_IPC) { _tprintf(_T("Interprocess communication (IPC).\n")); } else if(pBuffer->shi1_type==STYPE_SPECIAL) { _tprintf(_T("Special share reserved for interprocess communication (IPC$) or remote administration of the server (ADMIN$).\n"));