1234567891011121314151617181920212223 |
- #ifndef NULLOSFT_WINAMP_SKINNEDWINDOW_IPC_HEADER
- #define NULLOSFT_WINAMP_SKINNEDWINDOW_IPC_HEADER
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- #include <wtypes.h>
- #define SWS_EX_NOSNAP 0x00000001
- #define IPC_SKINWINDOW_SETEXSTYLE 1
- #define IPC_SKINWINDOW_GETEXSTYLE 2
- #define IPC_SKINWINDOW_SETEMBEDFLAGS 3
- #define IPC_SKINWINDOW_GETEMBEDFLAGS 4
- #define IPC_SKINWINDOW_GETWASABIWND 5
- #define IPC_SKINWINDOW_GETGUID 6
- #define IPC_SKINWINDOW_GETEMBEDNUMS 7
- #define IPC_SKINWINDOW_UNSKIN 10
- #endif
|