Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
// MsFxsSnp.idl : IDL source for MsFxsSnp.dll //
// This file will be processed by the MIDL tool to // produce the type library (MsFxsSnp.tlb) and marshalling code.
import "oaidl.idl"; import "ocidl.idl";
[ uuid(675C9E93-866E-4f2f-9878-2B0CF7052EA0), helpstring("IFaxSecurityInfo Interface"), pointer_default(unique) ] interface IFaxSecurityInformation : IUnknown { };
[ uuid(F8D2DF41-EABA-480c-8403-56400D664DA3), version(1.0), helpstring("MsFxsSnp 1.0 Type Library") ] library MsFxsSnpLib { importlib("stdole32.tlb"); importlib("stdole2.tlb");
[ uuid(1CA43905-B116-405a-9871-1D79621A745F), helpstring("Snapin Class") ] coclass Snapin { [default] interface IUnknown; } [ uuid(35E69FA6-12B5-40cd-B88F-D285F52A5073), helpstring("Snapin Class About") ] coclass SnapinAbout { [default] interface IUnknown; } [ uuid(83D76237-4BE3-4127-91DF-8FBC1E6F2BF4), helpstring("FaxSecurityInformation Class") ] coclass FaxSecurityInformation { [default] interface IFaxSecurityInformation; };
};
|