Zitat: |
The DeviceIoControl function sends a control code directly to a specified device driver, causing the corresponding device to perform the specified operation |
Zitat: |
The FSCTL_SET_COMPRESSION DeviceIoControl operation sets the compression state of a file or directory on a volume whose file system supports per-file and per-directory compression. You can use this operation to compress or uncompress a file or directory on such a volume.
dwIoControlCode = FSCTL_SET_COMPRESSION; // operation code lpInBuffer ; // pointer to input buffer nInBufferSize ; // size of input buffer lpOutBuffer = NULL; // pointer to output buffer; not used; must be NULL nOutBufferSize = 0; // size of output buffer; not used; must be zero lpBytesReturned ; // pointer to DWORD used by DeviceIoControl function |
Haike hat folgendes geschrieben: |
Wenn auch spät, hier noch mein Feedback. |
Entwickler-Ecke.de based on phpBB
Copyright 2002 - 2011 by Tino Teuber, Copyright 2011 - 2025 by Christian Stelzmann Alle Rechte vorbehalten.
Alle Beiträge stammen von dritten Personen und dürfen geltendes Recht nicht verletzen.
Entwickler-Ecke und die zugehörigen Webseiten distanzieren sich ausdrücklich von Fremdinhalten jeglicher Art!