Skip to content

ref_vfcallback_getHostVersionInfo

shekh edited this page Apr 15, 2018 · 1 revision

VirtualDub Plugin SDK 1.2

getHostVersionInfo video filter callback

getHostVersionInfo

Returns information about the identity and version of the host.

long __cdecl getHostVersionInfo(char *buffer, int len);

Parameters

buffer Pointer to buffer to receive version string.
len Maximum number of characters to place in the buffer, including the null terminator.

Thread safety

This method is not thread-safe.

Exceptions

This function must not throw exceptions (see Except()).

Return value

The build number of the host.

Remarks

This is mainly intended for informative purposes. Decisions regarding the host capabilities should be made using the API version instead, whenever possible.


Copyright (C) 2007-2012 Avery Lee.

Clone this wiki locally