Shared Flashcard Set

Details

Win32 Functions
Function names and parameters.
12
Computer Science
Undergraduate 2
09/26/2008

Additional Computer Science Flashcards

 


 

Cards

Term
DllMain
Definition
HINSTANCE hinstDLL, DWORD fdwReason, LPVOID LpvReserved
Term
LoadImage
Definition
HINSTANCE hinst, LPCTSTR lpszName, UINT uType, int cxDesired, int cyDesired, UINT fuLoad
Term
StretchBlt
Definition
HDC hdcDest, int nXOriginDest, int nYOriginDest, int nWidthDest, int nHeightDest, HDC hdcSrc, int nXOriginSrc, int nYOriginSrc, int nWidthSrc, int nHeightSrc, DWORD dwRop
Term
CreateCompatibleBitmap
Definition
HDC hdc, int nWidth, int nHeight
Term
BitBlt
Definition
HDC hdcDest, int nXDest, int nYDest, int nWidth, int nHeight, HDC hdcSrc, int nXSrc, int nYSrc, DWORD dwRop
Term
SetWindowText
Definition
HWND hWnd, LPCTSTR lpString
Term
CreatePen
Definition
int fnPenStyle, int nWidth, COLORREF crColor
Term
SelectObject
Definition
HDC hdc, HGDIOBJ hgdiobj
Term
WindowProc
Definition
HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
Term
GetMessage
Definition
LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax
Term
WinMain
Definition
HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow
Term
CreateWindow
Definition
LPCTSTR lpClassName, LPCTSTR lpWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HINSTANCE hInstance, LPVOID lpParam
Supporting users have an ad free experience!