Skip to content

Instantly share code, notes, and snippets.

@kumatti1
Created January 11, 2014 11:16
Show Gist options
  • Save kumatti1/8369670 to your computer and use it in GitHub Desktop.
Save kumatti1/8369670 to your computer and use it in GitHub Desktop.
Intel
Sub hoge()
'IGFXEXTLib
''C:\Windows\system32\igfxext.exe
Dim unk As IUnknown 'ICUIExternal2
' Set unk = New CUIExternal
Set unk = CreateObject("IgfxExt.CUIExternal.1")
MsgBox unk Is Nothing
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment