Skip to content

Instantly share code, notes, and snippets.

@kumatti1
Created April 11, 2012 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumatti1/2363200 to your computer and use it in GitHub Desktop.
Save kumatti1/2363200 to your computer and use it in GitHub Desktop.
[
uuid(1431CA7D-F684-4eb3-B00D-E72D8B116E94),
version(1.0),
helpstring("test")
]
library test
{
importlib("stdole2.tlb");
[
odl,
uuid(5A7E6719-A3EA-4cfd-87DD-8C05EB589EA2),
helpstring("CallAddressOf interface")
]
interface CallAddressOf : IUnknown {
HRESULT Call(
[in] long pfn,
[in] long arg);
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment