bvCreatePreview
The function is used to create frame preview windows.
BESTVIEWAPI(HWND) bvCreatePreview(DWORD dwExStyle,
LPCTSTR lpWindowName, DWORD dwStyle, LONG
x, LONG y, LONG nWidth, LONG
nHeight, HWND hWndParent, HINSTANCE hInstance,
LPVOID lpParam)
Parameters:
- dwExStyle - Specifies the extended window style of the window being created
- lpWindowName - Pointer to a null-terminated string that specifies the window name
- dwStyle - Specifies the style of the window being created
- x - Specifies the initial horizontal position of the window
- y - Specifies the initial vertical position of the window
- nWidth - Specifies the width of the window
- nHeight - Specifies the height of the window
- hWndParent - Handle to the parent or owner window of the window being created
- hInstance - HINSTANCE of the application
- lpParam - LPARAM. Not used.
Return value: a handle of the frame preview window.