public: structTSecPkgInfo {
unsignedfCapabilities;
Word wVersion;
Word wRPCID;
unsignedcbMaxToken;
PWideChar Name;
PWideChar Comment;
};
publicstructTSecPkgInfo {
publicuintfCapabilities;
public Word wVersion;
public Word wRPCID;
publicuintcbMaxToken;
public PWideChar Name;
public PWideChar Comment;
}
PublicStructureTSecPkgInfoPublicfCapabilitiesAs UInteger
PublicwVersionAs Word
PublicwRPCIDAs Word
PubliccbMaxTokenAs UInteger
PublicNameAs PWideChar
PublicCommentAs PWideChar
End Structure