netstat: Initial implementation.
[wine] / dlls / msctf / compartmentmgr.c
2012-08-20  Nikolay Sivovmsctf: Call interface methods properly.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2009-09-22  Stefan Ginsbergmsctf: Define function calling convention compatibly...
2009-07-09  Aric Stewartmsctf: Correct return value from GetValue.
2009-06-22  Aric Stewartmsctf: Implement ITfCompartmentEventSink.
2009-06-22  Aric Stewartmsctf: Define ITfSource for Compartments.
2009-06-22  Aric Stewartmsctf: Implement ITfCompartmentMgr::GetCompartment.
2009-06-22  Aric Stewartmsctf: Implement ITfCompartment::SetValue.
2009-06-22  Aric Stewartmsctf: Implement ITfCompartment::GetValue.
2009-06-22  Aric Stewartmsctf: Define ITfCompartment.
2009-06-17  Aric Stewartmsctf: Implement ITfCompartmentMgr::EnumCompartments.
2009-06-17  Aric Stewartmsctf: Implement ITfCompartmentMgr::ClearCompartment.
2009-06-15  Francois Gougetmsctf: Make the CompartmentMgr functions static.
2009-06-12  Aric Stewartmsctf: Framework for ITfCompartmentMgr.