|
Parameters for a PORT_xxx request.
More...
#include <device.h>
|
Data Fields |
|
struct { |
| uint32_t name_size |
| const wchar_t * remote |
| handle_t port |
| } | port_connect |
|
struct { |
| uint32_t unused [2] |
| handle_t port |
| } | port_listen |
|
struct { |
| uint32_t unused [2] |
| handle_t port |
| handle_t client |
| uint32_t flags |
| } | port_accept |
Detailed Description
Parameters for a PORT_xxx request.
The documentation for this union was generated from the following file:
|