如何使文本文件“打开方式”我的 Win Api 文本编辑器?
我最近用C WinApi制作了一个小型文本编辑器。我几乎已经完成了所有操作,但我不知道如何使用我的程序打开文本文件。 WinMain 函数不像普通的 C main 函数那样有 argc 和 *argv[] 参数。那么如何获取Cmd输入呢?
I have recently made a small text editor in C WinApi. Ive almost done everything but I cant figure out how to make text files open with my program. The WinMain function does not have argc and *argv[] parameters like the normal C main function. So how do I get Cmd input?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 WinAPI GetCommandLine。请参阅 http://msdn.microsoft.com/en -us/library/ms683156(v=vs.85).aspx
Use the WinAPI GetCommandLine. See http://msdn.microsoft.com/en-us/library/ms683156(v=vs.85).aspx