Returns the count of callback routines currently registered by the imaging library.

DWORD
WINAPI
WIMGetMessagecallbackCount(
	HANDLE hWim
	);

Parameters

hWim

[in opt] The handle to a .wim file returned by WIMCreateFile.

Return Value

The return value is the number of message callback functions currently registered.

See Also