Added uisrc.

This commit is contained in:
Justin Marshall
2026-04-27 10:37:37 -07:00
parent 101266ab72
commit 7806bb8ef8
407 changed files with 40568 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
/****************************************************************************
*
* bnet.h
* BattleNet Chat Room
*
* By Michael Morhaime
*
***/
#define PROVIDERID 'BATL'
#define BATTLENET_MAXPLAYERS 256
typedef struct _UIPARAMS {
DWORD flags;
SNETPROGRAMDATAPTR programdata;
SNETPLAYERDATAPTR playerdata;
SNETUIDATAPTR interfacedata;
SNETVERSIONDATAPTR versiondata;
LPDWORD playeridptr;
} UIPARAMS, *UIPARAMSPTR;
BOOL DoLoadArtwork (SNETGETARTPROC artcallback,
HWND hWnd,
HWND hWndParent,
DWORD artid,
LPCTSTR controltype,
DWORD controlstyle,
LONG usageflags,
BOOL setpalette,
LPBYTE *data,
SIZE *size);