WCP 新版本中多了几个新的导出函数
WCP 新版本中多了幾個(gè)新的導(dǎo)出函數(shù)
?
從 10.0.10586.0起,isolation.h文件的大小從80 多開增加到了300 多開。
下面幾個(gè)導(dǎo)出函數(shù)就是新增的,當(dāng)然遠(yuǎn)不止這些,只不過這幾個(gè)對(duì)于測試比較方便。
?但是,卻找不到具體的實(shí)現(xiàn)。
/* [local] */ HRESULT __stdcall GetSystemStoreForTest(
??? /*[annotation][in] */
??? _In_?LPCWSTR FilesystemTempRoot,
??? /*[annotation][in] */
??? _In_?LPCWSTR RegistryTempRoot,
??? /*[annotation][out] */
??? _Out_?IStore **ppIStore);
?
/* [local] */ HRESULT __stdcall GetUserStore(
??? /*[annotation][in] */
??? _In_?DWORD dwFlags,
??? /*[annotation][in] */
??? _In_?HANDLE hToken,
??? /*[annotation][in] */
??? _In_?REFIID riid,
??? /*[annotation][iid_is][out] */
??? _Out_?IUnknown **ppIStore);
/* [local] */ HRESULT __stdcall GetUserStoreForTest(
??? /*[annotation][in] */
??? _In_?LPCWSTR FilesystemTempRoot,
??? /*[annotation][in] */
??? _In_?LPCWSTR RegistryTempRoot,
??? /*[annotation][out] */
??? _Out_?IStore **ppIStore);
/* [local] */ HRESULT __stdcall GetUserStateManager(
??? /*[annotation][in] */
??? _In_?DWORD Flags,
??? /*[annotation][in] */
??? _In_?HANDLE hToken,
??? /*[annotation][in] */
??? _In_?REFIID riid,
??? /*[annotation][iid_is][out] */
??? _Out_?IUnknown **ppManager);
?
總結(jié)
以上是生活随笔為你收集整理的WCP 新版本中多了几个新的导出函数的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: html5 java 微信商城_微信商城
- 下一篇: 微软相关的开发资源列表(update)