ref_vfcallback_getHostVersionInfo - shekh/VirtualDub2 GitHub Wiki
VirtualDub Plugin SDK 1.2
getHostVersionInfo video filter callback
Returns information about the identity and version of the host.
long __cdecl getHostVersionInfo(char *buffer, int len);
buffer | Pointer to buffer to receive version string. |
len | Maximum number of characters to place in the buffer, including the null terminator. |
This method is not thread-safe.
This function must not throw exceptions (see Except()).
The build number of the host.
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.