- Timestamp:
- Jun 16, 2013, 1:30:06 AM (9 years ago)
- Location:
- trunk/Utilities/Miscellaneous/NullBstrArgument
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/Miscellaneous/NullBstrArgument
- Property svn:ignore
-
old new 1 1 *.suo 2 _Bin 3 ipch 4 *.sdf
-
- Property svn:ignore
-
trunk/Utilities/Miscellaneous/NullBstrArgument/Application/Application.cpp
r180 r181 14 14 { 15 15 CComPtr<IFoo> pFoo; 16 A(pFoo.CoCreateInstance(__uuidof(Foo) ));16 A(pFoo.CoCreateInstance(__uuidof(Foo), NULL, CLSCTX_LOCAL_SERVER)); 17 17 CComBSTR sValue; 18 18 sValue = "Application";
Note: See TracChangeset
for help on using the changeset viewer.