Initial community commit
This commit is contained in:
16
Src/auth/Loginbox/browserWindow.h
Normal file
16
Src/auth/Loginbox/browserWindow.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef NULLSOFT_AUTH_LOGINBOX_BROWSER_WINDOW_HEADER
|
||||
#define NULLSOFT_AUTH_LOGINBOX_BROWSER_WINDOW_HEADER
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
class BrowserEvent;
|
||||
|
||||
BOOL BrowserWindow_Attach(HWND hBrowser, BrowserEvent *eventHandler);
|
||||
BOOL BrowserWindow_Detach(HWND hBrowser);
|
||||
BOOL BrowserWindow_QueueApc(HWND hBrowser, LPARAM param);
|
||||
|
||||
#endif // NULLSOFT_AUTH_LOGINBOX_BROWSER_WINDOW_HEADER
|
||||
Reference in New Issue
Block a user