Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
handle= CreateFile,"\\.\D:",GENERIC_READ,FILE_SHARE_READ or FILE_SHARE_READ,0,OPEN_EXISTING,0,0
DeviceIoControl,handle,IOCTL_STORAGE_EJECT_MEDIA ,0,0,addr outbuffer,sizeof outbuffer,addr bytesreturned,0
und entsprechend IOCTL_STORAGE_LOAD_MEDIA zun "wiedereinziehen".