Mobile API Reference
MicroStrategy 2019
|
#include "ProtectedSource/Prolog.h"
#include "PDCrpc.h"
#include "PDCwtypes.h"
#include "PDCwindef.h"
#include "PDCwinnt.h"
#include "PDCwinbase.h"
#include "PDCstdlib.h"
#include "ProtectedSource/Epilog.h"
Go to the source code of this file.
Macros | |
#define | __WINDOWS_H__ |
#define | __stdcall |
#define | _declspec(dllexport) |
#define | __cdecl |
#define | WINAPI __stdcall |
#define | APIENTRY WINAPI |
#define | DLL_PROCESS_ATTACH 1 |
#define | DLL_PROCESS_DETACH 0 |
#define | CopyMemory(Destination, Source, Length) memcpy((Destination),(Source),(Length)) |
#define | ZeroMemory(Destination, Length) memset((Destination),0,(Length)) |
#define | THREAD_PRIORITY_NORMAL 0 |
Functions | |
BOOL | DisableThreadLibraryCalls (HMODULE) |
void | SetLastError (DWORD dwErrCode) |
#define __cdecl |
#define __stdcall |
#define __WINDOWS_H__ |
#define _declspec | ( | dllexport | ) |
#define APIENTRY WINAPI |
#define CopyMemory | ( | Destination, | |
Source, | |||
Length | |||
) | memcpy((Destination),(Source),(Length)) |
#define DLL_PROCESS_ATTACH 1 |
#define DLL_PROCESS_DETACH 0 |
#define THREAD_PRIORITY_NORMAL 0 |
#define WINAPI __stdcall |
#define ZeroMemory | ( | Destination, | |
Length | |||
) | memset((Destination),0,(Length)) |
void SetLastError | ( | DWORD | dwErrCode | ) |