The effect string expects a DirectX effect. See the DirectX manual for a list of all supported keywords and the correct syntax, or look at effects posted here.

The basic struct is:

Code:
// common effect string syntax

technique tech_name {
pass pass_name {
//... insert render stages here
}
}