Func原型:
foo(_out_ PSIZE_T arg);
Run Code Online (Sandbox Code Playgroud)
用法:
LARGE_INTEGER offset = {0};
foo(&offset.QuadPart); // Is it safe ?
Run Code Online (Sandbox Code Playgroud)
参考:http://msdn.microsoft.com/en-us/library/windows/desktop/aa383713(v = vs.85).aspx