Desktop Functions: Smart Device Functions:
|
Search Results for "listen" in [All]winmmWhen we are done listening to this playback: Enums
HttpServiceConfigIPListenList = 0,
HttpServiceConfigIPListenList = 0
MIB_TCP_STATE_LISTEN = 2,
MIB_TCP_STATE_LISTEN = 2 4: NtStatus
PipeListening = 0xc00000b3,
TCP_TABLE_BASIC_LISTENER,
TCP_TABLE_OWNER_PID_LISTENER,
TCP_TABLE_OWNER_MODULE_LISTENER, wtsapi32
WTSListen,
WTSListen,
WTSListen
WTSListen
Case WTS_CONNECTSTATE_CLASS.WTSListen
RetVal = "Listen"
WTSListen, advapi32
// The "Close()" will trigger RegNotifyChangeKeyValue if it is still listening Structures11: TCP_TABLE_CLASS
TCP_TABLE_BASIC_LISTENER,
TCP_TABLE_OWNER_PID_LISTENER,
TCP_TABLE_OWNER_MODULE_LISTENER,
TCP_TABLE_BASIC_LISTENER
TCP_TABLE_OWNER_PID_LISTENER
TCP_TABLE_OWNER_MODULE_LISTENER
TCP_TABLE_CLASS = (TCP_TABLE_BASIC_LISTENER,TCP_TABLE_BASIC_CONNECTIONS,
TCP_TABLE_BASIC_ALL,TCP_TABLE_OWNER_PID_LISTENER,
TCP_TABLE_OWNER_MODULE_LISTENER,TCP_TABLE_OWNER_MODULE_CONNECTIONS, TCP_TABLE_BASIC_LISTENER A MIB_TCPTABLE table that contains all listening (receiving only) TCP endpoints on the machine is returned to the caller. TCP_TABLE_OWNER_PID_LISTENER A MIB_TCPTABLE_OWNER_PID or MIB_TCP6TABLE_OWNER_PID that contains all listening (receiving only) TCP endpoints on the machine is returned to the caller. TCP_TABLE_OWNER_MODULE_LISTENER A MIB_TCPTABLE_OWNER_MODULE or MIB_TCP6TABLE_OWNER_MODULE that contains all listening (receiving only) TCP endpoints on the machine is returned to the caller. Constants12: WINERROR
public const int ERROR_PIPE_LISTENING = 536;
/// The RPC server is already listening.
public const int RPC_S_ALREADY_LISTENING = 1713;
/// The RPC server is not listening.
public const int RPC_S_NOT_LISTENING = 1715; user32
static extern bool AddClipboardFormatListener(IntPtr hwnd);
Public Function AddClipboardFormatListener(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)>Boolean
Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As Long) As Boolean 14: GetAsyncKeyState
keyBuffer += Enum.GetName(typeof(Keys), i) + " ";//this is WinAPI listener of the keys
static extern bool RemoveClipboardFormatListener(IntPtr hwnd);
Public Function RemoveClipboardFormatListener(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)>Boolean kernel3216: CreateNamedPipe
/// 2. Call Listen(). This will block until a client connects. Sorry, the alternatives
/// 4. Call Listen() again to wait for the next client.
/// to support multiple clients, multiple calls to Create()/Listen() in separate threads is the
public bool Listen()
throw new Exception("Listen() is only for server-side streams");
/// Server only: disconnect the pipe. For most applications, you should just call Listen()
/// Returns true if client is connected. Should only be called after Listen() succeeds.
Console.WriteLine("Listening...");
stream.Listen(); 17: GetConsoleWindow
TextWriterTraceListener ConsoleListener = new TextWriterTraceListener(System.Console.Out);
Trace.Listeners.Add(ConsoleListener); Interfaces18: IUICollection
// Connection Sink for listening to collection changes httpapiHTTP_SERVICE_CONFIG_IP_LISTEN_PARAM
HTTP_SERVICE_CONFIG_IP_LISTEN_QUERY
HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM
HttpServiceConfigIPListenList = 0,
public struct HTTP_SERVICE_CONFIG_IP_LISTEN_PARAM ws2_3222: bind |