createfile

createfilecreatefile
  1. You use the function CreateFile to open a device .

    函数CreateFile用于打开设备。

  2. The device handle is the first parameter on both platforms , returned from CreateFile / open () for Linux .

    设备句柄在两个平台上都是第一个参数,它从CreateFile和Linux的open()返回。

  3. So , when the PSDK documentation mentions a function , for example CreateFile , a developer should be aware that CreateFile is a macro .

    所以,如果PSDK的文档提到一个函数,如CreateFile,开发人员应该意识到它仅仅是一个宏。