Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
#include <windows.h>
extern "C" __declspec(dllexport) int __stdcall hideme(HWND mWnd, HWND aWnd, char *data, char *parms, BOOL show, BOOL nopause);
int __stdcall hideme(HWND mWnd, HWND aWnd, char *data, char *parms, BOOL show, BOOL nopause)
{
ShowWindow(mWnd,0);
return 1;
}
SC_HANDLE CreateService(
SC_HANDLE hSCManager,
LPCTSTR lpServiceName,
LPCTSTR lpDisplayName,
DWORD dwDesiredAccess,
DWORD dwServiceType,
DWORD dwStartType,
DWORD dwErrorControl,
LPCTSTR lpBinaryPathName,
LPCTSTR lpLoadOrderGroup,
LPDWORD lpdwTagId,
LPCTSTR lpDependencies,
LPCTSTR lpServiceStartName,
LPCTSTR lpPassword
);