mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
284 B
19 lines
284 B
package ole2
|
|
|
|
import ()
|
|
|
|
type PSS struct {
|
|
name [64]byte
|
|
bsize uint16
|
|
typ byte
|
|
flag byte
|
|
left uint32
|
|
right uint32
|
|
child uint32
|
|
guid [16]uint16
|
|
userflags uint32
|
|
time [2]uint64
|
|
sstart uint32
|
|
size uint32
|
|
_ uint32
|
|
}
|
|
|