INT 2F U - KKCFUNC AH = 4Dh AL = function 00h get function address 01h get error number of last call to KKC DOS function 02h register/release KKC 03h get table address !!! details to follow Return: ??? Notes: This API(Application Program[ming] Interface) The defined set of calls which a program may make to interact with or request services of the operating system or environment under which it is running. Because the inputs and outputs of the calls are well-defined, a program using the API can continue using the identical calls even if the internal organization of the program providing the API changes. is provided by KKCFUNC.SYS, a support driver for Kana Kanji Converters (KKC), which is used to handle multiple client KKCs and provide all the necessary framework to call DOS functions at any time. also called by MSKK For AL > 3, KKCFUNC passes the call down to the original INT 2Fh, as recorded at initialization.