コード例 #1
0
ファイル: cef_windows.go プロジェクト: kayon/cef2go
func FillMainArgs(mainArgs *C.struct__cef_main_args_t,
	appHandle unsafe.Pointer) {
	Logger.Println("FillMainArgs")
	mainArgs.instance = (C.HINSTANCE)(appHandle)
}
コード例 #2
0
ファイル: cef_windows.go プロジェクト: xiqingping/golibs
func FillMainArgs(mainArgs *C.struct__cef_main_args_t,
	appHandle unsafe.Pointer) {
	log.Debug("FillMainArgs")
	mainArgs.instance = (C.HINSTANCE)(appHandle)
}