BOOL pascal SetWindowExtra(HWND hWnd, int nBytes) Allocates memory for a window's extra byte area. The memory block is initially set to all zeros. Parameters hWnd is the window handle of the window to query. nBytes is the number of bytes to allocate for the area. Returns TRUE if the operation was successful, FALSE if not.