By entering this site you need to consent to the use of cookies and their functional use according to this privacy policy. Cookies help us to provide the functional services of the website. Kindly read the below message of use and consent to the use.
The following cookies are stored and shared when accessing this website:
- Internal cookies for the MediaWiki site. This is used for user authentication and article modifications.
- Third-party cookies from Google providing services for Google AdSense and Google Analytics
We will never use data collected outside of the above scope.
Takes a type-0x22 output buffer, returns 2 output u16s.
+
+
Validates that the [[#GetRole|role]] is value 0x2, then copies data from state into the output buffer. The first output u16 is the size used for the memcpy, the second u16 is the original size from state.
+
+
=== Cmd281 ===
+
Takes a type-0x22 output buffer, returns 2 output u16s.
+
+
This is identical to Cmd280 except this doesn't run the role validation.
=== GetGroupInfo ===
=== GetGroupInfo ===
Takes a type-0x32 output buffer containing a [[#GroupInfo]].
Takes a type-0x32 output buffer containing a [[#GroupInfo]].
+
+
Validates that the [[#GetRole|role]] is non-zero, then copies the struct from state into the output buffer.