Mobile API Reference  MicroStrategy 2019
PDCwindows.h File Reference
#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)
 

Macro Definition Documentation

◆ __cdecl

#define __cdecl

◆ __stdcall

#define __stdcall

◆ __WINDOWS_H__

#define __WINDOWS_H__

◆ _declspec

#define _declspec (   dllexport)

◆ APIENTRY

#define APIENTRY   WINAPI

◆ CopyMemory

#define CopyMemory (   Destination,
  Source,
  Length 
)    memcpy((Destination),(Source),(Length))

◆ DLL_PROCESS_ATTACH

#define DLL_PROCESS_ATTACH   1

◆ DLL_PROCESS_DETACH

#define DLL_PROCESS_DETACH   0

◆ THREAD_PRIORITY_NORMAL

#define THREAD_PRIORITY_NORMAL   0

◆ WINAPI

#define WINAPI   __stdcall

◆ ZeroMemory

#define ZeroMemory (   Destination,
  Length 
)    memset((Destination),0,(Length))

Function Documentation

◆ DisableThreadLibraryCalls()

BOOL DisableThreadLibraryCalls ( HMODULE  )
inline

◆ SetLastError()

void SetLastError ( DWORD  dwErrCode)