struct tarpc_alloc_wsabuf_out

Overview

struct tarpc_alloc_wsabuf_out {
    // fields

    struct tarpc_out_arg common;
    tarpc_int retval;
    tarpc_ptr wsabuf;
    tarpc_ptr wsabuf_buf;
};

Detailed Documentation

Fields

tarpc_ptr wsabuf

A pointer to WSABUF structure in the TA address space

tarpc_ptr wsabuf_buf

A pointer to buffer in the TA address space