Searched refs:hwndstr (Results 1 – 3 of 3) sorted by relevance
20581 char *hwndstr = GetParamStr(o, "HWND"); in SmParseCommandLine() local20635 if (IsEmptyStr(hwndstr) == false) in SmParseCommandLine()20637 sm->hParentWnd = (HWND)ToInt64(hwndstr); in SmParseCommandLine()20641 Free(hwndstr); in SmParseCommandLine()
20509 char *hwndstr = GetParamStr(o, "HWND"); in SmParseCommandLine() local20563 if (IsEmptyStr(hwndstr) == false) in SmParseCommandLine()20565 sm->hParentWnd = (HWND)ToInt64(hwndstr); in SmParseCommandLine()20569 Free(hwndstr); in SmParseCommandLine()