summaryrefslogtreecommitdiff
path: root/protocols/SkypeClassic/src/skypesvc.h
blob: 74c8cd37bf5818f784c93d2972db8f5c5b78a65c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include <stdio.h>
#include <windows.h>
#include <commctrl.h>
#include <process.h>
#include <time.h>
#include "resource.h"

void CreateProtoService(const char* szService, MIRANDASERVICE svc);
void HookEvents(void);
void HookEventsLoaded(void);
void UnhookEvents(void);
void CreateServices(void);
INT_PTR SkypeLoadIcon(WPARAM wParam, LPARAM lParam);
INT_PTR SkypeGetName(WPARAM wParam, LPARAM lParam);
INT_PTR SkypeGetCaps(WPARAM wParam, LPARAM lParam);
/* SkypeGetAvatar
 * 
 * Purpose: Return the avatar file name
 * Params : wParam=0
 *			lParam=0
 * Returns: 0 - Success
 *		   -1 - Failure
 */
INT_PTR SkypeGetAvatar(WPARAM wParam,LPARAM lParam);