SHIsEmptyStream (SHLWAPI.166)
BOOL SHIsEmptyStream ( IStream* lpStream )
Determine if a stream has 0 length.
lpStream | [In] | IStream object. |
TRUE: If the stream has 0 length
FALSE: Otherwise.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/istream.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/istream.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.