Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Frees resources associated with the image handle.
Syntax
void CimCloseImage(
CIMFS_IMAGE_HANDLE cimImageHandle
);
Parameters
cimImageHandle
Type: CIMFS_IMAGE_HANDLE
An opaque handle that represents a writer for the image. This handle is created using CimCreateImage.
Return value
None
Remarks
If the image handle is closed before it is committed, any modifications performed on the image using the image handle are discarded. If a stream handle exists for the image, the image resources will not be freed until the stream handle is closed.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 2004 (10.0; Build 19041) |
| Minimum supported server | Windows Server, version 2004 (10.0; Build 19041) |
| Header | cimfs.h |
| Library | cimfs.lib |