WslcListSessionImages¶
STDAPI WslcListSessionImages(_In_ WslcSession session, _Outptr_result_buffer_(*count) WslcImageInfo** images, _Out_ uint32_t* count);
| Parameter | Type | Direction |
|---|---|---|
session |
WslcSession |
in |
images |
WslcImageInfo** |
out |
count |
uint32_t* |
out |
Return value: HRESULT.
Header note: images is allocated using CoTaskMemAlloc; free it with CoTaskMemFree.
Example: