Changeset 2455 in kBuild for trunk/src/lib
- Timestamp:
- Jul 7, 2011 11:16:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt_fullpath.c
r2413 r2455 284 284 285 285 286 typedef struct _IO_STATUS_BLOCK286 typedef struct 287 287 { 288 288 union 289 289 { 290 LONG Status;291 PVOID Pointer;290 LONG Status; 291 PVOID Pointer; 292 292 }; 293 ULONG_PTR Information;293 ULONG_PTR Information; 294 294 } MY_IO_STATUS_BLOCK, *PMY_IO_STATUS_BLOCK; 295 295
Note:
See TracChangeset
for help on using the changeset viewer.