Enumerations | |
enum | { SGP_NONE = 0x0, SGP_HOT_SEAT = 0x4, SGP_CYBIKO = 0x2, SGP_CYBIKO_EASY = 0x10, SGP_CYBIKO_HARD = 0x20, SGP_SINGLE_GAME = 0x40, SGP_CYLANDIA = 0x100, SGP_DONT_INVITE = 0x8000 } |
enum | { SGP_RES_HOT_SEAT = -3L, SGP_RES_CYBIKO = -2L, SGP_RES_CYBIKO_EASY = -5L, SGP_RES_CYBIKO_HARD = -6L, SGP_RES_SINGLE_GAME = -7L } |
enum | invite_mode_t { IM_DEFAULT = 0x1000000, IM_GAME = 0x02000000, IM_CHAT = 0x3000000, IM_PHONEBOOK = 0x4000000 } |
Functions | |
cyid_t | select_partner (struct Process *ptr_process, int style, char *sz_partner_name) |
cyid_t | select_partner_Ex (struct Process *ptr_process, int style, char *sz_partner_name, char *sz_caption, cyid_t *exclude_cyids) |
cyid_t | select_app_partner (struct Process *ptr_process, char *sz_text, int style, char *sz_partner_name, char *sz_caption, long invite_mode, cyid_t *exclude_cyids) |
cyid_t | select_game_partner (struct Process *ptr_process, char *sz_game_name, long style, char *sz_partner_name) |
These structures allow the user to find a partner for a multiplayer game.
|
|
Results of the "select partner" functions.
|
|
Modes of invitation.
|
|
Invites a partner to launch a specified application.
|
|
Select a partner for single or multi-player games.
|
|
Selects a partner.
|
|
Extended version of the select_partner function.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |