ffwscnst.fra

来自「Abbrevia is a compression toolkit for Bo」· FRA 代码 · 共 26 行

FRA
26
字号
;*********************************************************
;* FlashFiler: FFWSCNST.STR 1.50                         *
;* Copyright (c) TurboPower Software Co 1996-1998        *
;* All rights reserved.                                  *
;*********************************************************
;* FlashFiler: Winsock error strings resource            *
;*********************************************************
;* Translation into French                               *
;* 01/15/1999  JF Nifenecker, Bordeaux (France)          *
;*             (draft)                                   *
;*********************************************************

#include <FFLLWSCT.inc>

WSAEINTR, "Appel de fonction interrompu"
WSAEBADF, "Mauvais num閞o de fichier"
WSAEACCES, "Autorisation refus閑"
WSAEFAULT, "Erreur inconnue"
WSAEINVAL, "Argument incorrect"
WSAEMFILE, "Trop de fichiers ouverts"
WSAEWOULDBLOCK, "Avertissement : le socket va se bloquer sur cet appel"
WSAEINPROGRESS, "Appel bloquant en cours"
WSAEALREADY, "WSAEALREADY : attention, Al pr阾"
WSAENOTSOCK, "Descripteur de socket (1) n'est pas un socket, ou (2) est d'un type incorrect"
WSAEDESTADDRREQ, "L'adresse de destination est requise pour cette op閞ation"
WSAEMSGSIZE, "Le datagramme trop grand pour tenir dans le tampon a 閠

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?