GRC services: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
! Cmd || Name
! Cmd || Name || Notes
|-
| 1 || OpenContinuousRecorder || Takes a total of 0x48-bytes of input and a handle, returns an [[#IContinuousRecorder]].
|-
| 2 || OpenGameMovieTrimmer || Takes a total of 0x8-bytes of input and a handle, returns an [[#IGameMovieTrimmer]].
|-
|-
| 1 || OpenContinuousRecorder
| 3 || || Takes a total of 0x8-bytes of input and a handle, returns an [[#IUnknown]].
|-
|-
| 2 || OpenGameMovieTrimmer
| 101 || || Takes a total of 0x10-bytes of input, returns an [[#IMovieMaker]].
|}
|}


Line 33: Line 37:
|-
|-
| 13 ||
| 13 ||
|-
| 14 ||
|}
|}


Line 63: Line 69:
|-
|-
| 2 || || Takes a total of 4-bytes of input and a type-0x6 output buffer, returns a total of 0x10-bytes of output.
| 2 || || Takes a total of 4-bytes of input and a type-0x6 output buffer, returns a total of 0x10-bytes of output.
|}
= IUnknown =
{| class="wikitable" border="1"
|-
! Cmd || Name || Notes
|-
| 201 || || Takes a total of 0x8-bytes of input, returns a total of 0x8-bytes of output.
|-
| 202 || || Takes a total of 0x8-bytes of input, no output.
|-
|}
|}