パラメータ
- flags
- Use Win32.ASSOCF constants.
- str
- Use Win32.ASSOCSTR constants.
- pszAssoc
- pszExtra
- pszOut
- pcchOut
戻り値の型
An Win32.OLE success/error code.
uint assocLen = 0; AssocQueryString(ASSOCF.ASSOCF_INIT_DEFAULTTOSTAR,ASSOCSTR.ASSOCSTR_EXECUTABLE,Path.GetExtension(OutputFileName),"open",null,ref assocLen);
For existing files, another option is FindExecutable.