91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 716KB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發布日期: 2021-05-24
  • 語言: C/C++
  • 標簽: VS2010??C++??Marshal??

資源簡介

VS 2010 C++開發窗口應用程序,經常要在主控窗口和子窗口之間傳遞參數。而參數有時是非托管內存的變量或指針,必須在托管的窗口應用環境下面進行轉換,稍有不慎就會造成全局內存泄漏。

資源截圖

代碼片段和文件信息

#include?“stdafx.h“

using?namespace?System;
using?namespace?System::Reflection;
using?namespace?System::Runtime::CompilerServices;
using?namespace?System::Runtime::InteropServices;
using?namespace?System::Security::Permissions;

//
//?有關程序集的常規信息通過下列特性集
//?控制。更改這些特性值可修改
//?與程序集關聯的信息。
//
[assembly:AssemblytitleAttribute(“example“)];
[assembly:AssemblyDescriptionAttribute(““)];
[assembly:AssemblyConfigurationAttribute(““)];
[assembly:AssemblyCompanyAttribute(“Microsoft“)];
[assembly:AssemblyProductAttribute(“example“)];
[assembly:AssemblyCopyrightAttribute(“Copyright?(c)?Microsoft?2018“)];
[assembly:AssemblyTrademarkAttribute(““)];
[assembly:AssemblyCultureAttribute(““)];

//
//?程序集的版本信息由下面四個值組成:
//
//??????主版本
//??????次版本
//??????內部版本號
//??????修訂號
//
//?您可以指定所有值,也可使用“修訂號”和“內部版本號”的默認值,
//?方法是按如下所示使用“*”:

[assembly:AssemblyVersionAttribute(“1.0.*“)];

[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];

[assembly:SecurityPermission(SecurityAction::RequestMinimum?UnmanagedCode?=?true)];

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件??????65024??2018-09-19?11:44??example\Debug\example.exe

?????文件???????1677??2018-09-19?11:15??example\Debug\example.exe.metagen

?????文件??????????0??2018-09-19?11:44??example\Debug\example.ilk

?????文件?????330752??2018-09-19?11:44??example\Debug\example.pdb

????.......??????1078??2009-08-31?02:31??example\example\app.ico

?????文件???????2358??2018-09-18?17:15??example\example\app.rc

?????文件???????1171??2018-09-18?17:15??example\example\AssemblyInfo.cpp

?????文件???????3186??2018-09-19?11:44??example\example\Debug\.NETframeworkVersion=v4.0.AssemblyAttributes.obj

?????文件???????1204??2018-09-19?11:44??example\example\Debug\app.res

?????文件???????4999??2018-09-19?11:44??example\example\Debug\AssemblyInfo.obj

?????文件???????9728??2018-09-19?11:44??example\example\Debug\cl.command.1.tlog

?????文件??????11016??2018-09-19?11:44??example\example\Debug\CL.read.1.tlog

?????文件???????1586??2018-09-19?11:44??example\example\Debug\CL.read.2.tlog

?????文件???????2942??2018-09-19?11:44??example\example\Debug\CL.write.1.tlog

?????文件???????3138??2018-09-19?11:44??example\example\Debug\example.Build.CppClean.log

?????文件????????381??2018-09-19?11:44??example\example\Debug\example.exe.intermediate.manifest

?????文件????????180??2018-09-19?11:44??example\example\Debug\example.FormLogin.resources

?????文件????????180??2018-09-19?11:44??example\example\Debug\example.FormMain.resources

?????文件?????????81??2018-09-19?11:44??example\example\Debug\example.lastbuildstate

?????文件???????6080??2018-09-19?11:44??example\example\Debug\example.log

?????文件??????42333??2018-09-19?11:44??example\example\Debug\example.obj

?????文件????2883584??2018-09-19?11:44??example\example\Debug\example.pch

?????文件????????967??2018-09-19?11:44??example\example\Debug\example.vcxproj.GenerateResource.Cache

?????文件??????????0??2018-09-19?11:44??example\example\Debug\example.write.1.tlog

?????文件??????17198??2018-09-19?11:44??example\example\Debug\FormLogin.obj

?????文件??????????2??2018-09-19?11:44??example\example\Debug\link.8440-cvtres.read.1.tlog

?????文件??????????2??2018-09-19?11:44??example\example\Debug\link.8440-cvtres.write.1.tlog

?????文件??????????2??2018-09-19?11:44??example\example\Debug\link.8440.read.1.tlog

?????文件??????????2??2018-09-19?11:44??example\example\Debug\link.8440.read.2.tlog

?????文件??????????2??2018-09-19?11:44??example\example\Debug\link.8440.write.1.tlog

............此處省略39個文件信息

評論

共有 條評論