WBTRequestSyncCallback


C Specification

#include <nitro/wbt.h>

typedef	struct
{
	WBTBlockNumEntry num_of_list;
	s16 peer_packet_size;
	s16 my_packet_size;
	u16 pad1;
	u32 padd2[2];
} WBTRequestSyncCallback;
    

Description

The structure passed by the completion callback of the WBT_RequestSync function.

Members

The details of each member are as follows.

See Also

None.

Revision History

09/21/2004 Initial version